forked from gcash/bchwallet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
27 lines (25 loc) · 1.07 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module github.com/gcash/bchwallet
go 1.12
require (
github.com/boltdb/bolt v1.3.1
github.com/btcsuite/golangcrypto v0.0.0-20150304025918-53f62d9b43e8
github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792
github.com/davecgh/go-spew v1.1.1
github.com/gcash/bchd v0.14.8-0.20190821045443-25c2c6011866
github.com/gcash/bchlog v0.0.0-20180913005452-b4f036f92fa6
github.com/gcash/bchutil v0.0.0-20190820203440-293bde359bbb
github.com/gcash/neutrino v0.0.0-20190903231446-c553a51e39da
github.com/golang/protobuf v1.3.2
github.com/jarcoal/httpmock v1.0.4
github.com/jessevdk/go-flags v1.4.0
github.com/jrick/logrotate v1.0.0
github.com/lightninglabs/gozmq v0.0.0-20190710231225-cea2a031735d
github.com/miekg/dns v1.1.9
github.com/tyler-smith/go-bip39 v1.0.0
golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586
golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7
golang.org/x/sys v0.0.0-20190516014833-cab07311ab81 // indirect
golang.org/x/text v0.3.2 // indirect
google.golang.org/genproto v0.0.0-20190515210553-995ef27e003f // indirect
google.golang.org/grpc v1.23.0
)