Skip to content

Commit 1e47540

Browse files
fix(deps): update kubernetes packages to v0.33.2
1 parent 2ab8785 commit 1e47540

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/cloudflare/cloudflare-go/v2 v2.4.0
99
github.com/onsi/ginkgo/v2 v2.22.2
1010
github.com/onsi/gomega v1.36.2
11-
k8s.io/api v0.32.0
12-
k8s.io/apimachinery v0.32.0
13-
k8s.io/client-go v0.32.0
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.19.4
1515
sigs.k8s.io/gateway-api v1.2.1
1616
)

0 commit comments

Comments
 (0)