From b768da5c35382c984db4ac1085115e1de61f9f21 Mon Sep 17 00:00:00 2001 From: Oscar Campos Date: Tue, 9 Dec 2014 19:40:55 +0000 Subject: [PATCH 1/2] added VenGO --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6766ee08..76d5d91b 100644 --- a/README.md +++ b/README.md @@ -374,6 +374,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Libraries for package and dependency management.* +* [VenGO](https://github.com/DamnWidget/VenGO) - create and manage exportable isolated go virtual environments * [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. From 7ef7ee5d551b11e8f74f18b25ce954352c06a049 Mon Sep 17 00:00:00 2001 From: Oscar Campos Date: Tue, 9 Dec 2014 19:51:53 +0000 Subject: [PATCH 2/2] place VenGO in alphabetical order in the list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76d5d91b..e939d4e7 100644 --- a/README.md +++ b/README.md @@ -374,12 +374,12 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Libraries for package and dependency management.* -* [VenGO](https://github.com/DamnWidget/VenGO) - create and manage exportable isolated go virtual environments * [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. * [gopm](https://github.com/gpmgo/gopm) - Go Package Manager * [gpm](https://github.com/pote/gpm) - Barebones dependency manager for Go. +* [VenGO](https://github.com/DamnWidget/VenGO) - create and manage exportable isolated go virtual environments ## Science and Data Analysis