From cdfe857ddc80cde998053c6959d272b29b1c7ebf Mon Sep 17 00:00:00 2001 From: Sebastian Date: Tue, 14 Nov 2023 07:21:59 +0100 Subject: [PATCH] Merged locally --- cmd/tumlive/tumlive.go | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/cmd/tumlive/tumlive.go b/cmd/tumlive/tumlive.go index 6d7d66249..bc52d6c4f 100755 --- a/cmd/tumlive/tumlive.go +++ b/cmd/tumlive/tumlive.go @@ -2,11 +2,6 @@ package main import ( "fmt" - "github.com/dgraph-io/ristretto" - "github.com/getsentry/sentry-go" - sentrygin "github.com/getsentry/sentry-go/gin" - "github.com/gin-contrib/gzip" - "github.com/gin-gonic/gin" "github.com/TUM-Dev/gocast/api" "github.com/TUM-Dev/gocast/dao" "github.com/TUM-Dev/gocast/model" @@ -19,13 +14,7 @@ import ( "github.com/gin-contrib/gzip" "github.com/gin-gonic/gin" slogGorm "github.com/orandin/slog-gorm" - "github.com/dgraph-io/ristretto" - "github.com/getsentry/sentry-go" - sentrygin "github.com/getsentry/sentry-go/gin" - "github.com/gin-contrib/gzip" - "github.com/gin-gonic/gin" "github.com/pkg/profile" - log "github.com/sirupsen/logrus" "gorm.io/driver/mysql" "gorm.io/gorm" "net/http"