2019-03-06 23:29:44 +00:00
|
|
|
module github.com/lightninglabs/loop
|
2019-03-06 20:13:50 +00:00
|
|
|
|
|
|
|
require (
|
2019-03-16 00:22:07 +00:00
|
|
|
github.com/btcsuite/btcd v0.0.0-20190315201642-aa6e0f35703c
|
2019-03-06 20:13:50 +00:00
|
|
|
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
|
2019-03-16 00:22:07 +00:00
|
|
|
github.com/btcsuite/btcutil v0.0.0-20190207003914-4c204d697803
|
|
|
|
github.com/coreos/bbolt v1.3.2
|
2019-03-06 20:13:50 +00:00
|
|
|
github.com/fortytw2/leaktest v1.3.0
|
2019-03-16 00:22:07 +00:00
|
|
|
github.com/golang/protobuf v1.3.1
|
|
|
|
github.com/grpc-ecosystem/grpc-gateway v1.8.5
|
|
|
|
github.com/jessevdk/go-flags v1.4.0
|
|
|
|
github.com/lightninglabs/neutrino v0.0.0-20190314214430-643615b8c132 // indirect
|
|
|
|
github.com/lightningnetwork/lnd v0.0.0-20190314214430-b4a1024ac74fc576c65c8074288a5ffaf6bd1ec4
|
|
|
|
github.com/lightningnetwork/lnd/queue v1.0.1
|
2019-03-06 20:13:50 +00:00
|
|
|
github.com/urfave/cli v1.20.0
|
2019-03-16 00:22:07 +00:00
|
|
|
golang.org/x/net v0.0.0-20190313220215-9f648a60d977
|
|
|
|
google.golang.org/genproto v0.0.0-20190307195333-5fe7a883aa19
|
|
|
|
google.golang.org/grpc v1.19.0
|
|
|
|
gopkg.in/macaroon.v2 v2.1.0
|
2019-03-06 20:13:50 +00:00
|
|
|
)
|