20 Package Management packages and projects
-
glide
9.6 4.6 GoManage your golang vendor and vendored packages with ease. Inspired by tools like Maven, Bundler, and Pip. -
godep
9.5 0.0 Godependency tool for go, godep helps build packages reproducibly by fixing their dependencies. -
gvt
7.4 0.0 Gogvt is a simple vendoring tool made for Go native vendoring (aka GO15VENDOREXPERIMENT), based on gb-vendor. -
gigo
4.8 0.0 GoPIP-like dependency tool for golang, with support for private repositories and hashes. -
mvn-golang
4.5 8.7 Javaplugin that provides way for auto-loading of Golang SDK, dependency management and start build environment in Maven project infrastructure. -
go modules
- -Modules are the unit of source code interchange and versioning. The go command has direct support for working with modules, including recording and resolving dependencies on other modules.