File tree Expand file tree Collapse file tree 5 files changed +351
-496
lines changed Expand file tree Collapse file tree 5 files changed +351
-496
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ require (
1313 github.com/lightninglabs/lndclient v0.14.0-8
1414 github.com/lightninglabs/loop/swapserverrpc v1.0.0
1515 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
1717 github.com/lightningnetwork/lnd/cert v1.1.0
1818 github.com/lightningnetwork/lnd/clock v1.1.0
1919 github.com/lightningnetwork/lnd/queue v1.1.0
2020 github.com/lightningnetwork/lnd/ticker v1.1.0
2121 github.com/stretchr/testify v1.7.0
22- github.com/urfave/cli v1.20.0
22+ github.com/urfave/cli v1.22.4
2323 golang.org/x/net v0.0.0-20210913180222-943fd674d43e
2424 google.golang.org/grpc v1.38.0
2525 google.golang.org/protobuf v1.26.0
@@ -30,3 +30,6 @@ require (
3030go 1.15
3131
3232replace 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