forked from decred/dcrd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
20 lines (19 loc) · 778 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
)