update websocket reference

This commit is contained in:
Darien Raymond
2018-07-13 12:17:52 +02:00
parent 6605ae7f30
commit ffe18d94e4
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"net"
"time"
"websocket"
"github.com/gorilla/websocket"
"v2ray.com/core/common/buf"
"v2ray.com/core/common/errors"
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"context"
"time"
"websocket"
"github.com/gorilla/websocket"
"v2ray.com/core/common"
"v2ray.com/core/common/net"
+2 -1
View File
@@ -7,7 +7,8 @@ import (
"strconv"
"sync"
"time"
"websocket"
"github.com/gorilla/websocket"
"v2ray.com/core/common"
"v2ray.com/core/common/net"