fix reference to protobuf

This commit is contained in:
Darien Raymond 2019-02-28 11:45:26 +01:00
parent d705cace94
commit 2f7cd7aa46
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -10,7 +10,7 @@ import (
"strconv"
"strings"
"github.com/gogo/protobuf/proto"
"github.com/golang/protobuf/proto"
"v2ray.com/core/app/router"
)