We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6954dc5 commit f71ef33Copy full SHA for f71ef33
1 file changed
go.mod
@@ -10,6 +10,7 @@ require (
10
github.com/stretchr/testify v1.11.1
11
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da
12
k8s.io/api v0.35.0
13
+ k8s.io/apiextensions-apiserver v0.35.0
14
k8s.io/apimachinery v0.36.0-alpha.1
15
k8s.io/apiserver v0.35.0
16
k8s.io/client-go v0.35.0
@@ -398,7 +399,6 @@ require (
398
399
gopkg.in/yaml.v2 v2.4.0 // indirect
400
gopkg.in/yaml.v3 v3.0.1 // indirect
401
honnef.co/go/tools v0.6.1 // indirect
- k8s.io/apiextensions-apiserver v0.35.0 // indirect
402
k8s.io/component-base v0.35.0 // indirect
403
k8s.io/gengo/v2 v2.0.0-20250922181213-ec3ebc5fd46b // indirect
404
k8s.io/klog/v2 v2.130.1 // indirect
0 commit comments