From 2776df6bde894098204c1cc71344bec25947d8f3 Mon Sep 17 00:00:00 2001 From: Romano Augusto Date: Tue, 8 Jul 2014 12:13:27 -0300 Subject: [PATCH] Add gpm on Package Management section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 25d2468..5569772 100644 --- a/README.md +++ b/README.md @@ -334,6 +334,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Libraries for package and dependency management.* * [godep](https://github.com/tools/godep) - dependency tool for go, godep helps build packages reproducibly by fixing their dependencies. +* [gpm](https://github.com/pote/gpm) - Barebones dependency manager for Go. ## DevOps Tools