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/controller/inbound.go | |
| parent | 0ffd27c0aaa78196c015d112ad1ce96cccbb262d (diff) | |
go package correction v2
Diffstat (limited to 'web/controller/inbound.go')
| -rw-r--r-- | web/controller/inbound.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/controller/inbound.go b/web/controller/inbound.go index 172e76bc..19af2e1d 100644 --- a/web/controller/inbound.go +++ b/web/controller/inbound.go @@ -5,9 +5,9 @@ import ( "fmt" "strconv" - "github.com/mhsanaei/3x-ui/database/model" - "github.com/mhsanaei/3x-ui/web/service" - "github.com/mhsanaei/3x-ui/web/session" + "github.com/mhsanaei/3x-ui/v2/database/model" + "github.com/mhsanaei/3x-ui/v2/web/service" + "github.com/mhsanaei/3x-ui/v2/web/session" "github.com/gin-gonic/gin" ) |
