Golang Dependency Management - Doing it Right!

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?