Skip to content

Commit 2fe731c

Browse files
committed
fix go.mod k8s.io/* from v0.30.0 to v0.28.9
Signed-off-by: liheng.zms <[email protected]>
1 parent 8ab2376 commit 2fe731c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ require (
2525
golang.org/x/time v0.3.0
2626
gomodules.xyz/jsonpatch/v2 v2.4.0
2727
google.golang.org/grpc v1.63.0
28-
k8s.io/api v0.30.0
29-
k8s.io/apiextensions-apiserver v0.30.0
30-
k8s.io/apimachinery v0.30.0
28+
k8s.io/api v0.28.9
29+
k8s.io/apiextensions-apiserver v0.28.9
30+
k8s.io/apimachinery v0.28.9
3131
k8s.io/apiserver v0.28.9
3232
k8s.io/client-go v0.28.9
3333
k8s.io/code-generator v0.28.9

0 commit comments

Comments
 (0)