[ANN] govendor v1.0.1 release - multi mode vendor tool, util even if not adopted

607 views
Skip to first unread message

Daniel Theophanes

unread,
Apr 18, 2016, 4:14:13 PM4/18/16
to golang-nuts
govendor v1.0.1 has been released

For anyone new to vendoring or recent versions of govendor, I highly recommend reading the dev guide https://github.com/kardianos/govendor/blob/master/doc/dev-guide.md and the FAQ https://github.com/kardianos/govendor/blob/master/doc/faq.md .

govendor is a vendoring tool that fetches, annotates, and synchronizes dependencies. 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".

I hope you find it useful. -Daniel


bourget....@gmail.com

unread,
Apr 21, 2016, 10:37:55 AM4/21/16
to golang-nuts
woohoo.. that's a great one :) thanks Daniel !
Reply all
Reply to author
Forward
0 new messages