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 f9d2764 commit 94c9dbaCopy full SHA for 94c9dba
go.mod
@@ -8,8 +8,8 @@ require (
8
github.com/onsi/gomega v1.27.4
9
github.com/spf13/pflag v1.0.5
10
github.com/spf13/viper v1.14.0
11
- k8s.io/api v0.26.1
12
- k8s.io/apimachinery v0.26.1
+ k8s.io/api v0.33.3
+ k8s.io/apimachinery v0.33.3
13
k8s.io/client-go v0.26.1
14
sigs.k8s.io/controller-runtime v0.14.6
15
)
0 commit comments