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