1
1
module github.com/Azure/azure-container-networking
2
2
3
- go 1.23.2
3
+ go 1.24.0
4
4
5
5
require (
6
6
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.18.0
@@ -17,15 +17,15 @@ require (
17
17
github.com/go-logr/zapr v1.3.0 // indirect
18
18
github.com/golang/mock v1.6.0
19
19
github.com/golang/protobuf v1.5.4
20
- github.com/google/gnostic-models v0.6.8 // indirect
20
+ github.com/google/gnostic-models v0.6.9 // indirect
21
21
github.com/google/go-cmp v0.7.0
22
22
github.com/google/uuid v1.6.0
23
23
github.com/gorilla/mux v1.8.1
24
24
github.com/hashicorp/go-version v1.7.0
25
25
github.com/microsoft/ApplicationInsights-Go v0.4.4
26
26
github.com/nxadm/tail v1.4.11
27
27
github.com/onsi/ginkgo v1.16.5
28
- github.com/onsi/gomega v1.34 .1
28
+ github.com/onsi/gomega v1.35 .1
29
29
github.com/patrickmn/go-cache v2.1.0+incompatible
30
30
github.com/pkg/errors v0.9.1
31
31
github.com/prometheus/client_golang v1.22.0
@@ -41,13 +41,13 @@ require (
41
41
google.golang.org/grpc v1.71.1
42
42
google.golang.org/protobuf v1.36.6
43
43
gopkg.in/natefinch/lumberjack.v2 v2.2.1
44
- k8s.io/api v0.30.7
44
+ k8s.io/api v0.33.1
45
45
k8s.io/apiextensions-apiserver v0.30.1
46
- k8s.io/apimachinery v0.30.7
47
- k8s.io/client-go v0.30.7
46
+ k8s.io/apimachinery v0.33.1
47
+ k8s.io/client-go v0.33.1
48
48
k8s.io/klog v1.0.0
49
49
k8s.io/klog/v2 v2.130.1
50
- k8s.io/utils v0.0.0-20240310230437-4693a0247e57
50
+ k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
51
51
sigs.k8s.io/controller-runtime v0.18.4
52
52
)
53
53
@@ -60,18 +60,15 @@ require (
60
60
github.com/cespare/xxhash/v2 v2.3.0 // indirect
61
61
github.com/coreos/go-iptables v0.8.0
62
62
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
63
- github.com/evanphx/json-patch v5.7.0+incompatible // indirect
64
63
github.com/fsnotify/fsnotify v1.9.0
65
64
github.com/go-logr/logr v1.4.2 // indirect
66
- github.com/go-openapi/jsonpointer v0.20.2 // indirect
65
+ github.com/go-openapi/jsonpointer v0.21.0 // indirect
67
66
github.com/go-openapi/jsonreference v0.20.4 // indirect
68
- github.com/go-openapi/swag v0.22.7 // indirect
67
+ github.com/go-openapi/swag v0.23.0 // indirect
69
68
github.com/gofrs/uuid v4.2.0+incompatible // indirect
70
69
github.com/gogo/protobuf v1.3.2 // indirect
71
70
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
72
- github.com/google/gofuzz v1.2.0 // indirect
73
71
github.com/hpcloud/tail v1.0.0 // indirect
74
- github.com/imdario/mergo v0.3.16 // indirect
75
72
github.com/inconshreveable/mousetrap v1.1.0 // indirect
76
73
github.com/josharian/intern v1.0.0 // indirect
77
74
github.com/json-iterator/go v1.1.12 // indirect
@@ -82,7 +79,7 @@ require (
82
79
github.com/mattn/go-colorable v0.1.13 // indirect
83
80
github.com/mattn/go-isatty v0.0.20 // indirect
84
81
github.com/mitchellh/mapstructure v1.5.0 // indirect
85
- github.com/moby/spdystream v0.2 .0 // indirect
82
+ github.com/moby/spdystream v0.5 .0 // indirect
86
83
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
87
84
github.com/modern-go/reflect2 v1.0.2 // indirect
88
85
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
@@ -103,7 +100,7 @@ require (
103
100
go.uber.org/multierr v1.11.0 // indirect
104
101
golang.org/x/crypto v0.38.0
105
102
golang.org/x/net v0.40.0
106
- golang.org/x/oauth2 v0.25 .0 // indirect
103
+ golang.org/x/oauth2 v0.27 .0 // indirect
107
104
golang.org/x/term v0.32.0 // indirect
108
105
golang.org/x/text v0.25.0 // indirect
109
106
golang.org/x/time v0.11.0
@@ -114,9 +111,9 @@ require (
114
111
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
115
112
gopkg.in/yaml.v2 v2.4.0 // indirect
116
113
gopkg.in/yaml.v3 v3.0.1 // indirect
117
- k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
118
- sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
119
- sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
114
+ k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
115
+ sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
116
+ sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
120
117
)
121
118
122
119
require (
@@ -141,6 +138,7 @@ require (
141
138
github.com/cilium/proxy v0.0.0-20231202123106-38b645b854f3 // indirect
142
139
github.com/containerd/errdefs/pkg v0.3.0 // indirect
143
140
github.com/containerd/typeurl/v2 v2.2.0 // indirect
141
+ github.com/fxamacker/cbor/v2 v2.7.0 // indirect
144
142
github.com/go-logr/stdr v1.2.2 // indirect
145
143
github.com/go-ole/go-ole v1.2.6 // indirect
146
144
github.com/go-openapi/analysis v0.21.4 // indirect
@@ -152,7 +150,7 @@ require (
152
150
github.com/go-openapi/validate v0.22.3 // indirect
153
151
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
154
152
github.com/google/gopacket v1.1.19 // indirect
155
- github.com/gorilla/websocket v1.5.1 // indirect
153
+ github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
156
154
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
157
155
github.com/kr/pretty v0.3.1 // indirect
158
156
github.com/kr/text v0.2.0 // indirect
@@ -167,6 +165,7 @@ require (
167
165
github.com/shirou/gopsutil/v3 v3.23.5 // indirect
168
166
github.com/tklauser/go-sysconf v0.3.11 // indirect
169
167
github.com/tklauser/numcpus v0.6.0 // indirect
168
+ github.com/x448/float16 v0.8.4 // indirect
170
169
github.com/yusufpapurcu/wmi v1.2.3 // indirect
171
170
go.mongodb.org/mongo-driver v1.13.1 // indirect
172
171
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
@@ -175,6 +174,8 @@ require (
175
174
go.opentelemetry.io/otel/trace v1.34.0 // indirect
176
175
go.uber.org/dig v1.17.1 // indirect
177
176
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba // indirect
177
+ gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
178
+ sigs.k8s.io/randfill v1.0.0 // indirect
178
179
)
179
180
180
181
require (
@@ -184,7 +185,7 @@ require (
184
185
github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
185
186
github.com/sagikazarmark/locafero v0.7.0 // indirect
186
187
github.com/sourcegraph/conc v0.3.0 // indirect
187
- k8s.io/kubelet v0.30.7
188
+ k8s.io/kubelet v0.33.1
188
189
)
189
190
190
191
replace (
0 commit comments