commerceblock / mainstay

Federated blockchain attestation daemon
MIT License
15 stars 8 forks source link

use modules #128

Open nkostoulas opened 4 years ago

nkostoulas commented 4 years ago

Added in version 1.11 aiming to be standard by 1.14. This will improve dependency management among other things.

nkostoulas commented 4 years ago

https://github.com/golang/go/wiki/Modules

nkostoulas commented 4 years ago

Also we have to download zmq when doing tests, though it's not used anywhere. Explore if there is any way to split dependencies in non-test and test ones and how it works with the new Modules stuff.