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 f3ee5c3 commit c397277Copy full SHA for c397277
go.mod
@@ -6,9 +6,9 @@ require (
6
github.com/onsi/ginkgo/v2 v2.20.2
7
github.com/onsi/gomega v1.34.2
8
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
9
- k8s.io/api v0.24.0
10
- k8s.io/apimachinery v0.24.0
11
- k8s.io/client-go v0.24.0
+ k8s.io/api v0.33.4
+ k8s.io/apimachinery v0.33.4
+ k8s.io/client-go v0.33.4
12
sigs.k8s.io/controller-runtime v0.12.1
13
)
14
0 commit comments