removed leftover gorilla mux

This commit is contained in:
2022-11-03 03:20:37 +01:00
parent abd8b74c08
commit 6db43ad5f0
3 changed files with 1 additions and 6 deletions

View File

@@ -20,7 +20,6 @@ import (
"github.com/gin-gonic/gin"
"github.com/go-redis/cache/v8"
"github.com/go-redis/redis/v8"
"github.com/gorilla/mux"
_ "github.com/jackc/pgx/v4/stdlib"
"github.com/markus-wa/demoinfocs-golang/v3/pkg/demoinfocs/common"
log "github.com/sirupsen/logrus"
@@ -42,7 +41,6 @@ import (
var (
conf = utils.Conf{}
demoLoader = &csgo.DemoMatchLoader{}
router *mux.Router
db *ent.Client
rdb *redis.Client
rdc *cache.Cache