use websocket from vendor

pull/1086/head v3.20
Darien Raymond 2018-04-20 22:45:44 +02:00
parent 826be19231
commit c9e711374f
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
3 changed files with 6 additions and 3 deletions

View File

@ -5,7 +5,8 @@ import (
"net" "net"
"time" "time"
"github.com/gorilla/websocket" "websocket"
"v2ray.com/core/common/buf" "v2ray.com/core/common/buf"
"v2ray.com/core/common/errors" "v2ray.com/core/common/errors"
) )

View File

@ -4,7 +4,8 @@ import (
"context" "context"
"time" "time"
"github.com/gorilla/websocket" "websocket"
"v2ray.com/core/common" "v2ray.com/core/common"
"v2ray.com/core/common/net" "v2ray.com/core/common/net"
"v2ray.com/core/transport/internet" "v2ray.com/core/transport/internet"

View File

@ -8,7 +8,8 @@ import (
"sync" "sync"
"time" "time"
"github.com/gorilla/websocket" "websocket"
"v2ray.com/core/common" "v2ray.com/core/common"
"v2ray.com/core/common/net" "v2ray.com/core/common/net"
http_proto "v2ray.com/core/common/protocol/http" http_proto "v2ray.com/core/common/protocol/http"