-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (21 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
module github.com/bcext/neutrino
require (
github.com/aead/siphash v1.0.1
github.com/bcext/cashutil v0.0.0-20180827115045-9ba6cf292283
github.com/bcext/cashwallet v0.0.0-20181111021247-9f461c2d277b
github.com/bcext/gcash v0.0.0-20181111015806-fa31fe915882
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/seelog v0.0.0-20170620134819-556d4dde7873
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/kkdai/bstream v0.0.0-20181106074824-b3251f7901ec
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
google.golang.org/grpc v1.0.3
)