Darien Raymond vor 10 Jahren
Ursprung
Commit
7960b97c8e

+ 1 - 0
proxy/common/config/json/config_cache_test.go

@@ -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"
 )
 

+ 1 - 0
proxy/socks/config/json/config_test.go

@@ -7,6 +7,7 @@ import (
 
 	"github.com/v2ray/v2ray-core/proxy/common/config"
 	jsonconfig "github.com/v2ray/v2ray-core/proxy/common/config/json"
+	v2testing "github.com/v2ray/v2ray-core/testing"
 	"github.com/v2ray/v2ray-core/testing/assert"
 )
 

+ 1 - 0
proxy/socks/protocol/udp_test.go

@@ -3,6 +3,7 @@ package protocol
 import (
 	"testing"
 
+  v2testing "github.com/v2ray/v2ray-core/testing"
 	"github.com/v2ray/v2ray-core/testing/assert"
 	"github.com/v2ray/v2ray-core/transport"
 )

+ 1 - 0
proxy/vmess/config/id_test.go

@@ -3,6 +3,7 @@ package config
 import (
 	"testing"
 
+  v2testing "github.com/v2ray/v2ray-core/testing"
 	"github.com/v2ray/v2ray-core/testing/assert"
 )
 

+ 1 - 0
proxy/vmess/protocol/user/rand_test.go

@@ -4,6 +4,7 @@ import (
 	"testing"
 	"time"
 
+  v2testing "github.com/v2ray/v2ray-core/testing"
 	"github.com/v2ray/v2ray-core/testing/assert"
 )
 

+ 1 - 0
tools/build/build_test.go

@@ -6,6 +6,7 @@ import (
 	"path/filepath"
 	"testing"
 
+  v2testing "github.com/v2ray/v2ray-core/testing"
 	"github.com/v2ray/v2ray-core/testing/assert"
 )
 

+ 1 - 0
tools/build/env_test.go

@@ -3,6 +3,7 @@ package main
 import (
 	"testing"
 
+  v2testing "github.com/v2ray/v2ray-core/testing"
 	"github.com/v2ray/v2ray-core/testing/assert"
 )
 

+ 1 - 0
tools/build/go_test.go

@@ -11,6 +11,7 @@ import (
 	"testing"
 	"time"
 
+  v2testing "github.com/v2ray/v2ray-core/testing"
 	"github.com/v2ray/v2ray-core/testing/assert"
 )
 

+ 1 - 0
tools/git/git_test.go

@@ -3,6 +3,7 @@ package git
 import (
 	"testing"
 
+  v2testing "github.com/v2ray/v2ray-core/testing"
 	"github.com/v2ray/v2ray-core/testing/assert"
 )