mirror of
https://github.com/kubernetes/sample-controller.git
synced 2026-04-12 00:00:26 +08:00
Update dependencies to v0.29.14 tag
This commit is contained in:
8
go.mod
8
go.mod
@@ -6,10 +6,10 @@ go 1.21
|
||||
|
||||
require (
|
||||
golang.org/x/time v0.3.0
|
||||
k8s.io/api v0.0.0-20240404161350-448db12cecfb
|
||||
k8s.io/apimachinery v0.0.0-20240404161013-3e7c65a7bc4d
|
||||
k8s.io/client-go v0.0.0-20240404162704-0058eeef6a23
|
||||
k8s.io/code-generator v0.0.0-20240404163324-3f91291add43
|
||||
k8s.io/api v0.29.14
|
||||
k8s.io/apimachinery v0.29.14
|
||||
k8s.io/client-go v0.29.14
|
||||
k8s.io/code-generator v0.29.14
|
||||
k8s.io/klog/v2 v2.110.1
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user