mirror of https://github.com/v2ray/v2ray-core
fix reference to protobuf
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