Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormhsanaei <ho3ein.sanaei@gmail.com>2024-04-21 00:26:55 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2024-04-21 00:26:55 +0300
commit2cf762642b01d9f07a2f372be0ff52bff98b8d33 (patch)
tree6a412b4de7bc87003f89b32bbaa080623158b4db /web/web.go
parentdb24d216210e0038f92e634de1ab8a46fbce4632 (diff)
gin-contrib v1.0.0
Diffstat (limited to 'web/web.go')
-rw-r--r--web/web.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/web.go b/web/web.go
index 010be186..8cc212b9 100644
--- a/web/web.go
+++ b/web/web.go
@@ -24,9 +24,9 @@ import (
"x-ui/web/network"
"x-ui/web/service"
- sessions "github.com/Calidity/gin-sessions"
- "github.com/Calidity/gin-sessions/cookie"
"github.com/gin-contrib/gzip"
+ "github.com/gin-contrib/sessions"
+ "github.com/gin-contrib/sessions/cookie"
"github.com/gin-gonic/gin"
"github.com/robfig/cron/v3"
)