2019-03-15 14:50:57 +00:00
|
|
|
module github.com/edouardparis/lntop
|
2019-03-15 15:08:57 +00:00
|
|
|
|
2021-05-08 19:00:28 +00:00
|
|
|
go 1.16
|
|
|
|
|
2019-03-15 15:14:45 +00:00
|
|
|
require (
|
2019-03-28 08:21:46 +00:00
|
|
|
github.com/BurntSushi/toml v0.3.1
|
2019-03-20 09:04:17 +00:00
|
|
|
github.com/fatih/color v1.7.0
|
2019-03-15 16:02:16 +00:00
|
|
|
github.com/gofrs/uuid v3.2.0+incompatible
|
2019-03-18 12:25:27 +00:00
|
|
|
github.com/jroimartin/gocui v0.4.0
|
2021-08-24 10:04:28 +00:00
|
|
|
github.com/lightningnetwork/lnd v0.13.2-beta
|
2019-03-20 09:04:17 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.1 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.7 // indirect
|
2019-03-15 16:02:16 +00:00
|
|
|
github.com/miekg/dns v1.1.6 // indirect
|
2019-03-18 12:25:27 +00:00
|
|
|
github.com/nsf/termbox-go v0.0.0-20190121233118-02980233997d // indirect
|
2019-03-15 16:02:16 +00:00
|
|
|
github.com/pkg/errors v0.8.1
|
2021-05-08 19:00:28 +00:00
|
|
|
go.uber.org/zap v1.14.1
|
2021-08-24 10:04:28 +00:00
|
|
|
golang.org/x/text v0.3.3
|
|
|
|
google.golang.org/grpc v1.29.1
|
2019-03-15 16:02:16 +00:00
|
|
|
gopkg.in/macaroon-bakery.v2 v2.1.0 // indirect
|
|
|
|
gopkg.in/macaroon.v2 v2.1.0
|
2019-03-15 15:14:45 +00:00
|
|
|
gopkg.in/urfave/cli.v2 v2.0.0-20180128182452-d3ae77c26ac8
|
|
|
|
)
|
2021-08-24 10:04:28 +00:00
|
|
|
|
|
|
|
replace go.etcd.io/etcd => go.etcd.io/etcd v0.5.0-alpha.5.0.20201125193152-8a03d2e9614b
|