Skip to content

Commit c397277

Browse files
Update kubernetes packages to v0.33.4
1 parent f3ee5c3 commit c397277

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ require (
66
github.com/onsi/ginkgo/v2 v2.20.2
77
github.com/onsi/gomega v1.34.2
88
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
9+
k8s.io/api v0.33.4
10+
k8s.io/apimachinery v0.33.4
11+
k8s.io/client-go v0.33.4
1212
sigs.k8s.io/controller-runtime v0.12.1
1313
)
1414

0 commit comments

Comments
 (0)