Also, while here, constrain slog in Gopkg.toml to 1.0.0 and update the associated lock file accordingly.
21 lines
778 B
Modula-2
21 lines
778 B
Modula-2
module github.com/decred/dcrd
|
|
|
|
require (
|
|
github.com/aead/siphash v0.0.0-20170329201724-e404fcfc8885
|
|
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412
|
|
github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd
|
|
github.com/btcsuite/goleveldb v0.0.0-20160330041536-7834afc9e8cd
|
|
github.com/btcsuite/snappy-go v0.0.0-20151229074030-0bdef8d06723
|
|
github.com/btcsuite/winsvc v1.0.0
|
|
github.com/davecgh/go-spew v1.1.0
|
|
github.com/dchest/blake256 v1.0.0
|
|
github.com/decred/base58 v1.0.0
|
|
github.com/decred/slog v1.0.0
|
|
github.com/gorilla/websocket v1.2.0
|
|
github.com/jessevdk/go-flags v1.4.0
|
|
github.com/jrick/bitset v1.0.0
|
|
github.com/jrick/logrotate v1.0.0
|
|
golang.org/x/crypto v0.0.0-20180515001509-1a580b3eff78
|
|
golang.org/x/sys v0.0.0-20180522224204-88eb85aaee56
|
|
)
|