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 a795e1c commit b12bc0cCopy full SHA for b12bc0c
go.mod
@@ -6,7 +6,7 @@ require (
6
github.com/onsi/ginkgo v1.16.5
7
github.com/onsi/gomega v1.27.6
8
github.com/pkg/errors v0.9.1
9
- k8s.io/apimachinery v0.23.5
+ k8s.io/apimachinery v0.33.2
10
k8s.io/client-go v0.23.5
11
sigs.k8s.io/cluster-api v1.1.4
12
sigs.k8s.io/controller-runtime v0.11.2
@@ -18,7 +18,7 @@ require (
18
github.com/mudler/go-nodepair v0.0.0-20221223092639-ba399a66fdfb
19
github.com/onsi/ginkgo/v2 v2.9.3
20
github.com/rancher-sandbox/ele-testhelpers v0.0.0-20240412110134-536443696b01
21
- k8s.io/api v0.23.5
+ k8s.io/api v0.33.2
22
)
23
24
require (
0 commit comments