From 7447cec17ed6735c3faf44e88d47dd71a81e9643 Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Fri, 19 Sep 2025 10:05:43 +0200 Subject: go package correction v2 --- web/service/xray_setting.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/service/xray_setting.go') diff --git a/web/service/xray_setting.go b/web/service/xray_setting.go index aadecd8d..06131ea3 100644 --- a/web/service/xray_setting.go +++ b/web/service/xray_setting.go @@ -4,8 +4,8 @@ import ( _ "embed" "encoding/json" - "github.com/mhsanaei/3x-ui/util/common" - "github.com/mhsanaei/3x-ui/xray" + "github.com/mhsanaei/3x-ui/v2/util/common" + "github.com/mhsanaei/3x-ui/v2/xray" ) type XraySettingService struct { -- cgit v1.2.3