Some upgrades

This commit is contained in:
Alireza Ahmadi
2023-02-19 01:40:36 +01:00
parent 7d23e8cf9c
commit 57f538bf6b
6 changed files with 29 additions and 11 deletions

View File

@@ -21,11 +21,11 @@ import (
"x-ui/web/network"
"x-ui/web/service"
"github.com/BurntSushi/toml"
"github.com/gin-contrib/sessions"
"github.com/gin-contrib/sessions/cookie"
"github.com/gin-gonic/gin"
"github.com/nicksnyder/go-i18n/v2/i18n"
"github.com/pelletier/go-toml/v2"
"github.com/robfig/cron/v3"
"golang.org/x/text/language"
)