diff --git a/README.md b/README.md index 87553879..fe1daeaf 100644 --- a/README.md +++ b/README.md @@ -870,6 +870,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [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) - Simple dependency manager for Go (golang), inspired by Bundler. +* [gop](https://github.com/lunny/gop) - Build and manage your Go applications out of GOPATH * [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.