mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
go.mod: update lndclient to v0.20.0-4
Include https://github.com/lightninglabs/lndclient/pull/250 SubscribeSingleInvoice: provide full invoice (lnd-20-0 port) Include https://github.com/lightninglabs/lndclient/pull/254 Port "SendCoins: use SatPerVbyte" and "bump runc to 1.2.8" to lnd-20-0 Fixed Loop build after https://github.com/lightninglabs/lndclient/pull/250
This commit is contained in:
parent
16d56f1274
commit
79848aa93b
4 changed files with 9 additions and 5 deletions
2
go.mod
2
go.mod
|
|
@ -20,7 +20,7 @@ require (
|
|||
github.com/jessevdk/go-flags v1.4.0
|
||||
github.com/lib/pq v1.10.9
|
||||
github.com/lightninglabs/aperture v0.3.13-beta
|
||||
github.com/lightninglabs/lndclient v0.20.0-1
|
||||
github.com/lightninglabs/lndclient v0.20.0-4
|
||||
github.com/lightninglabs/loop/looprpc v1.0.7
|
||||
github.com/lightninglabs/loop/swapserverrpc v1.0.14
|
||||
github.com/lightninglabs/taproot-assets v0.7.0-rc1.0.20251014172227-e6ae082c0b4b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue