Skip to content

Commit

Permalink
fix(deps): update kubernetes packages to v0.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
plural-renovate[bot] committed Feb 6, 2024
1 parent 6d69739 commit 28027b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ require (
github.com/sirupsen/logrus v1.9.3
gopkg.in/yaml.v2 v2.4.0
helm.sh/helm/v3 v3.11.2
k8s.io/apimachinery v0.26.4
k8s.io/client-go v0.26.4
k8s.io/apimachinery v0.29.1
k8s.io/client-go v0.29.1
)

require (
Expand Down Expand Up @@ -354,7 +354,7 @@ require (

replace (
go.etcd.io/etcd/pkg/v3 => go.etcd.io/etcd/pkg/v3 v3.5.0-alpha.0
k8s.io/cli-runtime => k8s.io/cli-runtime v0.26.4
k8s.io/cli-runtime => k8s.io/cli-runtime v0.29.1
k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20230109183929-3758b55a6596
sigs.k8s.io/kustomize/api => sigs.k8s.io/kustomize/api v0.12.1
sigs.k8s.io/kustomize/kyaml => sigs.k8s.io/kustomize/kyaml v0.13.9
Expand Down

0 comments on commit 28027b0

Please sign in to comment.