@@ -5,6 +5,7 @@ require (
55 github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
66 github.com/btcsuite/btcutil v1.0.3-0.20210527170813-e2ba6805a890
77 github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
8+ github.com/go-errors/errors v1.0.1
89 github.com/grpc-ecosystem/grpc-gateway/v2 v2.5.0
910 github.com/improbable-eng/grpc-web v0.12.0
1011 github.com/jessevdk/go-flags v1.4.0
@@ -13,16 +14,18 @@ require (
1314 github.com/lightninglabs/lndclient v0.14.0-7
1415 github.com/lightninglabs/loop v0.15.1-beta
1516 github.com/lightninglabs/pool v0.5.4-alpha.0.20220114202858-525fe156d240
17+ github.com/lightninglabs/pool/auctioneerrpc v1.0.5
1618 github.com/lightninglabs/protobuf-hex-display v1.4.3-hex-display
17- github.com/lightningnetwork/lnd v0.14.1 -beta
19+ github.com/lightningnetwork/lnd v0.14.2 -beta
1820 github.com/lightningnetwork/lnd/cert v1.1.0
1921 github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f
2022 github.com/mwitkow/grpc-proxy v0.0.0-20181017164139-0f1106ef9c76
2123 github.com/rs/cors v1.7.0 // indirect
2224 github.com/stretchr/testify v1.7.0
23- github.com/urfave/cli v1.20.0
25+ github.com/urfave/cli v1.22.4
2426 go.etcd.io/bbolt v1.3.6
2527 golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
28+ golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
2629 golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
2730 google.golang.org/grpc v1.39.0
2831 google.golang.org/protobuf v1.27.1
0 commit comments