dcrd/go.mod
Dave Collins 678ff1efdd
multi: Replace btclog with slog.
This modifies all packages within the repository to the use the Decred
fork of btclog which has been renamed to slog and updates the dependency
files accordingly.
2018-05-23 14:22:10 -05:00

21 lines
919 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/websocket v0.0.0-20150119174127-31079b680792
github.com/btcsuite/winsvc v0.0.0-20150117052343-f8fb11f83f7e
github.com/davecgh/go-spew v1.1.0
github.com/dchest/blake256 v0.0.0-20150903101604-dee3fe6eb0e9
github.com/decred/base58 v0.0.0-20180302003706-56c501706f00
github.com/decred/slog v1.0.0
github.com/jessevdk/go-flags v1.4.0
github.com/jrick/bitset v1.0.0
github.com/jrick/logrotate v0.0.0-20170628183752-a93b200c26cb
golang.org/x/crypto v0.0.0-20180515001509-1a580b3eff78
golang.org/x/sys v0.0.0-20180522224204-88eb85aaee56
)