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

migrate from go dep to go modules #472

Merged
merged 1 commit into from Jun 20, 2019
Merged

migrate from go dep to go modules #472

merged 1 commit into from Jun 20, 2019

Conversation

hilary
Copy link
Contributor

@hilary hilary commented Jun 19, 2019

  • run go mod init
  • remove go versions not supporting go modules from Travis
  • use go 1.12 for building
  • update developer docs
  • remove go dep files (Gopkg.*)
  • update vendor folder

@hilary hilary changed the title migrate from go dep to go modules WIP: migrate from go dep to go modules Jun 20, 2019
- run `go mod init`
- update k8s.io modules to versions support kubernetes-1.14.3
- remove go versions not supporting go modules from Travis
- use go 1.12 for building
- update developer docs
- remove go dep files (Gopkg.*)
- update vendor folder
@hilary hilary changed the title WIP: migrate from go dep to go modules migrate from go dep to go modules Jun 20, 2019
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.2.2
k8s.io/api v0.0.0-20190606204050-af9c91bd2759 // indirect
k8s.io/apimachinery v0.0.0-20190404173353-6a84e37a896d
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this the right k8s.io/apimachinery as of k8s.io/api@af9c91bd2759? If I had to guess, I'd say that you upgraded k8s.io/client-go last, and it upgraded k8s.io/api on you, too. Kubernetes packages should generally be kept inline with each other.

Copy link
Contributor Author

@hilary hilary Jun 20, 2019

Choose a reason for hiding this comment

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

Oddly, it is. The revision in Godeps.json matches.

@hilary hilary merged commit 034d856 into digitalocean:master Jun 20, 2019
@hilary hilary deleted the gomod branch June 20, 2019 17:29
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.

None yet

2 participants