fix incomplete revert for name change

This commit is contained in:
Shelikhoo 2021-09-13 17:01:09 +01:00
parent a7eae67723
commit cb5875fe62
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ import (
"github.com/v2fly/v2ray-core/v4/common/signal"
"github.com/v2fly/v2ray-core/v4/common/task"
"github.com/v2fly/v2ray-core/v4/features/policy"
"github.com/v2fly/v2ray-core/v4/protocol/vless"
"github.com/v2fly/v2ray-core/v4/protocol/vless/encoding"
"github.com/v2fly/v2ray-core/v4/proxy/vless"
"github.com/v2fly/v2ray-core/v4/proxy/vless/encoding"
"github.com/v2fly/v2ray-core/v4/transport"
"github.com/v2fly/v2ray-core/v4/transport/internet"
)