chore: use modernc.org/sqlite

This commit is contained in:
Steven
2023-06-15 22:12:12 +08:00
parent 65f59571a0
commit 702787ef0f
4 changed files with 51 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
package main
import (
_ "github.com/mattn/go-sqlite3"
_ "modernc.org/sqlite"
"github.com/boojack/shortify/cmd"
)