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

Glide for dep management #25

Closed
kishaningithub opened this issue May 8, 2018 · 4 comments
Closed

Glide for dep management #25

kishaningithub opened this issue May 8, 2018 · 4 comments

Comments

@kishaningithub
Copy link

kishaningithub commented May 8, 2018

This is just a question. Why not use glide ( https://glide.sh/ ) for dependency management?

@cbroglie
Copy link
Owner

cbroglie commented May 8, 2018

You mean instead of dep?

@kishaningithub
Copy link
Author

@cbroglie Yes.

Comparison ( Taken from here )

Glide GB Godep Govendor
Semantic Versions
Semantic Version Ranges
Resolves dependency trees including versions
Uses common range syntax (similar to PHP, JavaScript, etc)
Tries to import from other package managers
Copies from the GOPATH ✕*
Works with the go toolchain
Locks for reproducible builds
Allows package/version checked into VCS or installed on demand
Aliased repos (e.g., using forks)
Plugin extensibility model
Supports deleting unused repos for cleanup (opt-in)

@cbroglie
Copy link
Owner

cbroglie commented May 8, 2018

I think you're confusing dep with Godep

@kishaningithub
Copy link
Author

@cbroglie Thanks for mentioning that! Just read this in glide documentation which suggests users to migrate to dep.

Thanks for the clarification. Closing this issue..

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

No branches or pull requests

2 participants