Skip to content

Commit f71ef33

Browse files
committed
chore: promote apiextensions-apiserver to direct dependency
1 parent 6954dc5 commit f71ef33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ require (
1010
github.com/stretchr/testify v1.11.1
1111
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da
1212
k8s.io/api v0.35.0
13+
k8s.io/apiextensions-apiserver v0.35.0
1314
k8s.io/apimachinery v0.36.0-alpha.1
1415
k8s.io/apiserver v0.35.0
1516
k8s.io/client-go v0.35.0
@@ -398,7 +399,6 @@ require (
398399
gopkg.in/yaml.v2 v2.4.0 // indirect
399400
gopkg.in/yaml.v3 v3.0.1 // indirect
400401
honnef.co/go/tools v0.6.1 // indirect
401-
k8s.io/apiextensions-apiserver v0.35.0 // indirect
402402
k8s.io/component-base v0.35.0 // indirect
403403
k8s.io/gengo/v2 v2.0.0-20250922181213-ec3ebc5fd46b // indirect
404404
k8s.io/klog/v2 v2.130.1 // indirect

0 commit comments

Comments
 (0)