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