Skip to content

Commit e14fb4d

Browse files
fix(deps): update kubernetes packages to v0.29.2
1 parent 866c593 commit e14fb4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ 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/apimachinery v0.26.4
23-
k8s.io/client-go v0.26.4
22+
k8s.io/apimachinery v0.29.2
23+
k8s.io/client-go v0.29.2
2424
)
2525

2626
require (
@@ -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.29.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)