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

update k8s.io dependencies to v0.17.0 to avoid go get issues #74

Merged
merged 1 commit into from
Feb 18, 2020
Merged

update k8s.io dependencies to v0.17.0 to avoid go get issues #74

merged 1 commit into from
Feb 18, 2020

Conversation

ghouscht
Copy link
Contributor

This PR updates the k8s dependencies to v0.17.0. The currenlty used version is quite old and causes some problems with the offical go modules proxy, so kube-prompt can't be installed with a simple go get:

go get -u github.com/c-bata/kube-prompt
go: finding github.com/c-bata/kube-prompt v1.0.10
go: downloading github.com/c-bata/kube-prompt v1.0.10
go: extracting github.com/c-bata/kube-prompt v1.0.10
go get: github.com/c-bata/kube-prompt@v1.0.10 requires
        k8s.io/client-go@v12.0.0+incompatible: reading https://proxy.golang.org/k8s.io/client-go/@v/v12.0.0+incompatible.mod: 410 Gone

This is also resolved with the updates deps 😃

Copy link
Owner

@c-bata c-bata left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!!

@c-bata c-bata merged commit c654ccb into c-bata:master Feb 18, 2020
@c-bata
Copy link
Owner

c-bata commented Feb 18, 2020

Thank you for your contribution!

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