fix: upgrade deps

This commit is contained in:
krau
2026-04-14 09:55:15 +08:00
parent 8f67f778a3
commit 58ce8275b2
3 changed files with 109 additions and 129 deletions

View File

@@ -3,7 +3,6 @@
package database
import (
_ "github.com/ncruces/go-sqlite3/embed"
"github.com/ncruces/go-sqlite3/gormlite"
"gorm.io/gorm"
)