testt run code
This commit is contained in:
@ -10,7 +10,7 @@ import (
|
||||
|
||||
"github.com/FrankenBotDev/FrankenAPI/ent"
|
||||
"github.com/FrankenBotDev/FrankenAPI/ent/actions"
|
||||
"github.com/FrankenBotDev/FrankenAPI/pkg/logger"
|
||||
"github.com/FrankenBotDev/FrankenAPI/pkg/routes/logger"
|
||||
"github.com/FrankenBotDev/FrankenAPI/pkg/sys"
|
||||
"github.com/go-chi/chi/v5"
|
||||
)
|
@ -8,7 +8,7 @@ import (
|
||||
|
||||
"github.com/FrankenBotDev/FrankenAPI/ent"
|
||||
"github.com/FrankenBotDev/FrankenAPI/ent/punishments"
|
||||
"github.com/FrankenBotDev/FrankenAPI/pkg/logger"
|
||||
"github.com/FrankenBotDev/FrankenAPI/pkg/routes/logger"
|
||||
"github.com/FrankenBotDev/FrankenAPI/pkg/sys"
|
||||
"github.com/go-chi/chi/v5"
|
||||
)
|
@ -11,7 +11,7 @@ import (
|
||||
"github.com/FrankenBotDev/FrankenAPI/ent"
|
||||
"github.com/FrankenBotDev/FrankenAPI/ent/settings"
|
||||
"github.com/FrankenBotDev/FrankenAPI/ent/socialmedia"
|
||||
"github.com/FrankenBotDev/FrankenAPI/pkg/logger"
|
||||
"github.com/FrankenBotDev/FrankenAPI/pkg/routes/logger"
|
||||
"github.com/FrankenBotDev/FrankenAPI/pkg/sys"
|
||||
"github.com/go-chi/chi/v5"
|
||||
)
|
@ -11,7 +11,7 @@ import (
|
||||
|
||||
"github.com/FrankenBotDev/FrankenAPI/ent"
|
||||
"github.com/FrankenBotDev/FrankenAPI/ent/user"
|
||||
"github.com/FrankenBotDev/FrankenAPI/pkg/logger"
|
||||
"github.com/FrankenBotDev/FrankenAPI/pkg/routes/logger"
|
||||
"github.com/FrankenBotDev/FrankenAPI/pkg/sys"
|
||||
"github.com/go-chi/chi/v5"
|
||||
)
|
@ -12,7 +12,7 @@ import (
|
||||
"github.com/FrankenBotDev/FrankenAPI/ent"
|
||||
"github.com/FrankenBotDev/FrankenAPI/ent/support"
|
||||
"github.com/FrankenBotDev/FrankenAPI/ent/supportresponse"
|
||||
"github.com/FrankenBotDev/FrankenAPI/pkg/logger"
|
||||
"github.com/FrankenBotDev/FrankenAPI/pkg/routes/logger"
|
||||
"github.com/FrankenBotDev/FrankenAPI/pkg/sys"
|
||||
"github.com/go-chi/chi/v5"
|
||||
)
|
Reference in New Issue
Block a user