From ba1d6fb715b889ecc2cc608dde1275f24864ae86 Mon Sep 17 00:00:00 2001 From: Seth Goings Date: Tue, 8 Dec 2015 21:57:12 -0700 Subject: [PATCH] add glide --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8564cec7..f7a707e8 100644 --- a/README.md +++ b/README.md @@ -617,6 +617,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis *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. +* [glide](https://github.com/Masterminds/glide) - Manage your golang vendor and vendored packages with ease. Inspired by tools like Maven, Bundler, and Pip. * [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.