1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-09 17:30:44 +00:00

update websocket reference

This commit is contained in:
Darien Raymond 2018-07-13 12:17:52 +02:00
parent 6605ae7f30
commit ffe18d94e4
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
3 changed files with 4 additions and 3 deletions

View File

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

View File

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

View File

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