@@ -4,6 +4,7 @@ import (
"testing"
"github.com/v2ray/v2ray-core/proxy/common/config"
+ v2testing "github.com/v2ray/v2ray-core/testing"
"github.com/v2ray/v2ray-core/testing/assert"
)
@@ -7,6 +7,7 @@ import (
jsonconfig "github.com/v2ray/v2ray-core/proxy/common/config/json"
@@ -3,6 +3,7 @@ package protocol
import (
"github.com/v2ray/v2ray-core/transport"
@@ -3,6 +3,7 @@ package config
"time"
@@ -6,6 +6,7 @@ import (
"path/filepath"
@@ -3,6 +3,7 @@ package main
@@ -11,6 +11,7 @@ import (
@@ -3,6 +3,7 @@ package git