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 b1d70f6 commit b0d6c40Copy full SHA for b0d6c40
go.mod
@@ -9,8 +9,8 @@ godebug default=go1.23
9
require (
10
github.com/onsi/ginkgo/v2 v2.23.4
11
github.com/onsi/gomega v1.37.0
12
- k8s.io/api v0.33.2
13
- k8s.io/apimachinery v0.33.2
+ k8s.io/api v0.34.1
+ k8s.io/apimachinery v0.34.1
14
k8s.io/client-go v0.33.2
15
sigs.k8s.io/controller-runtime v0.21.0
16
)
0 commit comments