File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ require (
2525 cloud.google.com/go/storage v1.27.0
2626 github.com/Azure/azure-sdk-for-go/sdk/azcore v1.1.4
2727 github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.1.0
28- github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.5.0
28+ github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.5.1
2929 github.com/Masterminds/semver/v3 v3.1.1
3030 github.com/cyphar/filepath-securejoin v0.2.3
3131 github.com/distribution/distribution/v3 v3.0.0-20221019080424-fb2188868d77
Original file line number Diff line number Diff line change @@ -105,8 +105,8 @@ github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.1.0 h1:QkAcEIAKbNL4KoFr4Sath
105105github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.1.0 /go.mod h1:bhXu1AjYL+wutSL/kpSq6s7733q2Rb0yuot9Zgfqa/0 =
106106github.com/Azure/azure-sdk-for-go/sdk/internal v1.0.1 h1:XUNQ4mw+zJmaA2KXzP9JlQiecy1SI+Eog7xVkPiqIbg =
107107github.com/Azure/azure-sdk-for-go/sdk/internal v1.0.1 /go.mod h1:eWRD7oawr1Mu1sLCawqVc0CUiF43ia3qQMxLscsKQ9w =
108- github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.5.0 h1:fe+kSd9btgTTeHeUlMTyEsjoe6L/zd+Q61iWEMPwHmc =
109- github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.5.0 /go.mod h1:T7nxmZ9i42Dqy7kwnn8AZYNjqxd4TloKXdIbhosHSqo =
108+ github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.5.1 h1:BMTdr+ib5ljLa9MxTJK8x/Ds0MbBb4MfuW5BL0zMJnI =
109+ github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.5.1 /go.mod h1:c6WvOhtmjNUWbLfOG1qxM/q0SPvQNSVJvolm+C52dIU =
110110github.com/Azure/azure-service-bus-go v0.9.1 /go.mod h1:yzBx6/BUGfjfeqbRZny9AQIbIe3AcV9WZbAdpkoXOa0 =
111111github.com/Azure/azure-storage-blob-go v0.8.0 /go.mod h1:lPI3aLPpuLTeUwh1sViKXFxwl2B6teiRqI0deQUvsw0 =
112112github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 h1:UQHMgLO+TxOElx5B5HZ4hJQsoJ/PvUvKRhJHDQXO8P8 =
Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ func TestBlobClientContainerSASKey_BucketExists(t *testing.T) {
285285 g .Expect (sasKey ).ToNot (BeEmpty ())
286286
287287 // the sdk returns the full SAS url e.g test.blob.core.windows.net/<container-name>/?<actual-sas-token>
288- sasKey = strings .TrimPrefix (sasKey , testBucket .Spec .Endpoint + "/" + testContainer + "/" )
288+ sasKey = strings .TrimPrefix (sasKey , testBucket .Spec .Endpoint + "/" + testContainer )
289289 testSASKeySecret := corev1.Secret {
290290 Data : map [string ][]byte {
291291 sasKeyField : []byte (sasKey ),
You can’t perform that action at this time.
0 commit comments