sqldb: update btclog dep

This commit is contained in:
Elle Mouton
2024-10-23 10:15:06 +02:00
parent a6e68cb6b8
commit 83751ee208
4 changed files with 10 additions and 9 deletions

View File

@@ -1,8 +1,6 @@
package sqldb
import (
"github.com/btcsuite/btclog"
)
import "github.com/btcsuite/btclog/v2"
// Subsystem defines the logging code for this subsystem.
const Subsystem = "SQLD"