dapperdox
dapperdox copied to clipboard
Set dependencies to specific versions
trafficstars
Hello!
This project uses the go get paradigm, which prevents being a repeatable guarantee of code versions at any given time.
There's a few approaches to take, I've put a few here:
- https://glide.sh/
- https://golang.github.io/dep/
- https://github.com/golang/go/wiki/Modules (experimental)