Deprecate github.com/FiloSottile/gvt (#2256)

This commit is contained in:
Horie Issei 2018-12-06 22:26:12 +09:00 committed by Cássio Botaro
parent b13a5d5053
commit 2b3a103f3d

View File

@ -1086,7 +1086,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [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.
* [gvt](https://github.com/FiloSottile/gvt) - `gvt` is a simple vendoring tool made for Go native vendoring (aka GO15VENDOREXPERIMENT), based on gb-vendor.
* [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.