dcrd/chaincfg/go.mod
Dave Collins 4fcea17b28
chaincfg: Remove unused modules.
This updates the go.mod and go.sum files to remove modules that are no
longer needed since the removal of chainec.
2020-03-31 14:03:59 -05:00

10 lines
185 B
Modula-2

module github.com/decred/dcrd/chaincfg/v3
go 1.11
require (
github.com/davecgh/go-spew v1.1.1
github.com/decred/dcrd/chaincfg/chainhash v1.0.2
github.com/decred/dcrd/wire v1.3.0
)