1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-06-11 21:49:26 -04:00

fix reference to protobuf

This commit is contained in:
Darien Raymond
2019-02-28 11:45:17 +01:00
parent 888494aac8
commit b40d7f9f6b

View File

@@ -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"