This updates the go.mod and go.sum files to remove modules that are no longer needed since the removal of chainec.
10 lines
185 B
Modula-2
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
|
|
)
|