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

Replace Dep with New Go 11 Modules #767

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

msolimans
Copy link
Contributor

@msolimans msolimans commented Jan 7, 2019

Enabled Go 11 Modules; it is the new way to manage dependencies from Go team. much cleaner and easier than ever before. it allows to put the project anywhere without the need to have it inside $GOPATH!

I've updated Makefile too, removed dep and added mod instead and also update vendor with all required packages that were resolved by go modules (refactored, much better)

For more info about new Go 11 Modules, https://github.com/golang/go/wiki/Modules

@jbsmith7741
Copy link

@kelseyhightower any chance on getting this merged?

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