mirror of https://github.com/v2ray/v2ray-core
Move mocked userset to vmess/protocol/user
parent
1d4b541d2f
commit
fdc72ed8c9
|
@ -9,7 +9,7 @@ import (
|
|||
v2net "github.com/v2ray/v2ray-core/common/net"
|
||||
"github.com/v2ray/v2ray-core/proxy/vmess/config"
|
||||
"github.com/v2ray/v2ray-core/proxy/vmess/protocol/user"
|
||||
"github.com/v2ray/v2ray-core/testing/mocks"
|
||||
"github.com/v2ray/v2ray-core/proxy/vmess/protocol/user/testing/mocks"
|
||||
"github.com/v2ray/v2ray-core/testing/unit"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue