File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
9
9
github.com/golang/mock v1.6.0
10
10
github.com/kubernetes-csi/csi-lib-utils v0.21.0
11
11
github.com/kubernetes-csi/csi-test/v5 v5.3.1
12
- k8s.io/component-base v0.33.0
12
+ k8s.io/component-base v0.33.1
13
13
k8s.io/klog/v2 v2.130.1
14
14
)
15
15
@@ -49,7 +49,7 @@ require (
49
49
google.golang.org/grpc v1.72.0 // indirect
50
50
google.golang.org/protobuf v1.36.6 // indirect
51
51
gopkg.in/inf.v0 v0.9.1 // indirect
52
- k8s.io/apimachinery v0.33.0 // indirect
52
+ k8s.io/apimachinery v0.33.1 // indirect
53
53
k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect
54
54
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
55
55
sigs.k8s.io/randfill v1.0.0 // indirect
Original file line number Diff line number Diff line change @@ -156,10 +156,10 @@ gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=
156
156
gopkg.in/inf.v0 v0.9.1 /go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw =
157
157
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
158
158
gopkg.in/yaml.v3 v3.0.1 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
159
- k8s.io/apimachinery v0.33.0 h1:1a6kHrJxb2hs4t8EE5wuR/WxKDwGN1FKH3JvDtA0CIQ =
160
- k8s.io/apimachinery v0.33.0 /go.mod h1:BHW0YOu7n22fFv/JkYOEfkUYNRN0fj0BlvMFWA7b+SM =
161
- k8s.io/component-base v0.33.0 h1:Ot4PyJI+0JAD9covDhwLp9UNkUja209OzsJ4FzScBNk =
162
- k8s.io/component-base v0.33.0 /go.mod h1:aXYZLbw3kihdkOPMDhWbjGCO6sg+luw554KP51t8qCU =
159
+ k8s.io/apimachinery v0.33.1 h1:mzqXWV8tW9Rw4VeW9rEkqvnxj59k1ezDUl20tFK/oM4 =
160
+ k8s.io/apimachinery v0.33.1 /go.mod h1:BHW0YOu7n22fFv/JkYOEfkUYNRN0fj0BlvMFWA7b+SM =
161
+ k8s.io/component-base v0.33.1 h1:EoJ0xA+wr77T+G8p6T3l4efT2oNwbqBVKR71E0tBIaI =
162
+ k8s.io/component-base v0.33.1 /go.mod h1:guT/w/6piyPfTgq7gfvgetyXMIh10zuXA6cRRm3rDuY =
163
163
k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk =
164
164
k8s.io/klog/v2 v2.130.1 /go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE =
165
165
k8s.io/utils v0.0.0-20241210054802-24370beab758 h1:sdbE21q2nlQtFh65saZY+rRM6x6aJJI8IUa1AmH/qa0 =
Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ google.golang.org/protobuf/types/known/wrapperspb
272
272
# gopkg.in/inf.v0 v0.9.1
273
273
## explicit
274
274
gopkg.in/inf.v0
275
- # k8s.io/apimachinery v0.33.0
275
+ # k8s.io/apimachinery v0.33.1
276
276
## explicit; go 1.24.0
277
277
k8s.io/apimachinery/pkg/api/operation
278
278
k8s.io/apimachinery/pkg/api/resource
@@ -300,7 +300,7 @@ k8s.io/apimachinery/pkg/util/version
300
300
k8s.io/apimachinery/pkg/version
301
301
k8s.io/apimachinery/pkg/watch
302
302
k8s.io/apimachinery/third_party/forked/golang/reflect
303
- # k8s.io/component-base v0.33.0
303
+ # k8s.io/component-base v0.33.1
304
304
## explicit; go 1.24.0
305
305
k8s.io/component-base/cli/flag
306
306
k8s.io/component-base/featuregate
You can’t perform that action at this time.
0 commit comments