Skip to content

Commit 2be2e60

Browse files
committed
fix(deps): update module k8s.io/klog to v2
1 parent e0a6867 commit 2be2e60

File tree

1 file changed

+1
-1
lines changed
  • pre-sync/oci-image-verification

1 file changed

+1
-1
lines changed

pre-sync/oci-image-verification/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ require (
1010
k8s.io/api v0.34.2
1111
k8s.io/apimachinery v0.34.2
1212
k8s.io/klog v1.0.0
13+
k8s.io/klog/v2 v2.130.1
1314
)
1415

1516
require (
@@ -184,7 +185,6 @@ require (
184185
gopkg.in/inf.v0 v0.9.1 // indirect
185186
gopkg.in/yaml.v3 v3.0.1 // indirect
186187
k8s.io/client-go v0.34.1 // indirect
187-
k8s.io/klog/v2 v2.130.1 // indirect
188188
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect
189189
k8s.io/utils v0.0.0-20250820121507-0af2bda4dd1d // indirect
190190
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect

0 commit comments

Comments
 (0)