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 /xray/inbound.go | |
| parent | 0ffd27c0aaa78196c015d112ad1ce96cccbb262d (diff) | |
go package correction v2
Diffstat (limited to 'xray/inbound.go')
| -rw-r--r-- | xray/inbound.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xray/inbound.go b/xray/inbound.go index db1d421c..5a328f31 100644 --- a/xray/inbound.go +++ b/xray/inbound.go @@ -3,7 +3,7 @@ package xray import ( "bytes" - "github.com/mhsanaei/3x-ui/util/json_util" + "github.com/mhsanaei/3x-ui/v2/util/json_util" ) type InboundConfig struct { |
