Most of the Canonical Go projects use github.com/rogpeppe/godeps. It just dependency-locks; it doesn't vendor at all (although it doesn't preclude it). It's a no-fuss tool and pretty stable. Good for locking library dependencies.
On 12 July 2016 at 21:15, Johann Höchtl <johann.hoec...@gmail.com> wrote: > I use godep. There has been lots of rumour lately to use gb. > > What do others use? > > If there is a blog post available somewhere comparing the pros and cons, > please provide one. > I know https://github.com/golang/go/wiki/PackageManagementTools > > I also like the idea of manul to use git submodules > https://github.com/kovetskiy/manul > > > -- > You received this message because you are subscribed to the Google Groups > "golang-nuts" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to golang-nuts+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.