Dep is a prototype dependency management tool.
This commit is contained in:
Kyle Purdon 2017-03-19 22:29:39 -06:00 committed by Dmitri Shuralyov
parent 9de6ca429f
commit 217aec2175

View File

@ -786,6 +786,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
*Libraries for package and dependency management.*
* [dep](https://github.com/golang/dep) - Go dependency tool.
* [gigo](https://github.com/LyricalSecurity/gigo) - PIP-like dependency tool for golang, with support for private repositories and hashes.
* [glide](https://github.com/Masterminds/glide) - Manage your golang vendor and vendored packages with ease. Inspired by tools like Maven, Bundler, and Pip.
* [godep](https://github.com/tools/godep) - dependency tool for go, godep helps build packages reproducibly by fixing their dependencies.