1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-10 09:50:43 +00:00

Feat: use protobuf v2

This commit is contained in:
loyalsoldier 2021-02-16 09:50:31 +08:00
parent 02a8c41023
commit af9ffc70cb
No known key found for this signature in database
GPG Key ID: 23829BBC1ACF2C90

View File

@ -1,7 +1,7 @@
package conf
import (
"github.com/golang/protobuf/proto"
"google.golang.org/protobuf/proto"
"v2ray.com/core/app/dns/fakedns"
)