Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
https://glide.sh/ Pins dependencies, so that the entire project doesn't mysteriously break when built on a different machine. Glide was picked for having a large community, and its claim that the official vendoring tool - developed by the golang maintainers - resembles the ideals of glide. Brief research backs this up: https://github.com/golang/dep Glide does have an issue with caching, which can make updating difficult. Ref: Masterminds/glide#592 Basically, if you're looking to update dependencies to later versions, first run `glide clear-cache`, then `glide update`.
- Loading branch information