@@ -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"
"v2ray.com/core/common"
"v2ray.com/core/common/net"
@@ -7,7 +7,8 @@ import (
"strconv"
"sync"
+