We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 473e47f commit 46a893bCopy full SHA for 46a893b
go.mod
@@ -9,9 +9,9 @@ require (
9
github.com/onsi/gomega v1.36.1
10
github.com/spf13/cobra v1.9.1
11
go.miloapis.com/milo v0.8.0
12
- k8s.io/api v0.32.3
13
- k8s.io/apimachinery v0.33.2
14
- k8s.io/client-go v0.32.3
+ k8s.io/api v0.35.0
+ k8s.io/apimachinery v0.35.0
+ k8s.io/client-go v0.35.0
15
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397
16
sigs.k8s.io/controller-runtime v0.20.4
17
)
0 commit comments