-
Notifications
You must be signed in to change notification settings - Fork 44
/
go.mod
25 lines (23 loc) · 1.06 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/ExchangeUnion/xud-simulation
go 1.13
require (
github.com/Roasbeef/btcutil v0.0.0-20180406014609-dfb640c57141 // indirect
github.com/ethereum/go-ethereum v1.9.14
github.com/go-errors/errors v1.0.1
github.com/golang/protobuf v1.3.2
github.com/kkdai/bstream v1.0.0 // indirect
github.com/lightningnetwork/lnd v0.8.2-beta
github.com/ltcsuite/ltcd v0.0.0-20191214120725-004941532b74
github.com/ltcsuite/ltcutil v0.0.0-20190507133322-23cdfa9fcc3d
github.com/miguelmota/go-ethereum-hdwallet v0.0.0-20200123000308-a60dcd172b4c
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
github.com/roasbeef/btcd v0.0.0-20180418012700-a03db407e40d
github.com/roasbeef/btcutil v0.0.0-20180406014609-dfb640c57141
github.com/stretchr/testify v1.4.0
golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0
google.golang.org/genproto v0.0.0-20191206224255-0243a4be9c8f
google.golang.org/grpc v1.25.1
gopkg.in/macaroon.v2 v2.1.0
)