Migrate from dep to Go Modules #4234
Labels
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
Hi,
I've been working on migrating minikube's current dependency management from Go dep to Go modules, mainly because I like to build projects with
git clone
/make
and forgetting aboutGOPATH
. It ended up simplifying the build infrastructure a bit, so I thought about upstreaming the changes.The only reference to Go modules I found is this comment from last September on issue #3037, related to the last
godep
todep
migration.Hence the question: are you interested in this change? If so, I'll prepare a proper pull request (e.g. updating the related documentation).
Regards,
Tiago.
The text was updated successfully, but these errors were encountered: