Skip to content

Commit 855b1bf

Browse files
authored
Merge pull request kubernetes-csi#1111 from kubernetes-csi/dependabot/go_modules/k8s-dependencies-f351cbf957
Bump k8s.io/klog/v2 from 2.130.0 to 2.130.1 in the k8s-dependencies group
2 parents c72f087 + b2fd105 commit 855b1bf

File tree

4 files changed

+29
-56
lines changed

4 files changed

+29
-56
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
k8s.io/client-go v0.30.0
2323
k8s.io/component-base v0.30.0
2424
k8s.io/component-helpers v0.30.0
25-
k8s.io/klog/v2 v2.130.0
25+
k8s.io/klog/v2 v2.130.1
2626
)
2727

2828
require (

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ k8s.io/component-base v0.30.0 h1:cj6bp38g0ainlfYtaOQuRELh5KSYjhKxM+io7AUIk4o=
188188
k8s.io/component-base v0.30.0/go.mod h1:V9x/0ePFNaKeKYA3bOvIbrNoluTSG+fSJKjLdjOoeXQ=
189189
k8s.io/component-helpers v0.30.0 h1:xbJtNCfSM4SB/Tz5JqCKDZv4eT5LVi/AWQ1VOxhmStU=
190190
k8s.io/component-helpers v0.30.0/go.mod h1:68HlSwXIumMKmCx8cZe1PoafQEYh581/sEpxMrkhmX4=
191-
k8s.io/klog/v2 v2.130.0 h1:5nB3+3HpqKqXJIXNtJdtxcDCfaa9KL8StJgMzGJkUkM=
192-
k8s.io/klog/v2 v2.130.0/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE=
191+
k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk=
192+
k8s.io/klog/v2 v2.130.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE=
193193
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 h1:BZqlfIlq5YbRMFko6/PM7FjZpUb45WallggurYhKGag=
194194
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340/go.mod h1:yD4MZYeKMBwQKVht279WycxKyM84kkAx2DPrTXaeb98=
195195
k8s.io/utils v0.0.0-20230726121419-3b25d923346b h1:sgn3ZU783SCgtaSJjpcVVlRqd6GSnlTLKgpAAttJvpI=

vendor/k8s.io/klog/v2/klog.go

Lines changed: 25 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ k8s.io/component-base/version
756756
## explicit; go 1.22.0
757757
k8s.io/component-helpers/scheduling/corev1
758758
k8s.io/component-helpers/scheduling/corev1/nodeaffinity
759-
# k8s.io/klog/v2 v2.130.0
759+
# k8s.io/klog/v2 v2.130.1
760760
## explicit; go 1.18
761761
k8s.io/klog/v2
762762
k8s.io/klog/v2/internal/buffer

0 commit comments

Comments
 (0)