mirror of
https://github.com/edouardparis/lntop
synced 2024-11-06 03:20:21 +00:00
25 lines
850 B
Modula-2
25 lines
850 B
Modula-2
module github.com/edouardparis/lntop
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/fatih/color v1.7.0
|
|
github.com/gofrs/uuid v3.2.0+incompatible
|
|
github.com/jroimartin/gocui v0.4.0
|
|
github.com/juju/clock v0.0.0-20190205081909-9c5c9712527c // indirect
|
|
github.com/lightningnetwork/lnd v0.12.1-beta
|
|
github.com/mattn/go-colorable v0.1.1 // indirect
|
|
github.com/mattn/go-isatty v0.0.7 // indirect
|
|
github.com/miekg/dns v1.1.6 // indirect
|
|
github.com/nsf/termbox-go v0.0.0-20190121233118-02980233997d // indirect
|
|
github.com/pkg/errors v0.8.1
|
|
go.uber.org/zap v1.14.1
|
|
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2
|
|
google.golang.org/grpc v1.24.0
|
|
gopkg.in/macaroon-bakery.v2 v2.1.0 // indirect
|
|
gopkg.in/macaroon.v2 v2.1.0
|
|
gopkg.in/resty.v1 v1.12.0 // indirect
|
|
gopkg.in/urfave/cli.v2 v2.0.0-20180128182452-d3ae77c26ac8
|
|
)
|