fix(deps): update kubernetes packages to v0.33.2
This commit is contained in:
parent
1caa3fd09e
commit
0cbc1739c1
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.12.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