Skip to content

Commit 40e30c3

Browse files
committed
Update to beta 4
Signed-off-by: Somtochi Onyekwere <[email protected]>
1 parent 88619e5 commit 40e30c3

File tree

2 files changed

+95
-12
lines changed

2 files changed

+95
-12
lines changed

go.mod

+4-4
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-beta.1
15-
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.3.0-beta.3
14+
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.5.0-beta.1
15+
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.3.0-beta.4
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
@@ -85,7 +85,7 @@ require (
8585
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
8686
github.com/Azure/go-autorest/logger v0.2.1 // indirect
8787
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
88-
github.com/AzureAD/microsoft-authentication-library-for-go v0.8.1 // indirect
88+
github.com/AzureAD/microsoft-authentication-library-for-go v0.9.0 // indirect
8989
github.com/BurntSushi/toml v1.2.1 // indirect
9090
github.com/MakeNowJust/heredoc v1.0.0 // indirect
9191
github.com/Masterminds/goutils v1.1.1 // indirect
@@ -198,7 +198,7 @@ require (
198198
github.com/gofrs/uuid v4.2.0+incompatible // indirect
199199
github.com/gogo/protobuf v1.3.2 // indirect
200200
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
201-
github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
201+
github.com/golang-jwt/jwt/v4 v4.4.3 // indirect
202202
github.com/golang/glog v1.0.0 // indirect
203203
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
204204
github.com/golang/mock v1.6.0 // indirect

0 commit comments

Comments
 (0)