Bump the go group across 3 directories with 9 updates (#12985)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
k8s-infra-cherrypick-robot 2025-03-17 06:17:49 -07:00 committed by GitHub
parent 05c0f172b8
commit be435e6fa0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 42 additions and 44 deletions

View file

@ -1,15 +1,14 @@
module github.com/jet/kube-webhook-certgen
go 1.24.1
require (
github.com/onrik/logrus v0.11.0
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.9.1
k8s.io/api v0.32.2
k8s.io/apimachinery v0.32.2
k8s.io/client-go v0.32.2
k8s.io/kube-aggregator v0.32.2
k8s.io/api v0.32.3
k8s.io/apimachinery v0.32.3
k8s.io/client-go v0.32.3
k8s.io/kube-aggregator v0.32.3
)
require (