Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dependencies #1

Merged
merged 1 commit into from
May 25, 2018
Merged

Fix dependencies #1

merged 1 commit into from
May 25, 2018

Conversation

kirs
Copy link
Contributor

@kirs kirs commented May 24, 2018

As mentioned in kubernetes/client-go#417:

With dep you have to pin all dependencies (especially those under the k8s.io org) to the right versions. For client-go 7.0.0 use the kubernetes-1.10.0 tags on the other k8s.io repos.

diff --git a/Gopkg.toml b/Gopkg.toml
index ceb27fc..edc675f 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -30,11 +30,11 @@
   version = "0.0.3"

 [[constraint]]
-  branch = "master"
+  branch = "release-1.10"
   name = "k8s.io/api"

 [[constraint]]
-  branch = "master"
+  branch = "release-1.10"
   name = "k8s.io/apimachinery"

Fixes the issue

@dragonsmith dragonsmith merged commit 19c5ee8 into dragonsmith:master May 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants