From 5530ead3816c636ef7a41b36c3d5fb79d207bdb9 Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Sun, 10 Feb 2019 19:47:26 +0100 Subject: [PATCH] fix broken test --- proxy/socks/protocol_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/proxy/socks/protocol_test.go b/proxy/socks/protocol_test.go index 3463b655..40aca93f 100644 --- a/proxy/socks/protocol_test.go +++ b/proxy/socks/protocol_test.go @@ -9,7 +9,6 @@ import ( "v2ray.com/core/common" "v2ray.com/core/common/buf" "v2ray.com/core/common/net" - _ "v2ray.com/core/common/net/testing" "v2ray.com/core/common/protocol" . "v2ray.com/core/proxy/socks" )