multi: update lnd, aperture and lndclient deps

This includes upgrading the logging framework to the V2 framework. This
new framework lets us deprecate the `maxlogfiles` and
`maxlogfilesize` config options.
This commit is contained in:
Elle Mouton 2025-03-04 18:16:21 +02:00
parent 909f3b8826
commit 6dd03c0edc
No known key found for this signature in database
GPG key ID: D7D916376026F177
16 changed files with 133 additions and 111 deletions

View file

@ -1,7 +1,7 @@
package poolscript
import (
"github.com/btcsuite/btclog"
"github.com/btcsuite/btclog/v2"
"github.com/lightningnetwork/lnd/build"
)

View file

@ -14,7 +14,7 @@ import (
"github.com/btcsuite/btcd/wire"
secp "github.com/decred/dcrd/dcrec/secp256k1/v4"
"github.com/lightninglabs/lndclient"
"github.com/lightningnetwork/lnd/fn"
"github.com/lightningnetwork/lnd/fn/v2"
"github.com/lightningnetwork/lnd/input"
"github.com/lightningnetwork/lnd/keychain"
"github.com/lightningnetwork/lnd/lnrpc"