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

@@ -8,7 +8,7 @@ import (
"net/http"
"strings"
"github.com/btcsuite/btclog"
"github.com/btcsuite/btclog/v2"
"github.com/golang-migrate/migrate/v4"
"github.com/golang-migrate/migrate/v4/database"
"github.com/golang-migrate/migrate/v4/source/httpfs"