This commit is contained in:
renovate[bot] 2025-08-14 07:45:44 +00:00 committed by GitHub
commit 31d01f7c6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

6
go.mod
View File

@ -6,9 +6,9 @@ require (
github.com/onsi/ginkgo/v2 v2.20.2
github.com/onsi/gomega v1.34.2
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
k8s.io/api v0.24.0
k8s.io/apimachinery v0.24.0
k8s.io/client-go v0.24.0
k8s.io/api v0.33.4
k8s.io/apimachinery v0.33.4
k8s.io/client-go v0.33.4
sigs.k8s.io/controller-runtime v0.12.1
)