Skip to content

Commit

Permalink
Add dep. (#1326)
Browse files Browse the repository at this point in the history
Dep is a prototype dependency management tool.
  • Loading branch information
kpurdon authored and dmitshur committed Mar 20, 2017
1 parent 9de6ca4 commit 217aec2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -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.
Expand Down

0 comments on commit 217aec2

Please sign in to comment.