pool/go.mod

29 lines
1.1 KiB
Modula-2
Raw Normal View History

2020-09-09 17:42:57 -07:00
module github.com/lightninglabs/pool
2020-06-21 19:37:00 -07:00
go 1.14
require (
github.com/btcsuite/btcd v0.20.1-beta.0.20200730232343-1db1b6f8217f
2020-06-21 19:37:00 -07:00
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
github.com/btcsuite/btcutil v1.0.2
github.com/btcsuite/btcwallet/wallet/txrules v1.0.0
github.com/btcsuite/btcwallet/wtxmgr v1.2.0
github.com/davecgh/go-spew v1.1.1
github.com/golang/protobuf v1.3.3
github.com/grpc-ecosystem/grpc-gateway v1.14.6
github.com/jessevdk/go-flags v1.4.0
github.com/lightninglabs/aperture v0.1.1-beta.0.20200901205500-5237b07a6ef5
github.com/lightninglabs/lndclient v1.0.1-0.20201005192720-d7e439329144
2020-06-21 19:37:00 -07:00
github.com/lightninglabs/protobuf-hex-display v1.3.3-0.20191212020323-b444784ce75d
github.com/lightningnetwork/lnd v0.11.1-beta.rc3
github.com/lightningnetwork/lnd/cert v1.0.3
github.com/stretchr/testify v1.5.1
2020-06-21 19:37:00 -07:00
github.com/urfave/cli v1.20.0
2020-06-24 10:47:23 +02:00
go.etcd.io/bbolt v1.3.5-0.20200615073812-232d8fc87f50
2020-06-21 19:37:00 -07:00
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
google.golang.org/genproto v0.0.0-20200513103714-09dca8ec2884
google.golang.org/grpc v1.29.1
gopkg.in/macaroon-bakery.v2 v2.0.1
gopkg.in/macaroon.v2 v2.1.0
2020-06-21 19:37:00 -07:00
)