switched postgresql dep.

This commit is contained in:
2021-10-17 18:02:23 +02:00
parent f8579f9768
commit 05e199d7f1
3 changed files with 104 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ import (
"github.com/go-redis/redis/v8"
"github.com/gorilla/handlers"
"github.com/gorilla/mux"
_ "github.com/lib/pq"
_ "github.com/jackc/pgx/v4"
"github.com/markus-wa/demoinfocs-golang/v2/pkg/demoinfocs/common"
_ "github.com/mattn/go-sqlite3"
log "github.com/sirupsen/logrus"