diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-09-19 11:05:43 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-09-19 11:05:43 +0300 |
| commit | 7447cec17ed6735c3faf44e88d47dd71a81e9643 (patch) | |
| tree | dfad5363d38069a0dd9bc568d42c689dd1eb57f2 /web/service/xray_setting.go | |
| parent | 0ffd27c0aaa78196c015d112ad1ce96cccbb262d (diff) | |
go package correction v2
Diffstat (limited to 'web/service/xray_setting.go')
| -rw-r--r-- | web/service/xray_setting.go | 4 |
1 files changed, 2 insertions, 2 deletions
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 { |
