bazo-blockchain/bazo-miner

Use Go Modules

Closed this issue · 1 comments

It is outdated to use dep for golangs dependency management. Golang now supports GoModules. We therefore want to migrate this project to use GoModules.

Has already been done.