Skip to content

Commit

Permalink
Exclude outdated client-go in go.mod (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
acumino authored Jun 27, 2023
1 parent 957eb16 commit 9d68792
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 71 deletions.
9 changes: 4 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.26.1
k8s.io/apimachinery v0.26.1
k8s.io/client-go v11.0.1-0.20190409021438-1a26190bd76a+incompatible
k8s.io/client-go v0.26.1
k8s.io/utils v0.0.0-20221128185143-99ec85e7a448
sigs.k8s.io/controller-runtime v0.14.4
sigs.k8s.io/controller-tools v0.11.3
Expand Down Expand Up @@ -140,7 +140,6 @@ require (
sigs.k8s.io/yaml v1.3.0 // indirect
)

replace (
google.golang.org/grpc => google.golang.org/grpc v1.29.0
k8s.io/client-go => k8s.io/client-go v0.26.1
)
exclude k8s.io/client-go v11.0.1-0.20190409021438-1a26190bd76a+incompatible

replace google.golang.org/grpc => google.golang.org/grpc v1.29.0
Loading

0 comments on commit 9d68792

Please sign in to comment.