dapperdox icon indicating copy to clipboard operation
dapperdox copied to clipboard

Set dependencies to specific versions

Open miketheman opened this issue 6 years ago • 0 comments
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)

miketheman avatar Mar 14 '19 23:03 miketheman