From d8e1f520505c8f83c9dec5c158f6b73571293257 Mon Sep 17 00:00:00 2001 From: "Chayim I. Kirshen" Date: Fri, 1 May 2015 14:27:23 -0400 Subject: [PATCH] added gigo --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 67590c3..d622990 100644 --- a/README.md +++ b/README.md @@ -482,6 +482,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno *Libraries for package and dependency management.* +* [gigo](https://github.com/LyricalSecurity/gigo) - PIP-like dependency tool for golang, with support for private repositories and hashes. * [godep](https://github.com/tools/godep) - dependency tool for go, godep helps build packages reproducibly by fixing their dependencies. * [gom](https://github.com/mattn/gom) - Go Manager - bundle for go. * [goop](https://github.com/nitrous-io/goop) - A simple dependency manager for Go (golang), inspired by Bundler.