diff --git a/main.go b/main.go index acc3ca4b..91544bd4 100644 --- a/main.go +++ b/main.go @@ -10,7 +10,7 @@ import ( "strconv" "strings" - "github.com/gogo/protobuf/proto" + "github.com/golang/protobuf/proto" "v2ray.com/core/app/router" )