The Best Go Libraries For Package Management (7)
Discover the best Go libraries for Package Management! Find the perfect tools to streamline your development and boost productivity. From glide to godep, we've got you covered. Let the coding begin!
glide
Manage your golang vendor and vendored packages with ease. Inspired by tools like Maven, Bundler, and Pip.
godep
dependency tool for go, godep helps build packages reproducibly by fixing their dependencies.
gom
Go Manager - bundle for go.
goop
Simple dependency manager for Go (golang), inspired by Bundler.
gop
Build and manage your Go applications out of GOPATH.
mvn-golang
plugin that provides way for auto-loading of Golang SDK, dependency management and start build environment in Maven project infrastructure.
nut
Vendor Go dependencies.