As of go 1.16, the "io/ioutil" package is deprecated. All functionality from "io/ioutil" has been moved to either the "io" or "os" packages.
9 lines
142 B
Modula-2
9 lines
142 B
Modula-2
module github.com/decred/dcrd/wire
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/decred/dcrd/chaincfg/chainhash v1.0.2
|
|
)
|