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

Move from dep to Go modules #15

Merged
merged 3 commits into from
Jan 3, 2019
Merged

Move from dep to Go modules #15

merged 3 commits into from
Jan 3, 2019

Conversation

dansimau
Copy link
Contributor

@dansimau dansimau commented Dec 27, 2018

This deprecates dep and moves the project to use Go modules (vgo) for
dependency management.

Go 1.11 is now required for development and go get to work.

@dansimau dansimau self-assigned this Dec 27, 2018
Makefile Outdated Show resolved Hide resolved
@dansimau dansimau mentioned this pull request Dec 28, 2018
This deprecates dep and moves the project to use Go modules (vgo) for
dependency management.

Go 1.11 is required for this to work.
Go now handles this automatically.
@dansimau dansimau force-pushed the remove-dep-add-go-modules branch from 62256eb to d09ff54 Compare December 28, 2018 16:45
@dansimau dansimau merged commit a03f90d into master Jan 3, 2019
@dansimau dansimau deleted the remove-dep-add-go-modules branch January 3, 2019 15:28
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.

Error installing with go get
3 participants