Skip to content

Commit 9d619f4

Browse files
committed
Upgrade to azidentity v1.3.0-beta.3 to enable Workload Identity
Signed-off-by: Somtochi Onyekwere <[email protected]>
1 parent 2db4081 commit 9d619f4

File tree

4 files changed

+33
-155
lines changed

4 files changed

+33
-155
lines changed

go.mod

+4-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ replace github.com/opencontainers/go-digest => github.com/opencontainers/go-dige
1111
require (
1212
cloud.google.com/go/storage v1.29.0
1313
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230106234847-43070de90fa1
14-
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.4.0
15-
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.2.1
14+
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.4.0-beta.1
15+
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.3.0-beta.3
1616
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.0.0
1717
github.com/Masterminds/semver/v3 v3.2.0
1818
github.com/cyphar/filepath-securejoin v0.2.3
@@ -400,3 +400,5 @@ require (
400400
)
401401

402402
retract v0.32.0 // Refers to incorrect ./api version.
403+
404+
replace github.com/fluxcd/pkg/oci => github.com/weisdd/fluxcd-pkg/oci v0.0.0-20230216100018-1186e0dede79

0 commit comments

Comments
 (0)