Skip to content

Commit 8a372dd

Browse files
committed
Update codegen
Signed-off-by: Ali Ok <aliok@redhat.com>
1 parent db25e8e commit 8a372dd

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
@@ -11,6 +11,7 @@ require (
1111
github.com/oapi-codegen/runtime v1.1.1
1212
go.uber.org/zap v1.27.0
1313
k8s.io/api v0.30.3
14+
k8s.io/apiextensions-apiserver v0.30.3
1415
k8s.io/apimachinery v0.30.3
1516
k8s.io/client-go v0.30.3
1617
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
@@ -106,7 +107,6 @@ require (
106107
gopkg.in/inf.v0 v0.9.1 // indirect
107108
gopkg.in/yaml.v2 v2.4.0 // indirect
108109
gopkg.in/yaml.v3 v3.0.1 // indirect
109-
k8s.io/apiextensions-apiserver v0.30.3 // indirect
110110
k8s.io/apiserver v0.30.3 // indirect
111111
k8s.io/code-generator v0.30.3 // indirect
112112
k8s.io/gengo v0.0.0-20240404160639-a0386bf69313 // indirect

0 commit comments

Comments
 (0)