On 16/07/16 01:43, Florin Pățan wrote: > I feel this is a controversial statement. >Godep can do this just as well, in fact any vendoring tool can do this, > as long as you commit your dependencies.
That is not true. Dave Cheney explained it very well at GDG Berlin Golang DevFest: https://www.youtube.com/watch?v=c3dW80eO88I (see at ~15:00) Godep, and other package managers too, are at best naive work-arounds shoehorned on top of 'go get', while gb is a genuine solution to the problem of reproducible builds in Go. In particular, I found the concept of 'import rewriting', used by countless of package managers, quite irksome and in direct opposition to the very same concept of a "reproducible build". You have no idea how many times I have been bitten by the disruptive behaviour of the 'import rewriting' of those package managers, much to my frustration and dismay. > Can you plead elaborate how using gb changes an6 of this? There is no need for me to elaborate. You can find all the answers to your questions here: https://getgb.io and https://github.com/constabulary/gb -- 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.