godep command
Command godep helps build packages reproducibly by fixing their dependencies.
Example Usage
Save currently-used dependencies to file Godeps:
$ godep save
Build project using saved dependencies:
$ godep go install
or
$ GOPATH=`godep path`:$GOPATH $ go install
- Version
- v1.13.10-beta.0
- Published
- Aug 5, 2019
- Platform
- linux/amd64
- Imports
- 30 packages
- Last checked
- 59 seconds ago –
Tools for package owners.