Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'web/service/xray.go')
-rw-r--r--web/service/xray.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/service/xray.go b/web/service/xray.go
index 8367d061..93cbd9f0 100644
--- a/web/service/xray.go
+++ b/web/service/xray.go
@@ -6,8 +6,8 @@ import (
"runtime"
"sync"
- "github.com/mhsanaei/3x-ui/logger"
- "github.com/mhsanaei/3x-ui/xray"
+ "github.com/mhsanaei/3x-ui/v2/logger"
+ "github.com/mhsanaei/3x-ui/v2/xray"
"go.uber.org/atomic"
)