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 cf2c6ca commit 4955006Copy full SHA for 4955006
go.mod
@@ -26,9 +26,9 @@ require (
26
go.uber.org/automaxprocs v1.6.0
27
gopkg.in/yaml.v2 v2.4.0
28
gopkg.in/yaml.v3 v3.0.1
29
- k8s.io/apimachinery v0.32.2
30
- k8s.io/client-go v0.32.2
31
- k8s.io/kubectl v0.32.2
+ k8s.io/apimachinery v0.33.1
+ k8s.io/client-go v0.33.1
+ k8s.io/kubectl v0.33.1
32
k8s.io/utils v0.0.0-20241210054802-24370beab758
33
sigs.k8s.io/controller-runtime v0.20.2
34
)
0 commit comments