1
0
forked from ALHP/ALHP.GO

dropped sqlite support

This commit is contained in:
2021-10-25 07:33:47 +02:00
parent d8938bc225
commit e2125ab411
4 changed files with 2 additions and 6 deletions

View File

@@ -12,7 +12,6 @@ import (
"fmt"
"github.com/Jguer/go-alpm/v2"
_ "github.com/jackc/pgx/v4/stdlib"
_ "github.com/mattn/go-sqlite3"
log "github.com/sirupsen/logrus"
"github.com/wercker/journalhook"
"gopkg.in/yaml.v2"