Skip to content

Commit 6134de2

Browse files
authored
deps: bump azidentity from v1.1.0 to v1.6.0 (#2836)
bump azidentity from v1.1.0 to v1.6.0
1 parent 4e9a6f7 commit 6134de2

File tree

2 files changed

+49
-52
lines changed

2 files changed

+49
-52
lines changed

go.mod

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module github.com/Azure/azure-container-networking
33
go 1.21
44

55
require (
6-
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.1.3
7-
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.1.0
6+
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.11.1
7+
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.6.0
88
github.com/Azure/azure-sdk-for-go/sdk/keyvault/azsecrets v0.7.1
99
github.com/Masterminds/semver v1.5.0
1010
github.com/Microsoft/go-winio v0.4.17
@@ -17,7 +17,7 @@ require (
1717
github.com/golang/mock v1.6.0
1818
github.com/golang/protobuf v1.5.2
1919
github.com/google/go-cmp v0.5.9
20-
github.com/google/uuid v1.3.0
20+
github.com/google/uuid v1.6.0
2121
github.com/gorilla/mux v1.8.0
2222
github.com/hashicorp/go-version v1.6.0
2323
github.com/microsoft/ApplicationInsights-Go v0.4.4
@@ -31,11 +31,11 @@ require (
3131
github.com/spf13/cobra v1.6.1
3232
github.com/spf13/pflag v1.0.5
3333
github.com/spf13/viper v1.14.0
34-
github.com/stretchr/testify v1.8.2
34+
github.com/stretchr/testify v1.9.0
3535
go.uber.org/zap v1.24.0
3636
golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3
37-
golang.org/x/sync v0.6.0
38-
golang.org/x/sys v0.16.0
37+
golang.org/x/sync v0.7.0
38+
golang.org/x/sys v0.21.0
3939
google.golang.org/grpc v1.52.0
4040
google.golang.org/protobuf v1.28.1
4141
k8s.io/api v0.26.10
@@ -52,13 +52,14 @@ require (
5252
require (
5353
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
5454
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
55+
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
5556
)
5657

5758
require (
5859
code.cloudfoundry.org/clock v1.0.0 // indirect
59-
github.com/Azure/azure-sdk-for-go/sdk/internal v1.0.0 // indirect
60+
github.com/Azure/azure-sdk-for-go/sdk/internal v1.8.0 // indirect
6061
github.com/Azure/azure-sdk-for-go/sdk/keyvault/internal v0.5.0 // indirect
61-
github.com/AzureAD/microsoft-authentication-library-for-go v0.5.1 // indirect
62+
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
6263
github.com/beorn7/perks v1.0.1 // indirect
6364
github.com/cespare/xxhash/v2 v2.1.2 // indirect
6465
github.com/containerd/cgroups v1.0.1 // indirect
@@ -74,7 +75,6 @@ require (
7475
github.com/go-openapi/swag v0.19.14 // indirect
7576
github.com/gofrs/uuid v3.3.0+incompatible // indirect
7677
github.com/gogo/protobuf v1.3.2 // indirect
77-
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
7878
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
7979
github.com/google/gnostic v0.5.7-v3refs // indirect
8080
github.com/google/gofuzz v1.2.0 // indirect
@@ -100,7 +100,7 @@ require (
100100
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
101101
github.com/pelletier/go-toml v1.9.5 // indirect
102102
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
103-
github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4 // indirect
103+
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
104104
github.com/pmezard/go-difflib v1.0.0 // indirect
105105
github.com/prometheus/common v0.37.0 // indirect
106106
github.com/prometheus/procfs v0.8.0 // indirect
@@ -116,11 +116,11 @@ require (
116116
go.opencensus.io v0.23.0 // indirect
117117
go.uber.org/atomic v1.9.0 // indirect
118118
go.uber.org/multierr v1.8.0 // indirect
119-
golang.org/x/crypto v0.18.0
120-
golang.org/x/net v0.20.0 // indirect
119+
golang.org/x/crypto v0.24.0
120+
golang.org/x/net v0.26.0 // indirect
121121
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783 // indirect
122-
golang.org/x/term v0.16.0 // indirect
123-
golang.org/x/text v0.14.0 // indirect
122+
golang.org/x/term v0.21.0 // indirect
123+
golang.org/x/text v0.16.0 // indirect
124124
golang.org/x/time v0.3.0 // indirect
125125
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
126126
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect

0 commit comments

Comments
 (0)