Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Bump client-go to version 1.11 #1929

Merged
merged 7 commits into from
Apr 12, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
619 changes: 415 additions & 204 deletions Gopkg.lock

Large diffs are not rendered by default.

16 changes: 8 additions & 8 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 All @@ -64,4 +64,4 @@ required = ["k8s.io/code-generator/cmd/client-gen"]

[[constraint]]
name = "github.com/imdario/mergo"
version = "0.3.2"
version = "0.3.7"
Loading