mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-02 15:36:41 -05:00
update websocket reference
This commit is contained in:
parent
6605ae7f30
commit
ffe18d94e4
@ -5,7 +5,7 @@ import (
|
||||
"net"
|
||||
"time"
|
||||
|
||||
"websocket"
|
||||
"github.com/gorilla/websocket"
|
||||
|
||||
"v2ray.com/core/common/buf"
|
||||
"v2ray.com/core/common/errors"
|
||||
|
@ -4,7 +4,7 @@ import (
|
||||
"context"
|
||||
"time"
|
||||
|
||||
"websocket"
|
||||
"github.com/gorilla/websocket"
|
||||
|
||||
"v2ray.com/core/common"
|
||||
"v2ray.com/core/common/net"
|
||||
|
@ -7,7 +7,8 @@ import (
|
||||
"strconv"
|
||||
"sync"
|
||||
"time"
|
||||
"websocket"
|
||||
|
||||
"github.com/gorilla/websocket"
|
||||
|
||||
"v2ray.com/core/common"
|
||||
"v2ray.com/core/common/net"
|
||||
|
Loading…
Reference in New Issue
Block a user