|
|
@@ -9,14 +9,13 @@ import (
|
|
|
"io"
|
|
|
"time"
|
|
|
|
|
|
- "github.com/v2fly/v2ray-core/v4/features/extension"
|
|
|
-
|
|
|
"github.com/gorilla/websocket"
|
|
|
- core "github.com/v2fly/v2ray-core/v4"
|
|
|
|
|
|
+ core "github.com/v2fly/v2ray-core/v4"
|
|
|
"github.com/v2fly/v2ray-core/v4/common"
|
|
|
"github.com/v2fly/v2ray-core/v4/common/net"
|
|
|
"github.com/v2fly/v2ray-core/v4/common/session"
|
|
|
+ "github.com/v2fly/v2ray-core/v4/features/extension"
|
|
|
"github.com/v2fly/v2ray-core/v4/transport/internet"
|
|
|
"github.com/v2fly/v2ray-core/v4/transport/internet/tls"
|
|
|
)
|