We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ab8785 commit 1e47540Copy full SHA for 1e47540
go.mod
@@ -8,9 +8,9 @@ require (
8
github.com/cloudflare/cloudflare-go/v2 v2.4.0
9
github.com/onsi/ginkgo/v2 v2.22.2
10
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
+ k8s.io/api v0.33.2
+ k8s.io/apimachinery v0.33.2
+ k8s.io/client-go v0.33.2
14
sigs.k8s.io/controller-runtime v0.19.4
15
sigs.k8s.io/gateway-api v1.2.1
16
)
0 commit comments