mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
refactor: change back to modernc sqlite db driver (#120)
* refactor: change to modernc sqlite db driver * chore: update deps
This commit is contained in:
parent
18f323746a
commit
3c323004c0
5 changed files with 189 additions and 11 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue