Skip to content

Commit

Permalink
fix(deps): update kubernetes deps to v0.27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 28, 2023
1 parent 13d210a commit d85e4fe
Show file tree
Hide file tree
Showing 2 changed files with 278 additions and 6 deletions.
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/bwmarrin/snowflake v0.3.0
github.com/envoyproxy/go-control-plane v0.9.9
github.com/golang/protobuf v1.5.0
github.com/golang/protobuf v1.5.3
github.com/gorilla/mux v1.8.0
github.com/huandu/xstrings v1.3.2 // indirect
github.com/imdario/mergo v0.3.11 // indirect
Expand All @@ -21,10 +21,10 @@ require (
github.com/urfave/cli/v2 v2.3.0
google.golang.org/genproto v0.0.0-20201110150050-8816d57aaa9a // indirect
google.golang.org/grpc v1.36.0
google.golang.org/protobuf v1.27.1
k8s.io/api v0.20.5
k8s.io/apimachinery v0.20.5
k8s.io/client-go v0.20.5
google.golang.org/protobuf v1.28.1
k8s.io/api v0.27.2
k8s.io/apimachinery v0.27.2
k8s.io/client-go v0.27.2
)

replace k8s.io/client-go => k8s.io/client-go v0.20.5
replace k8s.io/client-go => k8s.io/client-go v0.27.2
Loading

0 comments on commit d85e4fe

Please sign in to comment.