go package correction

This commit is contained in:
Alireza Ahmadi
2025-09-18 22:33:02 +02:00
parent 832d561d52
commit b6252151f4
38 changed files with 113 additions and 112 deletions

View File

@@ -4,9 +4,9 @@ import (
"errors"
"time"
"x-ui/web/entity"
"x-ui/web/service"
"x-ui/web/session"
"github.com/alireza0/x-ui/web/entity"
"github.com/alireza0/x-ui/web/service"
"github.com/alireza0/x-ui/web/session"
"github.com/gin-gonic/gin"
)