fix(deps): update kubernetes packages to v0.32.4
This commit is contained in:
parent
c1537f9c82
commit
2598287b6b
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.10.0
|
||||
github.com/cert-manager/cert-manager v1.17.1
|
||||
k8s.io/api v0.32.3
|
||||
k8s.io/apimachinery v0.32.3
|
||||
k8s.io/client-go v0.32.3
|
||||
k8s.io/api v0.32.4
|
||||
k8s.io/apimachinery v0.32.4
|
||||
k8s.io/client-go v0.32.4
|
||||
)
|
||||
|
||||
require (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue