We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8489f1 commit 9a60e1eCopy full SHA for 9a60e1e
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.34.1
+ k8s.io/apimachinery v0.34.1
+ k8s.io/client-go v0.34.1
15
sigs.k8s.io/controller-runtime v0.20.3
16
)
17
0 commit comments