@@ -10,12 +10,12 @@ require (
10
10
github.com/kubernetes-csi/csi-lib-utils v0.20.0
11
11
github.com/kubernetes-csi/csi-test/v5 v5.3.1
12
12
github.com/kubernetes-csi/external-snapshotter/client/v8 v8.2.0
13
- github.com/miekg/dns v1.1.62 // indirect
13
+ github.com/miekg/dns v1.1.63 // indirect
14
14
github.com/prometheus/client_golang v1.20.5
15
- github.com/spf13/pflag v1.0.5
15
+ github.com/spf13/pflag v1.0.6
16
16
github.com/stretchr/testify v1.10.0
17
- google.golang.org/grpc v1.69.2
18
- google.golang.org/protobuf v1.36.2
17
+ google.golang.org/grpc v1.70.0
18
+ google.golang.org/protobuf v1.36.5
19
19
k8s.io/api v0.32.0
20
20
k8s.io/apimachinery v0.32.0
21
21
k8s.io/apiserver v0.32.0
@@ -38,7 +38,7 @@ require (
38
38
)
39
39
40
40
require (
41
- cel.dev/expr v0.19.1 // indirect
41
+ cel.dev/expr v0.19.2 // indirect
42
42
github.com/JeffAshton/win_pdh v0.0.0-20161109143554-76bb4ee9f0ab // indirect
43
43
github.com/Microsoft/go-winio v0.6.2 // indirect
44
44
github.com/NYTimes/gziphandler v1.1.1 // indirect
@@ -54,13 +54,13 @@ require (
54
54
github.com/containerd/ttrpc v1.2.7 // indirect
55
55
github.com/coreos/go-semver v0.3.1 // indirect
56
56
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
57
- github.com/cyphar/filepath-securejoin v0.3.6 // indirect
57
+ github.com/cyphar/filepath-securejoin v0.4.1 // indirect
58
58
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
59
59
github.com/distribution/reference v0.6.0 // indirect
60
60
github.com/docker/go-units v0.5.0 // indirect
61
61
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
62
62
github.com/euank/go-kmsg-parser v2.0.0+incompatible // indirect
63
- github.com/evanphx/json-patch/v5 v5.9.0 // indirect
63
+ github.com/evanphx/json-patch/v5 v5.9.11 // indirect
64
64
github.com/felixge/httpsnoop v1.0.4 // indirect
65
65
github.com/fsnotify/fsnotify v1.8.0 // indirect
66
66
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
@@ -80,7 +80,7 @@ require (
80
80
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
81
81
github.com/gorilla/websocket v1.5.3 // indirect
82
82
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
83
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.25 .1 // indirect
83
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.26 .1 // indirect
84
84
github.com/inconshreveable/mousetrap v1.1.0 // indirect
85
85
github.com/josharian/intern v1.0.0 // indirect
86
86
github.com/json-iterator/go v1.1.12 // indirect
@@ -110,35 +110,35 @@ require (
110
110
github.com/spf13/cobra v1.8.1 // indirect
111
111
github.com/stoewer/go-strcase v1.3.0 // indirect
112
112
github.com/x448/float16 v0.8.4 // indirect
113
- go.etcd.io/etcd/api/v3 v3.5.17 // indirect
114
- go.etcd.io/etcd/client/pkg/v3 v3.5.17 // indirect
115
- go.etcd.io/etcd/client/v3 v3.5.17 // indirect
113
+ go.etcd.io/etcd/api/v3 v3.5.18 // indirect
114
+ go.etcd.io/etcd/client/pkg/v3 v3.5.18 // indirect
115
+ go.etcd.io/etcd/client/v3 v3.5.18 // indirect
116
116
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
117
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.58 .0 // indirect
118
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58 .0 // indirect
119
- go.opentelemetry.io/otel v1.33 .0 // indirect
120
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.33 .0 // indirect
121
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.33 .0 // indirect
122
- go.opentelemetry.io/otel/metric v1.33 .0 // indirect
123
- go.opentelemetry.io/otel/sdk v1.33 .0 // indirect
124
- go.opentelemetry.io/otel/trace v1.33 .0 // indirect
117
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.59 .0 // indirect
118
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59 .0 // indirect
119
+ go.opentelemetry.io/otel v1.34 .0 // indirect
120
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.34 .0 // indirect
121
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.34 .0 // indirect
122
+ go.opentelemetry.io/otel/metric v1.34 .0 // indirect
123
+ go.opentelemetry.io/otel/sdk v1.34 .0 // indirect
124
+ go.opentelemetry.io/otel/trace v1.34 .0 // indirect
125
125
go.opentelemetry.io/proto/otlp v1.5.0 // indirect
126
126
go.uber.org/multierr v1.11.0 // indirect
127
127
go.uber.org/zap v1.27.0 // indirect
128
- golang.org/x/crypto v0.32 .0 // indirect
128
+ golang.org/x/crypto v0.33 .0 // indirect
129
129
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect
130
- golang.org/x/mod v0.22 .0 // indirect
130
+ golang.org/x/mod v0.23 .0 // indirect
131
131
golang.org/x/net v0.34.0 // indirect
132
- golang.org/x/oauth2 v0.25 .0 // indirect
133
- golang.org/x/sync v0.10 .0 // indirect
134
- golang.org/x/sys v0.29 .0 // indirect
135
- golang.org/x/term v0.28 .0 // indirect
136
- golang.org/x/text v0.21 .0 // indirect
137
- golang.org/x/time v0.9 .0 // indirect
132
+ golang.org/x/oauth2 v0.26 .0 // indirect
133
+ golang.org/x/sync v0.11 .0 // indirect
134
+ golang.org/x/sys v0.30 .0 // indirect
135
+ golang.org/x/term v0.29 .0 // indirect
136
+ golang.org/x/text v0.22 .0 // indirect
137
+ golang.org/x/time v0.10 .0 // indirect
138
138
golang.org/x/tools v0.29.0 // indirect
139
139
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
140
- google.golang.org/genproto/googleapis/api v0.0.0-20250106144421-5f5ef82da422 // indirect
141
- google.golang.org/genproto/googleapis/rpc v0.0.0-20250106144421-5f5ef82da422 // indirect
140
+ google.golang.org/genproto/googleapis/api v0.0.0-20250204164813-702378808489 // indirect
141
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250204164813-702378808489 // indirect
142
142
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
143
143
gopkg.in/inf.v0 v0.9.1 // indirect
144
144
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
0 commit comments