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 glide with godep as the dependency manager #4

Closed
cmlicata opened this issue Jul 28, 2017 · 1 comment · Fixed by #5
Closed

Replace glide with godep as the dependency manager #4

cmlicata opened this issue Jul 28, 2017 · 1 comment · Fixed by #5
Assignees

Comments

@cmlicata
Copy link
Collaborator

Summary / Context

Godep has officially become public and deemed safe for production as the standard Go dependency tool.
As such, Gophers are encouraged to migrate their existing projects over to Godep. Sam Boyer and the rest of the Godep team has made it very easy to do so:

during dep init configuration from other dependency managers is detected and imported, unless -skip-tools is specified.

Current Behavior

Currently, justgo is using Glide as its dependency manager, which presents many issues and pain points.

Suggestion for a Solution

It would be best to migrate sooner rather than later, since we want to be able to build out the project without concern for dependency management any longer.

@inadarei
Copy link
Owner

inadarei commented Jul 31, 2017

NICE! If you open a PR - I will review it right after the vacation :)

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants