All

Vendoring Your Dependencies

Episode 7

We explain what go get does, and why is isn’t sufficient for dependency management. We also explain what a reproducible build is in Go and why it’s so important, and explain why vendoring achieves reproducible builds. We then introduce Glide and show how we’d vendor the code from episode 6 using the tool.

Check out the example code on GitHub and keep on rockin', Gophers!