Skip to content

Commit 2b32787

Browse files
committed
import apiextensions directly now
1 parent e6044d9 commit 2b32787

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
@@ -629,7 +629,7 @@ require (
629629
gopkg.in/yaml.v2 v2.4.0 // indirect
630630
gopkg.in/yaml.v3 v3.0.1 // indirect
631631
gorm.io/gorm v1.31.1 // indirect
632-
k8s.io/apiextensions-apiserver v0.35.0 // indirect
632+
k8s.io/apiextensions-apiserver v0.35.0
633633
k8s.io/apiserver v0.35.0 // indirect
634634
k8s.io/cli-runtime v0.35.1
635635
k8s.io/component-helpers v0.35.1

0 commit comments

Comments
 (0)