top | item 46539959

(no title)

nvarsj | 1 month ago

godep and vendoring completely solved this problem.

Go modules relies too heavily on dependencies being good citizens, which is a very naive approach to dependency management.

discuss

order

quacker|1 month ago

You can still do vendoring with Go modules, using the `go mod vendor` command.

nvarsj|1 month ago

I'm a bit out of date now, but 'go mod vendor' did not in fact vendor all dependencies when I last used it. It seemed more like a CI caching mechanism then actual complete dependency vendoring.