diff --git a/transport/internet/ws/ws_test.go b/transport/internet/ws/ws_test.go index 25f7fdef..7efc4ab4 100644 --- a/transport/internet/ws/ws_test.go +++ b/transport/internet/ws/ws_test.go @@ -4,11 +4,9 @@ import ( "testing" "time" - "github.com/v2ray/v2ray-core/testing/assert" - - . "github.com/v2ray/v2ray-core/transport/internet/ws" - v2net "github.com/v2ray/v2ray-core/common/net" + "github.com/v2ray/v2ray-core/testing/assert" + . "github.com/v2ray/v2ray-core/transport/internet/ws" ) func Test_Connect_ws(t *testing.T) { diff --git a/transport/internet/ws/wsconn.go b/transport/internet/ws/wsconn.go index 71693879..ea605ee6 100644 --- a/transport/internet/ws/wsconn.go +++ b/transport/internet/ws/wsconn.go @@ -7,9 +7,8 @@ import ( "sync" "time" - "github.com/v2ray/v2ray-core/common/log" - "github.com/gorilla/websocket" + "github.com/v2ray/v2ray-core/common/log" ) type wsconn struct {