govendor

Go vendor tool that works with the standard vendor file

Description

govendor is a vendoring tool that fetches, annotates, and synchronizes dependencies for the Go programming language. It can be useful as a stand-alone tool even if it is not the primary vendoring tool. Inspection sub-commands such as "govendor list" and "govendor license" can be useful to find information on dependencies and their statuses. "govendor fetch" will update or add new dependencies directly from remotes. If you choose to not check in your dependency source code, use "govendor sync" to pull the correct revision into the vendor folder.

Frustrated by not being able to run "go test ./..." anymore? Run "govendor test +local" even if you do not use govendor elsewhere. Look into the different statuses that can be assigned to packages, they are useful. Still using godep or glock? Migrate them over including manifest file using "govendor migrate".

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/kardianos/govendor


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install govendor