1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-13 03:10:44 +00:00

fix torjan protobuf version

We could migrate to v2 version of protobuf interface now, but it would cause additional trouble. A quick fix is applied.
This commit is contained in:
Shelikhoo 2021-09-28 18:33:30 +01:00
parent 40140c2977
commit a9979057dc
No known key found for this signature in database
GPG Key ID: AA7BC347968E7DB1

View File

@ -6,7 +6,7 @@ import (
"strconv"
"syscall"
"google.golang.org/protobuf/proto"
"github.com/golang/protobuf/proto"
"github.com/v2fly/v2ray-core/v4/common/net"
"github.com/v2fly/v2ray-core/v4/common/protocol"