@@ -36,7 +36,7 @@ require (
36
36
k8s.io/component-base v0.28.4
37
37
k8s.io/klog/v2 v2.110.1
38
38
k8s.io/kubernetes v1.28.4
39
- k8s.io/mount-utils v0.28.4
39
+ k8s.io/mount-utils v0.29.0
40
40
k8s.io/pod-security-admission v0.27.4
41
41
k8s.io/utils v0.0.0-20231127182322-b307cd553661
42
42
sigs.k8s.io/cloud-provider-azure v1.27.1-0.20231208091050-e3e6d2dc1575
@@ -180,314 +180,5 @@ replace (
180
180
k8s.io/kubectl => k8s.io/kubectl v0.28.1
181
181
k8s.io/kubelet => k8s.io/kubelet v0.28.1
182
182
k8s.io/legacy-cloud-providers => k8s.io/legacy-cloud-providers v0.28.1
183
- k8s.io/mount-utils => k8s.io/mount-utils v0.0.0-20231116185301-00b898b94b20
184
183
k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.28.1
185
184
)
186
-
187
- replace github.com/Azure/azure-pipeline-go => github.com/Azure/azure-pipeline-go v0.2.3
188
-
189
- replace github.com/Azure/azure-sdk-for-go/sdk/azidentity => github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.4.0
190
-
191
- replace github.com/Azure/azure-sdk-for-go/sdk/internal => github.com/Azure/azure-sdk-for-go/sdk/internal v1.5.0
192
-
193
- replace github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v5 => github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v5 v5.3.0
194
-
195
- replace github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerregistry/armcontainerregistry => github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerregistry/armcontainerregistry v1.2.0
196
-
197
- replace github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v4 => github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v4 v4.6.0
198
-
199
- replace github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/keyvault/armkeyvault => github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/keyvault/armkeyvault v1.4.0
200
-
201
- replace github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v4 => github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v4 v4.3.0
202
-
203
- replace github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/privatedns/armprivatedns => github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/privatedns/armprivatedns v1.2.0
204
-
205
- replace github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources => github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v1.2.0
206
-
207
- replace github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage => github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage v1.5.0
208
-
209
- replace github.com/Azure/go-autorest => github.com/Azure/go-autorest v14.2.0+incompatible
210
-
211
- replace github.com/Azure/go-autorest/autorest/adal => github.com/Azure/go-autorest/autorest/adal v0.9.23
212
-
213
- replace github.com/Azure/go-autorest/autorest/date => github.com/Azure/go-autorest/autorest/date v0.3.0
214
-
215
- replace github.com/Azure/go-autorest/autorest/mocks => github.com/Azure/go-autorest/autorest/mocks v0.4.2
216
-
217
- replace github.com/Azure/go-autorest/autorest/validation => github.com/Azure/go-autorest/autorest/validation v0.3.1
218
-
219
- replace github.com/Azure/go-autorest/logger => github.com/Azure/go-autorest/logger v0.2.1
220
-
221
- replace github.com/Azure/go-autorest/tracing => github.com/Azure/go-autorest/tracing v0.6.0
222
-
223
- replace github.com/AzureAD/microsoft-authentication-library-for-go => github.com/AzureAD/microsoft-authentication-library-for-go v1.2.0
224
-
225
- replace github.com/Microsoft/go-winio => github.com/Microsoft/go-winio v0.6.0
226
-
227
- replace github.com/NYTimes/gziphandler => github.com/NYTimes/gziphandler v1.1.1
228
-
229
- replace github.com/antlr/antlr4/runtime/Go/antlr/v4 => github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df
230
-
231
- replace github.com/asaskevich/govalidator => github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a
232
-
233
- replace github.com/beorn7/perks => github.com/beorn7/perks v1.0.1
234
-
235
- replace github.com/blang/semver/v4 => github.com/blang/semver/v4 v4.0.0
236
-
237
- replace github.com/cenkalti/backoff/v4 => github.com/cenkalti/backoff/v4 v4.2.1
238
-
239
- replace github.com/cespare/xxhash/v2 => github.com/cespare/xxhash/v2 v2.2.0
240
-
241
- replace github.com/coreos/go-semver => github.com/coreos/go-semver v0.3.1
242
-
243
- replace github.com/coreos/go-systemd/v22 => github.com/coreos/go-systemd/v22 v22.5.0
244
-
245
- replace github.com/davecgh/go-spew => github.com/davecgh/go-spew v1.1.1
246
-
247
- replace github.com/docker/distribution => github.com/docker/distribution v2.8.2+incompatible
248
-
249
- replace github.com/emicklei/go-restful/v3 => github.com/emicklei/go-restful/v3 v3.10.2
250
-
251
- replace github.com/evanphx/json-patch => github.com/evanphx/json-patch v5.7.0+incompatible
252
-
253
- replace github.com/felixge/httpsnoop => github.com/felixge/httpsnoop v1.0.4
254
-
255
- replace github.com/fsnotify/fsnotify => github.com/fsnotify/fsnotify v1.7.0
256
-
257
- replace github.com/go-logr/logr => github.com/go-logr/logr v1.3.0
258
-
259
- replace github.com/go-logr/stdr => github.com/go-logr/stdr v1.2.2
260
-
261
- replace github.com/go-openapi/jsonpointer => github.com/go-openapi/jsonpointer v0.19.6
262
-
263
- replace github.com/go-openapi/jsonreference => github.com/go-openapi/jsonreference v0.20.2
264
-
265
- replace github.com/go-openapi/swag => github.com/go-openapi/swag v0.22.4
266
-
267
- replace github.com/go-task/slim-sprig => github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572
268
-
269
- replace github.com/gofrs/uuid => github.com/gofrs/uuid v4.4.0+incompatible
270
-
271
- replace github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2
272
-
273
- replace github.com/golang-jwt/jwt/v4 => github.com/golang-jwt/jwt/v4 v4.5.0
274
-
275
- replace github.com/golang-jwt/jwt/v5 => github.com/golang-jwt/jwt/v5 v5.0.0
276
-
277
- replace github.com/golang/groupcache => github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
278
-
279
- replace github.com/google/cel-go => github.com/google/cel-go v0.16.1
280
-
281
- replace github.com/google/gnostic-models => github.com/google/gnostic-models v0.6.8
282
-
283
- replace github.com/google/go-cmp => github.com/google/go-cmp v0.6.0
284
-
285
- replace github.com/google/gofuzz => github.com/google/gofuzz v1.2.0
286
-
287
- replace github.com/google/pprof => github.com/google/pprof v0.0.0-20230602010524-ada837c32108
288
-
289
- replace github.com/google/uuid => github.com/google/uuid v1.4.0
290
-
291
- replace github.com/grpc-ecosystem/go-grpc-prometheus => github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
292
-
293
- replace github.com/grpc-ecosystem/grpc-gateway/v2 => github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0
294
-
295
- replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.9
296
-
297
- replace github.com/inconshreveable/mousetrap => github.com/inconshreveable/mousetrap v1.1.0
298
-
299
- replace github.com/josharian/intern => github.com/josharian/intern v1.0.0
300
-
301
- replace github.com/json-iterator/go => github.com/json-iterator/go v1.1.12
302
-
303
- replace github.com/kylelemons/godebug => github.com/kylelemons/godebug v1.1.0
304
-
305
- replace github.com/mailru/easyjson => github.com/mailru/easyjson v0.7.7
306
-
307
- replace github.com/mattn/go-ieproxy => github.com/mattn/go-ieproxy v0.0.11
308
-
309
- replace github.com/matttproud/golang_protobuf_extensions => github.com/matttproud/golang_protobuf_extensions v1.0.4
310
-
311
- replace github.com/moby/spdystream => github.com/moby/spdystream v0.2.0
312
-
313
- replace github.com/moby/sys/mountinfo => github.com/moby/sys/mountinfo v0.6.2
314
-
315
- replace github.com/modern-go/concurrent => github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
316
-
317
- replace github.com/modern-go/reflect2 => github.com/modern-go/reflect2 v1.0.2
318
-
319
- replace github.com/munnerz/goautoneg => github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
320
-
321
- replace github.com/opencontainers/go-digest => github.com/opencontainers/go-digest v1.0.0
322
-
323
- replace github.com/opencontainers/selinux => github.com/opencontainers/selinux v1.10.0
324
-
325
- replace github.com/pkg/browser => github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
326
-
327
- replace github.com/pkg/errors => github.com/pkg/errors v0.9.1
328
-
329
- replace github.com/pmezard/go-difflib => github.com/pmezard/go-difflib v1.0.0
330
-
331
- replace github.com/prometheus/client_golang => github.com/prometheus/client_golang v1.16.0
332
-
333
- replace github.com/prometheus/client_model => github.com/prometheus/client_model v0.4.0
334
-
335
- replace github.com/prometheus/common => github.com/prometheus/common v0.44.0
336
-
337
- replace github.com/prometheus/procfs => github.com/prometheus/procfs v0.10.1
338
-
339
- replace github.com/spf13/cobra => github.com/spf13/cobra v1.8.0
340
-
341
- replace github.com/spf13/pflag => github.com/spf13/pflag v1.0.5
342
-
343
- replace github.com/stoewer/go-strcase => github.com/stoewer/go-strcase v1.2.0
344
-
345
- replace go.etcd.io/etcd/api/v3 => go.etcd.io/etcd/api/v3 v3.5.9
346
-
347
- replace go.etcd.io/etcd/client/pkg/v3 => go.etcd.io/etcd/client/pkg/v3 v3.5.9
348
-
349
- replace go.etcd.io/etcd/client/v3 => go.etcd.io/etcd/client/v3 v3.5.9
350
-
351
- replace go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc => go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.0
352
-
353
- replace go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp => go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.0
354
-
355
- replace go.opentelemetry.io/otel => go.opentelemetry.io/otel v1.20.0
356
-
357
- replace go.opentelemetry.io/otel/exporters/otlp/otlptrace => go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.20.0
358
-
359
- replace go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc => go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.20.0
360
-
361
- replace go.opentelemetry.io/otel/metric => go.opentelemetry.io/otel/metric v1.20.0
362
-
363
- replace go.opentelemetry.io/otel/sdk => go.opentelemetry.io/otel/sdk v1.20.0
364
-
365
- replace go.opentelemetry.io/otel/trace => go.opentelemetry.io/otel/trace v1.20.0
366
-
367
- replace go.opentelemetry.io/proto/otlp => go.opentelemetry.io/proto/otlp v1.0.0
368
-
369
- replace go.uber.org/atomic => go.uber.org/atomic v1.10.0
370
-
371
- replace go.uber.org/multierr => go.uber.org/multierr v1.11.0
372
-
373
- replace go.uber.org/zap => go.uber.org/zap v1.19.0
374
-
375
- replace golang.org/x/crypto => golang.org/x/crypto v0.16.0
376
-
377
- replace golang.org/x/exp => golang.org/x/exp v0.0.0-20230905200255-921286631fa9
378
-
379
- replace golang.org/x/mod => golang.org/x/mod v0.13.0
380
-
381
- replace golang.org/x/oauth2 => golang.org/x/oauth2 v0.11.0
382
-
383
- replace golang.org/x/sync => golang.org/x/sync v0.5.0
384
-
385
- replace golang.org/x/term => golang.org/x/term v0.15.0
386
-
387
- replace golang.org/x/text => golang.org/x/text v0.14.0
388
-
389
- replace golang.org/x/time => golang.org/x/time v0.5.0
390
-
391
- replace golang.org/x/tools => golang.org/x/tools v0.14.0
392
-
393
- replace google.golang.org/appengine => google.golang.org/appengine v1.6.7
394
-
395
- replace google.golang.org/genproto => google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d
396
-
397
- replace google.golang.org/genproto/googleapis/api => google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d
398
-
399
- replace google.golang.org/genproto/googleapis/rpc => google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d
400
-
401
- replace gopkg.in/inf.v0 => gopkg.in/inf.v0 v0.9.1
402
-
403
- replace gopkg.in/natefinch/lumberjack.v2 => gopkg.in/natefinch/lumberjack.v2 v2.2.1
404
-
405
- replace gopkg.in/yaml.v2 => gopkg.in/yaml.v2 v2.4.0
406
-
407
- replace gopkg.in/yaml.v3 => gopkg.in/yaml.v3 v3.0.1
408
-
409
- replace k8s.io/apiserver => k8s.io/apiserver v0.28.4
410
-
411
- replace k8s.io/component-helpers => k8s.io/component-helpers v0.28.4
412
-
413
- replace k8s.io/controller-manager => k8s.io/controller-manager v0.28.4
414
-
415
- replace k8s.io/kms => k8s.io/kms v0.28.4
416
-
417
- replace k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9
418
-
419
- replace sigs.k8s.io/apiserver-network-proxy/konnectivity-client => sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.1.2
420
-
421
- replace sigs.k8s.io/json => sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
422
-
423
- replace sigs.k8s.io/structured-merge-diff/v4 => sigs.k8s.io/structured-merge-diff/v4 v4.2.3
424
-
425
- replace github.com/Azure/azure-sdk-for-go => github.com/Azure/azure-sdk-for-go v68.0.0+incompatible
426
-
427
- replace github.com/Azure/azure-sdk-for-go/sdk/azcore => github.com/Azure/azure-sdk-for-go/sdk/azcore v1.9.0
428
-
429
- replace github.com/Azure/azure-sdk-for-go/sdk/storage/azfile => github.com/Azure/azure-sdk-for-go/sdk/storage/azfile v1.1.0
430
-
431
- replace github.com/Azure/azure-storage-file-go => github.com/Azure/azure-storage-file-go v0.8.0
432
-
433
- replace github.com/Azure/go-autorest/autorest => github.com/Azure/go-autorest/autorest v0.11.29
434
-
435
- replace github.com/Azure/go-autorest/autorest/to => github.com/Azure/go-autorest/autorest/to v0.4.0
436
-
437
- replace github.com/container-storage-interface/spec => github.com/container-storage-interface/spec v1.8.0
438
-
439
- replace github.com/golang/mock => github.com/golang/mock v1.6.0
440
-
441
- replace github.com/golang/protobuf => github.com/golang/protobuf v1.5.3
442
-
443
- replace github.com/kubernetes-csi/csi-lib-utils => github.com/kubernetes-csi/csi-lib-utils v0.14.0
444
-
445
- replace github.com/kubernetes-csi/csi-proxy/client => github.com/kubernetes-csi/csi-proxy/client v1.0.1
446
-
447
- replace github.com/kubernetes-csi/external-snapshotter/client/v4 => github.com/kubernetes-csi/external-snapshotter/client/v4 v4.2.0
448
-
449
- replace github.com/onsi/ginkgo/v2 => github.com/onsi/ginkgo/v2 v2.13.2
450
-
451
- replace github.com/onsi/gomega => github.com/onsi/gomega v1.30.0
452
-
453
- replace github.com/pborman/uuid => github.com/pborman/uuid v1.2.0
454
-
455
- replace github.com/pelletier/go-toml => github.com/pelletier/go-toml v1.9.4
456
-
457
- replace github.com/rubiojr/go-vhd => github.com/rubiojr/go-vhd v0.0.0-20200706105327-02e210299021
458
-
459
- replace github.com/stretchr/testify => github.com/stretchr/testify v1.8.4
460
-
461
- replace golang.org/x/net => golang.org/x/net v0.19.0
462
-
463
- replace golang.org/x/sys => golang.org/x/sys v0.15.0
464
-
465
- replace google.golang.org/grpc => google.golang.org/grpc v1.59.0
466
-
467
- replace google.golang.org/protobuf => google.golang.org/protobuf v1.31.0
468
-
469
- replace k8s.io/api => k8s.io/api v0.28.4
470
-
471
- replace k8s.io/apimachinery => k8s.io/apimachinery v0.28.4
472
-
473
- replace k8s.io/client-go => k8s.io/client-go v0.28.4
474
-
475
- replace k8s.io/cloud-provider => k8s.io/cloud-provider v0.28.4
476
-
477
- replace k8s.io/component-base => k8s.io/component-base v0.28.4
478
-
479
- replace k8s.io/klog/v2 => k8s.io/klog/v2 v2.110.1
480
-
481
- replace k8s.io/kubernetes => k8s.io/kubernetes v1.28.4
482
-
483
- replace k8s.io/pod-security-admission => k8s.io/pod-security-admission v0.27.4
484
-
485
- replace k8s.io/utils => k8s.io/utils v0.0.0-20231127182322-b307cd553661
486
-
487
- replace sigs.k8s.io/cloud-provider-azure => sigs.k8s.io/cloud-provider-azure v1.27.1-0.20231208091050-e3e6d2dc1575
488
-
489
- replace sigs.k8s.io/cloud-provider-azure/pkg/azclient => sigs.k8s.io/cloud-provider-azure/pkg/azclient v0.0.0-20231208091050-e3e6d2dc1575
490
-
491
- replace sigs.k8s.io/cloud-provider-azure/pkg/azclient/configloader => sigs.k8s.io/cloud-provider-azure/pkg/azclient/configloader v0.0.0-20231208091050-e3e6d2dc1575
492
-
493
- replace sigs.k8s.io/yaml => sigs.k8s.io/yaml v1.4.0
0 commit comments