2020-07-21 22:06:15 +02:00
|
|
|
module github.com/lightninglabs/lightning-terminal
|
2020-04-06 15:35:42 -04:00
|
|
|
|
|
|
|
|
require (
|
2021-08-10 19:06:49 +02:00
|
|
|
github.com/btcsuite/btcd v0.22.0-beta.0.20211005184431-e3449998be39
|
2020-05-26 16:30:26 +02:00
|
|
|
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
|
2021-06-17 17:28:56 -07:00
|
|
|
github.com/btcsuite/btcutil v1.0.3-0.20210527170813-e2ba6805a890
|
2020-04-06 15:35:42 -04:00
|
|
|
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
|
2021-09-21 16:49:05 +02:00
|
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.5.0
|
2020-04-06 15:35:42 -04:00
|
|
|
github.com/improbable-eng/grpc-web v0.12.0
|
2020-04-07 11:28:47 -04:00
|
|
|
github.com/jessevdk/go-flags v1.4.0
|
2021-11-18 14:57:36 +01:00
|
|
|
github.com/lightninglabs/faraday v0.2.7-alpha
|
2021-11-24 21:21:57 +01:00
|
|
|
github.com/lightninglabs/lightning-node-connect v0.1.5-alpha
|
2022-01-13 16:26:43 +01:00
|
|
|
github.com/lightninglabs/lndclient v0.14.0-7
|
2021-11-18 14:57:36 +01:00
|
|
|
github.com/lightninglabs/loop v0.15.1-beta
|
2022-01-13 16:26:43 +01:00
|
|
|
github.com/lightninglabs/pool v0.5.4-alpha.0.20220114202858-525fe156d240
|
2021-10-29 14:50:32 +02:00
|
|
|
github.com/lightninglabs/protobuf-hex-display v1.4.3-hex-display
|
2021-11-24 23:11:25 +01:00
|
|
|
github.com/lightningnetwork/lnd v0.14.1-beta
|
2021-09-21 16:49:05 +02:00
|
|
|
github.com/lightningnetwork/lnd/cert v1.1.0
|
2020-04-06 15:35:42 -04:00
|
|
|
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f
|
|
|
|
|
github.com/mwitkow/grpc-proxy v0.0.0-20181017164139-0f1106ef9c76
|
|
|
|
|
github.com/rs/cors v1.7.0 // indirect
|
2021-08-10 19:06:49 +02:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-10-29 14:50:32 +02:00
|
|
|
github.com/urfave/cli v1.20.0
|
2021-08-10 19:06:49 +02:00
|
|
|
go.etcd.io/bbolt v1.3.6
|
2021-09-21 16:49:05 +02:00
|
|
|
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
|
2021-10-29 14:50:32 +02:00
|
|
|
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
|
2021-08-10 19:06:49 +02:00
|
|
|
google.golang.org/grpc v1.39.0
|
|
|
|
|
google.golang.org/protobuf v1.27.1
|
2020-05-26 16:30:26 +02:00
|
|
|
gopkg.in/macaroon-bakery.v2 v2.1.0
|
|
|
|
|
gopkg.in/macaroon.v2 v2.1.0
|
2020-04-06 15:35:42 -04:00
|
|
|
)
|
2020-05-26 16:30:26 +02:00
|
|
|
|
2021-02-18 12:46:56 +01:00
|
|
|
go 1.16
|