fix unused imports

This commit is contained in:
Dot-Rar 2020-06-13 14:37:21 +01:00
parent f319143e16
commit e6d5a05eea
2 changed files with 0 additions and 6 deletions

View File

@ -1,11 +1,8 @@
package api
import (
"github.com/TicketsBot/GoPanel/config"
dbclient "github.com/TicketsBot/GoPanel/database"
"github.com/TicketsBot/GoPanel/messagequeue"
"github.com/TicketsBot/GoPanel/rpc"
"github.com/TicketsBot/common/premium"
"github.com/TicketsBot/common/tokenchange"
"github.com/TicketsBot/database"
"github.com/gin-gonic/gin"

View File

@ -1,11 +1,8 @@
package api
import (
"github.com/TicketsBot/GoPanel/config"
"github.com/TicketsBot/GoPanel/database"
"github.com/TicketsBot/GoPanel/messagequeue"
"github.com/TicketsBot/GoPanel/rpc"
"github.com/TicketsBot/common/premium"
"github.com/TicketsBot/common/statusupdates"
"github.com/gin-gonic/gin"
)