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 dddc9e2 commit 9fe0be1Copy full SHA for 9fe0be1
go.mod
@@ -9,9 +9,9 @@ require (
9
github.com/onsi/gomega v1.36.2
10
github.com/stretchr/testify v1.10.0
11
go.uber.org/zap v1.27.0
12
- k8s.io/api v0.32.3
13
- k8s.io/apimachinery v0.32.3
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
sigs.k8s.io/controller-runtime v0.20.3
16
)
17
0 commit comments