From 217aec2175f0c52abe9f68e8dc5de6f571477e99 Mon Sep 17 00:00:00 2001 From: Kyle Purdon Date: Sun, 19 Mar 2017 22:29:39 -0600 Subject: [PATCH] Add dep. (#1326) Dep is a prototype dependency management tool. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a6c5b83a..23c1d0ba 100644 --- a/README.md +++ b/README.md @@ -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.