removed leftover gorilla mux
This commit is contained in:
2
main.go
2
main.go
@@ -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
|
||||
|
Reference in New Issue
Block a user