mirror of
https://github.com/rancher/k3k.git
synced 2026-05-16 22:36:44 +00:00
Update Kubernetes dependencies
This commit is contained in:
committed by
GitHub
parent
cfbd29f7cc
commit
558af19cc3
24
go.mod
24
go.mod
@@ -25,19 +25,19 @@ require (
|
||||
go.uber.org/zap v1.27.1
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
helm.sh/helm/v3 v3.20.2
|
||||
k8s.io/api v0.35.4
|
||||
k8s.io/apiextensions-apiserver v0.35.4
|
||||
k8s.io/apimachinery v0.35.4
|
||||
k8s.io/apiserver v0.35.4
|
||||
k8s.io/cli-runtime v0.35.4
|
||||
k8s.io/client-go v0.35.4
|
||||
k8s.io/component-base v0.35.4
|
||||
k8s.io/component-helpers v0.35.4
|
||||
k8s.io/kubectl v0.35.4
|
||||
k8s.io/kubelet v0.35.4
|
||||
k8s.io/kubernetes v1.35.4
|
||||
k8s.io/api v0.36.0
|
||||
k8s.io/apiextensions-apiserver v0.36.0
|
||||
k8s.io/apimachinery v0.36.0
|
||||
k8s.io/apiserver v0.36.0
|
||||
k8s.io/cli-runtime v0.36.0
|
||||
k8s.io/client-go v0.36.0
|
||||
k8s.io/component-base v0.36.0
|
||||
k8s.io/component-helpers v0.36.0
|
||||
k8s.io/kubectl v0.36.0
|
||||
k8s.io/kubelet v0.36.0
|
||||
k8s.io/kubernetes v1.36.0
|
||||
k8s.io/utils v0.0.0-20260319190234-28399d86e0b5
|
||||
sigs.k8s.io/controller-runtime v0.23.3
|
||||
sigs.k8s.io/controller-runtime v0.24.0
|
||||
)
|
||||
|
||||
require (
|
||||
|
||||
Reference in New Issue
Block a user