fix: fix test, new driver

This commit is contained in:
d3m0k1d
2026-01-21 16:56:07 +03:00
parent 26f4f17760
commit f03ec114b1

View File

@@ -3,7 +3,8 @@ package storage
import (
"database/sql"
"github.com/d3m0k1d/BanForge/internal/logger"
_ "github.com/mattn/go-sqlite3"
_ "github.com/ncruces/go-sqlite3/driver"
_ "github.com/ncruces/go-sqlite3/embed"
"os"
"path/filepath"
"testing"