-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
25 lines (24 loc) · 1.22 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
module github.com/bcext/cashwallet
require (
github.com/aead/siphash v1.0.1
github.com/bcext/cashutil v0.0.0-20180827115045-9ba6cf292283
github.com/bcext/gcash v0.0.0-20181111015806-fa31fe915882
github.com/bcext/neutrino v0.0.0-20181111020731-8274e10a07b7
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd
github.com/btcsuite/golangcrypto v0.0.0-20150304025918-53f62d9b43e8
github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792
github.com/coreos/bbolt v0.0.0-20180223184059-4f5275f4ebbf
github.com/davecgh/go-spew v0.0.0-20180830191138-d8f796af33cc
github.com/golang/protobuf v0.0.0-20181030154721-1918e1ff6ffd
github.com/jessevdk/go-flags v0.0.0-20141203071132-1679536dcc89
github.com/jrick/logrotate v1.0.0
github.com/kkdai/bstream v0.0.0-20181106074824-b3251f7901ec
github.com/lightninglabs/gozmq v0.0.0-20180324010646-462a8a753885
golang.org/x/crypto v0.0.0-20181030102418-4d3f4d9ffa16
golang.org/x/net v0.0.0-20181102050134-b7e296877c6e
golang.org/x/sys v0.0.0-20181031143558-9b800f95dbbc
golang.org/x/text v0.0.0-20181030141323-6f44c5a2ea40
google.golang.org/genproto v0.0.0-20181101192439-c830210a61df
google.golang.org/grpc v1.12.0
)