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.
10 lines
180 B
Modula-2
10 lines
180 B
Modula-2
module github.com/decred/dcrd/addrmgr/v2
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/decred/dcrd/chaincfg/chainhash v1.0.2
|
|
github.com/decred/dcrd/wire v1.4.0
|
|
github.com/decred/slog v1.1.0
|
|
)
|