decred / atomicswap

On-chain atomic swaps for Decred and other cryptocurrencies.
https://blog.decred.org/2017/09/20/On-Chain-Atomic-Swaps/
ISC License
508 stars 231 forks source link

Add bchatomicswap dependencies to root Gopkg.toml. #55

Closed jrick closed 6 years ago

jrick commented 6 years ago

While it is planned to eventually have per-tool vendoring, this is not currently the case, so move the bchatomicswap dependencies to the shared Gopkg.toml/lock and remove the per-tool dep files. This keeps the build instructions uniform for all tools in the repo.