fix(deps): update kubernetes packages to v0.33.2
This commit is contained in:
parent
fd60b2c597
commit
46821d8d2c
2 changed files with 9 additions and 9 deletions
6
go.mod
6
go.mod
|
@ -7,9 +7,9 @@ toolchain go1.24.4
|
|||
require (
|
||||
github.com/alecthomas/kong v1.11.0
|
||||
github.com/cert-manager/cert-manager v1.18.1
|
||||
k8s.io/api v0.33.1
|
||||
k8s.io/apimachinery v0.33.1
|
||||
k8s.io/client-go v0.33.1
|
||||
k8s.io/api v0.33.2
|
||||
k8s.io/apimachinery v0.33.2
|
||||
k8s.io/client-go v0.33.2
|
||||
)
|
||||
|
||||
require (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue