fix reference to protobuf

This commit is contained in:
Darien Raymond
2019-02-28 11:45:26 +01:00
parent d705cace94
commit 2f7cd7aa46

View File

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