Skip to content

Commit

Permalink
Bump client-go to version 1.11
Browse files Browse the repository at this point in the history
This required:
* Bumping all the kubernetes dependenices to 1.14
* Replacing justinbarrick/go-k8s-portforward by 2opremio/go-k8s-portforward
  until oliviabarrick/go-k8s-portforward#6 is merged
  • Loading branch information
Alfonso Acosta committed Apr 12, 2019
1 parent 6b659f0 commit cfb6d2d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,23 @@ required = ["k8s.io/code-generator/cmd/client-gen"]

[[constraint]]
name = "k8s.io/api"
version = "kubernetes-1.11.0"
version = "kubernetes-1.14.0"

[[constraint]]
name = "k8s.io/apimachinery"
version = "kubernetes-1.11.0"
version = "kubernetes-1.14.0"

[[constraint]]
name = "k8s.io/apiextensions-apiserver"
version = "kubernetes-1.11.0"
version = "kubernetes-1.14.0"

[[constraint]]
name = "k8s.io/client-go"
version = "8.0.0"
version = "11.0.0"

[[constraint]]
name = "k8s.io/code-generator"
branch = "release-1.11"
branch = "release-1.14"

[[override]]
name = "github.com/json-iterator/go"
Expand All @@ -47,8 +47,8 @@ required = ["k8s.io/code-generator/cmd/client-gen"]
version = "~v2.13.0"

[[constraint]]
name = "github.com/justinbarrick/go-k8s-portforward"
version = "v1.0.2"
name = "github.com/2opremio/go-k8s-portforward"
branch = "master"

[[constraint]]
branch = "master"
Expand Down

0 comments on commit cfb6d2d

Please sign in to comment.