Skip to content

Commit

Permalink
align kubernetes related deps to branch kubernetes-1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rawlingsj committed Sep 10, 2018
1 parent 68456e9 commit 816ad86
Show file tree
Hide file tree
Showing 30 changed files with 5,645 additions and 1,136 deletions.
32 changes: 21 additions & 11 deletions Gopkg.lock

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

19 changes: 10 additions & 9 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,19 +123,19 @@ required = [

[[constraint]]
name = "k8s.io/api"
branch = "release-1.11"
version = "kubernetes-1.11.0"

[[constraint]]
name = "k8s.io/apimachinery"
branch = "release-1.11"
version = "kubernetes-1.11.0"

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

[[constraint]]
name = "k8s.io/client-go"
branch = "release-8.0"
version = "kubernetes-1.11.0"

[[constraint]]
name = "k8s.io/helm"
Expand All @@ -147,7 +147,8 @@ required = [

[[constraint]]
name = "github.com/heptio/sonobuoy"
branch = "master"
branch = "kubernetes-1.11.0"
source = "https://github.com/jenkins-x/sonobuoy.git"

[[constraint]]
name = "github.com/alexflint/go-filemutex"
Expand All @@ -156,12 +157,12 @@ required = [

[[constraint]]
name = "k8s.io/test-infra"
branch = "release-1.11"
branch = "rebase3"
source = "https://github.com/jenkins-x/test-infra.git"

[[constraint]]
name = "github.com/knative/build"
branch = "master"
# [[constraint]]
# name = "github.com/knative/build"
# branch = "master"

[prune]
non-go = true
Expand Down
Loading

0 comments on commit 816ad86

Please sign in to comment.