Skip to content

Commit

Permalink
Bump all k8s libs in tandem
Browse files Browse the repository at this point in the history
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
Tim committed Jan 31, 2019
1 parent 9f6b1a6 commit e5067cc
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 27 deletions.
38 changes: 15 additions & 23 deletions Gopkg.lock

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

8 changes: 4 additions & 4 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"
[[constraint]]
name = "k8s.io/client-go"
branch = "release-10.0"

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

0 comments on commit e5067cc

Please sign in to comment.