mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-21 09:36:34 -05:00
fix reference to protobuf
This commit is contained in:
parent
888494aac8
commit
b40d7f9f6b
@ -5,7 +5,7 @@ package command
|
||||
import (
|
||||
"os"
|
||||
|
||||
"github.com/gogo/protobuf/proto"
|
||||
"github.com/golang/protobuf/proto"
|
||||
"v2ray.com/core/common"
|
||||
"v2ray.com/core/infra/conf/serial"
|
||||
"v2ray.com/core/infra/control"
|
||||
|
Loading…
Reference in New Issue
Block a user