go package correction v2

This commit is contained in:
mhsanaei
2025-09-19 10:05:43 +02:00
parent 0ffd27c0aa
commit 7447cec17e
44 changed files with 135 additions and 135 deletions

View File

@@ -5,7 +5,7 @@ import (
"fmt"
"strings"
"github.com/mhsanaei/3x-ui/config"
"github.com/mhsanaei/3x-ui/v2/config"
"github.com/gin-gonic/gin"
)