mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-02-15 04:35:22 -05:00
Chore: change module name (#677)
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
package vmess
|
||||
|
||||
import (
|
||||
"v2ray.com/core/common/dice"
|
||||
"v2ray.com/core/common/protocol"
|
||||
"v2ray.com/core/common/uuid"
|
||||
"github.com/v2fly/v2ray-core/v4/common/dice"
|
||||
"github.com/v2fly/v2ray-core/v4/common/protocol"
|
||||
"github.com/v2fly/v2ray-core/v4/common/uuid"
|
||||
)
|
||||
|
||||
// MemoryAccount is an in-memory form of VMess account.
|
||||
|
||||
Reference in New Issue
Block a user