Skip to content

Commit 9c069f2

Browse files
fix(deps): update kubernetes packages to v0.33.1
1 parent 8403cbe commit 9c069f2

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.22.0
99
github.com/onsi/gomega v1.36.1
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.1
12+
k8s.io/apimachinery v0.33.1
13+
k8s.io/client-go v0.33.1
1414
sigs.k8s.io/controller-runtime v0.20.2
1515
sigs.k8s.io/kind v0.27.0
1616
sigs.k8s.io/kustomize/api v0.19.0

0 commit comments

Comments
 (0)