Update kubernetes packages to v0.24.3
This commit is contained in:
parent
8e63c42038
commit
4a75be8a98
1 changed files with 2 additions and 2 deletions
4
go.mod
4
go.mod
|
@ -5,8 +5,8 @@ go 1.18
|
|||
require (
|
||||
github.com/maxatome/go-testdeep v1.11.0
|
||||
go.uber.org/zap v1.21.0
|
||||
k8s.io/api v0.24.2
|
||||
k8s.io/apimachinery v0.24.2
|
||||
k8s.io/api v0.24.3
|
||||
k8s.io/apimachinery v0.24.3
|
||||
k8s.io/client-go v1.5.2
|
||||
sigs.k8s.io/controller-runtime v0.12.2
|
||||
)
|
||||
|
|
Reference in a new issue