decred / gominer

Go (golang) based GPU miner for Decred.
GNU General Public License v3.0
159 stars 77 forks source link

build: blake256 is a direct dependency. #209

Closed jholdstock closed 10 months ago

jholdstock commented 10 months ago

The project directly makes use of blake256 in miner.go, however it was marked as an indirect dependency in go.mod.

This is fixed by go mod tidy.