forked from HcashOrg/hcd
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
18 lines (16 loc) · 644 Bytes
/
Copy pathgo.mod
File metadata and controls
18 lines (16 loc) · 644 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/james-ray/hcd
go 1.15
require (
github.com/HCashOrg/bitset v0.0.0-20170930031026-3b5f0c752dfb
github.com/HCashOrg/bliss v0.0.0-20180719035130-f5d53c2a9b7d
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd
github.com/btcsuite/goleveldb v1.0.0
github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792
github.com/btcsuite/winsvc v1.0.0
github.com/davecgh/go-spew v1.1.1
github.com/dchest/blake256 v1.1.0
github.com/jessevdk/go-flags v1.4.0
github.com/jrick/logrotate v1.0.0
golang.org/x/crypto v0.0.0-20200214034016-1d94cc7ab1c6
)