kvdb: update btclog dep

This commit is contained in:
Elle Mouton
2024-10-23 10:12:24 +02:00
parent de358667f3
commit a6e68cb6b8
4 changed files with 8 additions and 4 deletions

View File

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