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 bfd8651 commit cbb9732Copy full SHA for cbb9732
go.mod
@@ -23,9 +23,9 @@ require (
23
google.golang.org/genproto/googleapis/api v0.0.0-20241118233622-e639e219e697
24
gopkg.in/yaml.v2 v2.4.0
25
gotest.tools v2.2.0+incompatible
26
- k8s.io/api v0.31.0
27
- k8s.io/apimachinery v0.31.0
28
- k8s.io/client-go v0.31.0
+ k8s.io/api v0.33.3
+ k8s.io/apimachinery v0.33.3
+ k8s.io/client-go v0.33.3
29
sigs.k8s.io/controller-runtime v0.19.0
30
)
31
0 commit comments