From d6fd1ab0e24131c32292da360506296a6439737f Mon Sep 17 00:00:00 2001 From: Romano Augusto Date: Tue, 8 Jul 2014 12:28:28 -0300 Subject: [PATCH] Add goop on Package Management section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c2e590c..7097c25 100644 --- a/README.md +++ b/README.md @@ -336,6 +336,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [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. * [gpm](https://github.com/pote/gpm) - Barebones dependency manager for Go. ## DevOps Tools