gvp

Go versioning packager for managing Go project dependencies

brewmacoslinux
Try with needOr install directly
Source

About

Go versioning packager

Commands

gvp

Examples

Initialize a new Go versioning project in current directory$ gvp init
Fetch and install dependencies specified in .gvp file$ gvp fetch
Run Go command with vendored dependencies in path$ gvp go build