Skip to content

Commit b12bc0c

Browse files
Update kubernetes packages to v0.33.2
1 parent a795e1c commit b12bc0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/onsi/ginkgo v1.16.5
77
github.com/onsi/gomega v1.27.6
88
github.com/pkg/errors v0.9.1
9-
k8s.io/apimachinery v0.23.5
9+
k8s.io/apimachinery v0.33.2
1010
k8s.io/client-go v0.23.5
1111
sigs.k8s.io/cluster-api v1.1.4
1212
sigs.k8s.io/controller-runtime v0.11.2
@@ -18,7 +18,7 @@ require (
1818
github.com/mudler/go-nodepair v0.0.0-20221223092639-ba399a66fdfb
1919
github.com/onsi/ginkgo/v2 v2.9.3
2020
github.com/rancher-sandbox/ele-testhelpers v0.0.0-20240412110134-536443696b01
21-
k8s.io/api v0.23.5
21+
k8s.io/api v0.33.2
2222
)
2323

2424
require (

0 commit comments

Comments
 (0)