Skip to content

Commit 84001af

Browse files
fix(deps): update kubernetes packages to v0.33.2
1 parent 7fdfa8c commit 84001af

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
@@ -8,9 +8,9 @@ require (
88
github.com/onsi/ginkgo/v2 v2.23.4
99
github.com/onsi/gomega v1.36.3
1010
github.com/stretchr/testify v1.10.0
11-
k8s.io/api v0.32.1
12-
k8s.io/apimachinery v0.32.1
13-
k8s.io/client-go v0.32.1
11+
k8s.io/api v0.33.2
12+
k8s.io/apimachinery v0.33.2
13+
k8s.io/client-go v0.33.2
1414
sigs.k8s.io/controller-runtime v0.20.2
1515
sigs.k8s.io/kind v0.29.0
1616
sigs.k8s.io/kustomize/api v0.19.0

0 commit comments

Comments
 (0)