Use modernc.org/sqlite

This commit is contained in:
2020-08-31 13:18:36 +01:00
parent 264c591495
commit 70328e446a
3 changed files with 24 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ package quotedb
import (
"database/sql"
"fmt"
_ "github.com/mattn/go-sqlite3"
_ "modernc.org/sqlite"
"log"
"time"
)