From fe0481dd8b8a71e0c9f7dbbd27600d911b7f6b3b Mon Sep 17 00:00:00 2001 From: Michel Aquino Date: Sat, 25 Jun 2016 01:43:02 -0300 Subject: [PATCH] Add govendor, a Go package manager. (#1007) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4a507b37..f90407a5 100644 --- a/README.md +++ b/README.md @@ -694,12 +694,15 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [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 +* [govendor](https://github.com/kardianos/govendor) - Go Package Manager. Go vendor tool that works with the standard vendor file. * [gpm](https://github.com/pote/gpm) - Barebones dependency manager for Go. * [johnny-deps](https://github.com/VividCortex/johnny-deps) - Minimal dependency version using Git * [nut](https://github.com/jingweno/nut) - Vendor Go dependencies * [VenGO](https://github.com/DamnWidget/VenGO) - create and manage exportable isolated go virtual environments + + ## Query Language * [graphql](https://github.com/tmc/graphql) - graphql parser + utilities.