refactor: change back to modernc sqlite db driver (#120)

* refactor: change to modernc sqlite db driver

* chore: update deps
This commit is contained in:
Ludvig Lundgren 2022-03-19 17:41:42 +01:00 committed by GitHub
parent 18f323746a
commit 3c323004c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 189 additions and 11 deletions

View file

@ -8,8 +8,8 @@ import (
"log"
"os"
_ "github.com/mattn/go-sqlite3"
"golang.org/x/crypto/ssh/terminal"
_ "modernc.org/sqlite"
"github.com/autobrr/autobrr/internal/database"
"github.com/autobrr/autobrr/internal/domain"