Golang Dependency Management - Doing it Right!

Discover the power of Go Modules over vendoring! From versioning and repository size to local dependencies and immutable builds, explore the reasons why Go Modules offer superior dependency management, paving the way for efficient, repeatable, and project-friendly development.

Golang Dependency Management - Doing it Right!

Go 1.11 introduced support for Go Modules and with it the ability to do proper dependency management. As the Go community moves towards the adoption of modules more and more, the question is “Why not stick with vendoring?

Β