Skip to content

Commit 056f545

Browse files
fix(deps): update kubernetes packages to v0.30.2
1 parent 54d51db commit 056f545

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ require (
1919
github.com/sirupsen/logrus v1.9.3
2020
gopkg.in/yaml.v2 v2.4.0
2121
helm.sh/helm/v3 v3.11.2
22-
k8s.io/api v0.26.4
23-
k8s.io/apimachinery v0.26.4
24-
k8s.io/client-go v0.26.4
22+
k8s.io/api v0.30.2
23+
k8s.io/apimachinery v0.30.2
24+
k8s.io/client-go v0.30.2
2525
sigs.k8s.io/yaml v1.3.0
2626
)
2727

@@ -358,7 +358,7 @@ require (
358358

359359
replace (
360360
go.etcd.io/etcd/pkg/v3 => go.etcd.io/etcd/pkg/v3 v3.5.0-alpha.0
361-
k8s.io/cli-runtime => k8s.io/cli-runtime v0.26.4
361+
k8s.io/cli-runtime => k8s.io/cli-runtime v0.30.2
362362
k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20230109183929-3758b55a6596
363363
sigs.k8s.io/kustomize/api => sigs.k8s.io/kustomize/api v0.12.1
364364
sigs.k8s.io/kustomize/kyaml => sigs.k8s.io/kustomize/kyaml v0.13.9

0 commit comments

Comments
 (0)