Skip to content

Commit

Permalink
gopkg.toml: upgrade to client-go v9.0.0 / kubernetes v1.12.6
Browse files Browse the repository at this point in the history
Signed-off-by: Amarnath <[email protected]>
  • Loading branch information
vaamarnath committed Mar 12, 2019
1 parent b90add2 commit 6110213
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 16 deletions.
37 changes: 25 additions & 12 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 @@ -8,19 +8,19 @@ required = [

[[constraint]]
name = "k8s.io/client-go"
version = "v8.0.0"
version = "v9.0.0"

[[constraint]]
name = "k8s.io/apimachinery"
version = "kubernetes-1.11.7"
version = "kubernetes-1.12.6"

[[constraint]]
name = "k8s.io/api"
version = "kubernetes-1.11.7"
version = "kubernetes-1.12.6"

[[constraint]]
name = "k8s.io/code-generator"
version = "kubernetes-1.11.7"
version = "kubernetes-1.12.6"

[[constraint]]
name = "github.com/envoyproxy/go-control-plane"
Expand Down

0 comments on commit 6110213

Please sign in to comment.