update websocket reference

pull/1524/head^2
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"