forked from btcsuite/btcwallet
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (20 loc) · 760 Bytes
/
go.mod
File metadata and controls
22 lines (20 loc) · 760 Bytes
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/DiviProject/diviwallet
go 1.13
require (
github.com/DiviProject/divid v1.0.0
github.com/DiviProject/divilog v1.0.0
github.com/DiviProject/diviutil v1.1.4
github.com/btcsuite/btcd v0.20.1-beta
github.com/btcsuite/btcwallet v0.11.0 // indirect
github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792
github.com/coreos/bbolt v1.3.3
github.com/davecgh/go-spew v1.1.1
github.com/golang/protobuf v1.3.2
github.com/jessevdk/go-flags v1.4.0
github.com/jrick/logrotate v1.0.0
github.com/lightninglabs/gozmq v0.0.0-20191113021534-d20a764486bf
github.com/lightninglabs/neutrino v0.11.0
golang.org/x/crypto v0.0.0-20200117160349-530e935923ad
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
google.golang.org/grpc v1.26.0
)