2019-03-06 15:29:44 -08:00
|
|
|
module github.com/lightninglabs/loop
|
2019-03-06 21:13:50 +01:00
|
|
|
|
|
|
|
|
require (
|
2020-05-19 08:52:38 +02:00
|
|
|
github.com/btcsuite/btcd v0.20.1-beta.0.20200515232429-9f0179fd2c46
|
2019-03-06 21:13:50 +01:00
|
|
|
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
|
2020-04-09 16:47:06 +02:00
|
|
|
github.com/btcsuite/btcutil v1.0.2
|
2019-09-14 05:38:00 -07:00
|
|
|
github.com/coreos/bbolt v1.3.3
|
2019-03-06 21:13:50 +01:00
|
|
|
github.com/fortytw2/leaktest v1.3.0
|
2019-09-04 23:48:48 -04:00
|
|
|
github.com/golang/protobuf v1.3.2
|
|
|
|
|
github.com/google/go-cmp v0.3.1 // indirect
|
2020-02-04 18:53:09 -08:00
|
|
|
github.com/grpc-ecosystem/grpc-gateway v1.12.2
|
2019-03-15 17:22:07 -07:00
|
|
|
github.com/jessevdk/go-flags v1.4.0
|
2020-01-31 13:57:29 +01:00
|
|
|
github.com/lightninglabs/protobuf-hex-display v1.3.3-0.20191212020323-b444784ce75d
|
2020-06-03 15:51:09 +02:00
|
|
|
github.com/lightningnetwork/lnd v0.10.0-beta.rc6.0.20200603030653-09bb9db78246
|
|
|
|
|
github.com/lightningnetwork/lnd/queue v1.0.4
|
2020-06-02 09:31:39 +02:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2019-03-06 21:13:50 +01:00
|
|
|
github.com/urfave/cli v1.20.0
|
2020-02-04 18:53:09 -08:00
|
|
|
golang.org/x/net v0.0.0-20191002035440-2ec189313ef0
|
2019-09-04 21:02:25 -07:00
|
|
|
golang.org/x/text v0.3.2 // indirect
|
2020-02-04 18:53:09 -08:00
|
|
|
google.golang.org/genproto v0.0.0-20190927181202-20e1ac93f88c
|
|
|
|
|
google.golang.org/grpc v1.24.0
|
2019-04-30 19:43:08 -07:00
|
|
|
gopkg.in/macaroon.v2 v2.1.0
|
2019-03-06 21:13:50 +01:00
|
|
|
)
|
2019-09-04 21:02:25 -07:00
|
|
|
|
|
|
|
|
go 1.13
|