fix(deps): update kubernetes packages to v0.32.1
This commit is contained in:
parent
15da63ea05
commit
a2fd2e305f
2 changed files with 9 additions and 9 deletions
6
go.mod
6
go.mod
|
@ -5,9 +5,9 @@ go 1.23.4
|
|||
require (
|
||||
github.com/alecthomas/kong v1.6.0
|
||||
github.com/cert-manager/cert-manager v1.16.2
|
||||
k8s.io/api v0.32.0
|
||||
k8s.io/apimachinery v0.32.0
|
||||
k8s.io/client-go v0.32.0
|
||||
k8s.io/api v0.32.1
|
||||
k8s.io/apimachinery v0.32.1
|
||||
k8s.io/client-go v0.32.1
|
||||
)
|
||||
|
||||
require (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue