dropped sqlite support

This commit is contained in:
2021-10-25 07:31:36 +02:00
parent b821a44a5d
commit 0b6d31968c
4 changed files with 2 additions and 15 deletions

View File

@@ -19,7 +19,6 @@ import (
"github.com/gorilla/mux"
_ "github.com/jackc/pgx/v4/stdlib"
"github.com/markus-wa/demoinfocs-golang/v2/pkg/demoinfocs/common"
_ "github.com/mattn/go-sqlite3"
log "github.com/sirupsen/logrus"
"github.com/wercker/journalhook"
"go.uber.org/ratelimit"