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.7
- Published
- Jun 4, 2019
- Platform
- js/wasm
- Imports
- 30 packages
- Last checked
- 11 minutes ago –
Tools for package owners.