You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lntop/go.mod

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
)