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

34 lines
1.7 KiB
Modula-2

5 years ago
module github.com/edouardparis/lntop
5 years ago
5 years ago
require (
5 years ago
github.com/btcsuite/btcwallet v0.0.0-20190313041134-68fc7c82e131 // indirect
github.com/btcsuite/go-flags v0.0.0-20150116065318-6c288d648c1c // indirect
github.com/codahale/chacha20 v0.0.0-20151107025005-ec07b4f69a3f // indirect
github.com/codahale/chacha20poly1305 v0.0.0-20151127064032-f8a5c4830182 // indirect
github.com/gofrs/uuid v3.2.0+incompatible
github.com/grpc-ecosystem/grpc-gateway v1.8.5 // indirect
github.com/howeyc/gopass v0.0.0-20170109162249-bf9dde6d0d2c // indirect
github.com/juju/clock v0.0.0-20190205081909-9c5c9712527c // indirect
github.com/juju/errors v0.0.0-20190207033735-e65537c515d7 // indirect
github.com/juju/loggo v0.0.0-20190212223446-d976af380377 // indirect
github.com/lightningnetwork/lightning-onion v0.0.0-20181120012844-725fcf830eac // indirect
github.com/lightningnetwork/lnd v0.5.2-beta
github.com/miekg/dns v1.1.6 // indirect
github.com/pkg/errors v0.8.1
github.com/roasbeef/btcd v0.0.0-20180418012700-a03db407e40d // indirect
github.com/roasbeef/btcrpcclient v0.0.0-20170622074026-d0f4db8b4dad // indirect
github.com/roasbeef/btcutil v0.0.0-20180406014609-dfb640c57141 // indirect
github.com/roasbeef/btcwallet v0.0.0-20180426223453-30affec83c18 // indirect
5 years ago
github.com/stretchr/testify v1.3.0 // indirect
5 years ago
go.etcd.io/bbolt v1.3.2 // indirect
5 years ago
go.uber.org/atomic v1.3.2 // indirect
go.uber.org/multierr v1.1.0 // indirect
go.uber.org/zap v1.9.1
5 years ago
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2 // indirect
google.golang.org/genproto v0.0.0-20190201180003-4b09977fb922 // indirect
google.golang.org/grpc v1.19.0
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
)