Skip to content

Commit 1418938

Browse files
update packages (#1669)
1 parent 054590f commit 1418938

File tree

3 files changed

+82
-113
lines changed

3 files changed

+82
-113
lines changed

go.mod

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ toolchain go1.23.3
66

77
require (
88
github.com/Azure/azure-sdk-for-go v66.0.0+incompatible
9-
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.11.1
10-
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.6.0
11-
github.com/Azure/go-autorest/autorest v0.11.28
12-
github.com/Azure/go-autorest/autorest/azure/auth v0.5.11
9+
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.14.0
10+
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.0
11+
github.com/Azure/go-autorest/autorest v0.11.29
12+
github.com/Azure/go-autorest/autorest/azure/auth v0.5.13
1313
github.com/Azure/go-autorest/autorest/to v0.4.0
1414
github.com/deckarep/golang-set v1.8.0
1515
github.com/getlantern/deepcopy v0.0.0-20160317154340-7f45deb8130a
@@ -27,18 +27,24 @@ require (
2727
k8s.io/klog/v2 v2.120.1
2828
)
2929

30+
replace (
31+
github.com/golang-jwt/jwt/v4 => github.com/golang-jwt/jwt/v4 v4.5.1
32+
golang.org/x/crypto => golang.org/x/crypto v0.31.0
33+
golang.org/x/net => golang.org/x/net v0.33.0
34+
)
35+
3036
require (
31-
github.com/Azure/azure-sdk-for-go/sdk/internal v1.8.0 // indirect
37+
github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
3238
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
33-
github.com/Azure/go-autorest/autorest/adal v0.9.21 // indirect
39+
github.com/Azure/go-autorest/autorest/adal v0.9.22 // indirect
3440
github.com/Azure/go-autorest/autorest/azure/cli v0.4.6 // indirect
3541
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
3642
github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
3743
github.com/Azure/go-autorest/logger v0.2.1 // indirect
3844
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
3945
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
4046
github.com/beorn7/perks v1.0.1 // indirect
41-
github.com/cespare/xxhash/v2 v2.1.2 // indirect
47+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
4248
github.com/davecgh/go-spew v1.1.1 // indirect
4349
github.com/dimchansky/utfbom v1.1.1 // indirect
4450
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
@@ -50,7 +56,7 @@ require (
5056
github.com/go-openapi/swag v0.22.3 // indirect
5157
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
5258
github.com/gogo/protobuf v1.3.2 // indirect
53-
github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
59+
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
5460
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
5561
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
5662
github.com/golang/protobuf v1.5.4 // indirect
@@ -74,12 +80,12 @@ require (
7480
github.com/prometheus/client_model v0.2.0 // indirect
7581
github.com/prometheus/common v0.26.0 // indirect
7682
github.com/prometheus/procfs v0.8.0 // indirect
77-
golang.org/x/crypto v0.24.0 // indirect
78-
golang.org/x/net v0.26.0 // indirect
83+
golang.org/x/crypto v0.31.0 // indirect
84+
golang.org/x/net v0.29.0 // indirect
7985
golang.org/x/oauth2 v0.10.0 // indirect
80-
golang.org/x/sys v0.21.0 // indirect
81-
golang.org/x/term v0.21.0 // indirect
82-
golang.org/x/text v0.16.0 // indirect
86+
golang.org/x/sys v0.28.0 // indirect
87+
golang.org/x/term v0.27.0 // indirect
88+
golang.org/x/text v0.21.0 // indirect
8389
golang.org/x/time v0.3.0 // indirect
8490
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
8591
google.golang.org/appengine v1.6.7 // indirect

0 commit comments

Comments
 (0)