Skip to content

Commit 68a9d54

Browse files
committed
go mod tidy
1 parent 9a965cc commit 68a9d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ require (
1818
k8s.io/apiextensions-apiserver v0.34.0-rc.1
1919
k8s.io/apimachinery v0.34.0-rc.1
2020
k8s.io/apiserver v0.34.0-rc.1
21+
k8s.io/client-go v0.34.0-rc.1
2122
k8s.io/code-generator v0.34.0-rc.1
2223
k8s.io/gengo/v2 v2.0.0-20250604051438-85fd79dbfd9f
2324
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397
@@ -88,7 +89,6 @@ require (
8889
google.golang.org/protobuf v1.36.6 // indirect
8990
gopkg.in/inf.v0 v0.9.1 // indirect
9091
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
91-
k8s.io/client-go v0.34.0-rc.1 // indirect
9292
k8s.io/component-base v0.34.0-rc.1 // indirect
9393
k8s.io/klog/v2 v2.130.1 // indirect
9494
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect

0 commit comments

Comments
 (0)