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 a6faf08 commit 4923b57Copy full SHA for 4923b57
go.mod
@@ -20,14 +20,14 @@ require (
20
github.com/syncthing/syncthing v1.29.7
21
go.uber.org/zap v1.27.0
22
gopkg.in/yaml.v3 v3.0.1
23
- k8s.io/api v0.32.3
24
- k8s.io/apiextensions-apiserver v0.32.3
25
- k8s.io/apimachinery v0.32.3
26
- k8s.io/client-go v0.32.3
27
- k8s.io/component-base v0.32.3
28
- k8s.io/component-helpers v0.32.3
+ k8s.io/api v0.33.2
+ k8s.io/apiextensions-apiserver v0.33.2
+ k8s.io/apimachinery v0.33.2
+ k8s.io/client-go v0.33.2
+ k8s.io/component-base v0.33.2
+ k8s.io/component-helpers v0.33.2
29
k8s.io/klog/v2 v2.130.1
30
- k8s.io/kubectl v0.32.3
+ k8s.io/kubectl v0.33.2
31
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397
32
sigs.k8s.io/controller-runtime v0.20.4
33
)
0 commit comments