Skip to content

Commit

Permalink
Upgrade to Kubernetes client v1.11 (as required by kops)
Browse files Browse the repository at this point in the history
  • Loading branch information
errordeveloper committed Oct 23, 2018
1 parent 3c3abe5 commit 8ecb614
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,15 @@ required = [

[[override]]
name = "k8s.io/api"
version = "kubernetes-1.10.8"

version = "kubernetes-1.11.3"

[[override]]
name = "k8s.io/apimachinery"
version = "kubernetes-1.10.8"
version = "kubernetes-1.11.3"

[[override]]
name = "k8s.io/client-go"
version = "kubernetes-1.10.8"
version = "kubernetes-1.11.3"

[[override]]
name = "github.com/json-iterator/go"
Expand All @@ -45,6 +44,14 @@ required = [
name = "k8s.io/kops"
branch = "master"

# copied from https://github.com/kubernetes/kops/blob/master/Gopkg.toml
[[override]]
name = "github.com/docker/distribution"
revision = "edc3ab29cdff8694dd6feb85cfeb4b5f1b38ed9c"
[[override]]
name = "github.com/miekg/dns"
revision = "5d001d020961ae1c184f9f8152fdc73810481677"

[[constraint]]
name = "github.com/kubernetes-sigs/aws-iam-authenticator"
branch = "master"
Expand All @@ -71,7 +78,7 @@ required = [

[[constraint]]
name = "github.com/dlespiau/kube-test-harness"
branch = "master"
branch = "kubernetes-1.11"

[[constraint]]
name = "github.com/awslabs/goformation"
Expand Down

0 comments on commit 8ecb614

Please sign in to comment.