File tree 5 files changed +351
-496
lines changed
5 files changed +351
-496
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ require (
13
13
github.com/lightninglabs/lndclient v0.14.0-8
14
14
github.com/lightninglabs/loop/swapserverrpc v1.0.0
15
15
github.com/lightninglabs/protobuf-hex-display v1.4.3-hex-display
16
- github.com/lightningnetwork/lnd v0.14.1 -beta
16
+ github.com/lightningnetwork/lnd v0.14.2 -beta.rc1
17
17
github.com/lightningnetwork/lnd/cert v1.1.0
18
18
github.com/lightningnetwork/lnd/clock v1.1.0
19
19
github.com/lightningnetwork/lnd/queue v1.1.0
20
20
github.com/lightningnetwork/lnd/ticker v1.1.0
21
21
github.com/stretchr/testify v1.7.0
22
- github.com/urfave/cli v1.20.0
22
+ github.com/urfave/cli v1.22.4
23
23
golang.org/x/net v0.0.0-20210913180222-943fd674d43e
24
24
google.golang.org/grpc v1.38.0
25
25
google.golang.org/protobuf v1.26.0
@@ -30,3 +30,6 @@ require (
30
30
go 1.15
31
31
32
32
replace github.com/lightninglabs/loop/swapserverrpc => ./swapserverrpc
33
+
34
+ // TODO(bhandras): remove once v0.14.2-beta is tagged.
35
+ replace github.com/lightningnetwork/lnd => github.com/lightningnetwork/lnd v0.14.1-beta.0.20220131141659-60625b6c1a0b
You can’t perform that action at this time.
0 commit comments