Skip to content

Commit

Permalink
Client go update (#262)
Browse files Browse the repository at this point in the history
* Update client-go

* Bump all k8s libs in tandem

For some stupid reason, they have to be pinned together. See kubernetes/minikube#3037 and https://github.com/kubernetes/client-go#compatibility-matrix
  • Loading branch information
timfallmk committed Feb 1, 2019
1 parent fe9ac9d commit 26f6cb4
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 25 deletions.
52 changes: 29 additions & 23 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
name = "golang.org/x/net"

[[constraint]]
branch = "release-1.11"
branch = "release-1.13"
name = "k8s.io/apimachinery"

[[constraint]]
name = "k8s.io/client-go"
branch = "release-8.0"
branch = "release-10.0"

[[override]]
name = "github.com/ugorji/go"
Expand Down

0 comments on commit 26f6cb4

Please sign in to comment.