Skip to content

Commit 3cad079

Browse files
authored
Merge pull request #381 from kubernetes-csi/dependabot/go_modules/k8s-dependencies-a8abcf82e9
Bump the k8s-dependencies group with 2 updates
2 parents 064a102 + cd981c6 commit 3cad079

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/golang/mock v1.6.0
88
github.com/kubernetes-csi/csi-lib-utils v0.22.0
99
github.com/kubernetes-csi/csi-test/v5 v5.3.1
10-
k8s.io/component-base v0.34.0
10+
k8s.io/component-base v0.34.1
1111
k8s.io/klog/v2 v2.130.1
1212
)
1313

@@ -51,7 +51,7 @@ require (
5151
google.golang.org/grpc v1.72.1 // indirect
5252
google.golang.org/protobuf v1.36.6 // indirect
5353
gopkg.in/inf.v0 v0.9.1 // indirect
54-
k8s.io/apimachinery v0.34.0 // indirect
54+
k8s.io/apimachinery v0.34.1 // indirect
5555
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 // indirect
5656
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
5757
sigs.k8s.io/randfill v1.0.0 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,10 @@ gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=
162162
gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw=
163163
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
164164
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
165-
k8s.io/apimachinery v0.34.0 h1:eR1WO5fo0HyoQZt1wdISpFDffnWOvFLOOeJ7MgIv4z0=
166-
k8s.io/apimachinery v0.34.0/go.mod h1:/GwIlEcWuTX9zKIg2mbw0LRFIsXwrfoVxn+ef0X13lw=
167-
k8s.io/component-base v0.34.0 h1:bS8Ua3zlJzapklsB1dZgjEJuJEeHjj8yTu1gxE2zQX8=
168-
k8s.io/component-base v0.34.0/go.mod h1:RSCqUdvIjjrEm81epPcjQ/DS+49fADvGSCkIP3IC6vg=
165+
k8s.io/apimachinery v0.34.1 h1:dTlxFls/eikpJxmAC7MVE8oOeP1zryV7iRyIjB0gky4=
166+
k8s.io/apimachinery v0.34.1/go.mod h1:/GwIlEcWuTX9zKIg2mbw0LRFIsXwrfoVxn+ef0X13lw=
167+
k8s.io/component-base v0.34.1 h1:v7xFgG+ONhytZNFpIz5/kecwD+sUhVE6HU7qQUiRM4A=
168+
k8s.io/component-base v0.34.1/go.mod h1:mknCpLlTSKHzAQJJnnHVKqjxR7gBeHRv0rPXA7gdtQ0=
169169
k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk=
170170
k8s.io/klog/v2 v2.130.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE=
171171
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 h1:hwvWFiBzdWw1FhfY1FooPn3kzWuJ8tmbZBHi4zVsl1Y=

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ google.golang.org/protobuf/types/known/wrapperspb
287287
# gopkg.in/inf.v0 v0.9.1
288288
## explicit
289289
gopkg.in/inf.v0
290-
# k8s.io/apimachinery v0.34.0
290+
# k8s.io/apimachinery v0.34.1
291291
## explicit; go 1.24.0
292292
k8s.io/apimachinery/pkg/api/operation
293293
k8s.io/apimachinery/pkg/api/resource
@@ -317,7 +317,7 @@ k8s.io/apimachinery/pkg/util/version
317317
k8s.io/apimachinery/pkg/version
318318
k8s.io/apimachinery/pkg/watch
319319
k8s.io/apimachinery/third_party/forked/golang/reflect
320-
# k8s.io/component-base v0.34.0
320+
# k8s.io/component-base v0.34.1
321321
## explicit; go 1.24.0
322322
k8s.io/component-base/cli/flag
323323
k8s.io/component-base/featuregate

0 commit comments

Comments
 (0)