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

28 lines
996 B
Modula-2

5 years ago
module github.com/edouardparis/lntop
5 years ago
go 1.16
5 years ago
require (
git.schwanenlied.me/yawning/bsaes.git v0.0.0-20180720073208-c0276d75487e // indirect
github.com/BurntSushi/toml v0.3.1
github.com/fatih/color v1.7.0
5 years ago
github.com/gofrs/uuid v3.2.0+incompatible
5 years ago
github.com/jroimartin/gocui v0.4.0
github.com/lightningnetwork/lnd v0.13.2-beta
github.com/mattn/go-colorable v0.1.1 // indirect
github.com/mattn/go-isatty v0.0.7 // indirect
5 years ago
github.com/miekg/dns v1.1.6 // indirect
5 years ago
github.com/nsf/termbox-go v0.0.0-20190121233118-02980233997d // indirect
5 years ago
github.com/pkg/errors v0.8.1
go.uber.org/zap v1.14.1
golang.org/x/text v0.3.3
google.golang.org/grpc v1.29.1
5 years ago
gopkg.in/macaroon-bakery.v2 v2.1.0 // indirect
gopkg.in/macaroon.v2 v2.1.0
5 years ago
gopkg.in/urfave/cli.v2 v2.0.0-20180128182452-d3ae77c26ac8
)
replace go.etcd.io/etcd => go.etcd.io/etcd v0.5.0-alpha.5.0.20201125193152-8a03d2e9614b
replace git.schwanenlied.me/yawning/bsaes.git => github.com/Yawning/bsaes v0.0.0-20180720073208-c0276d75487e