From 2f7cd7aa46cf501aa3994849f2243f9e04aaab4f Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Thu, 28 Feb 2019 11:45:26 +0100 Subject: [PATCH] fix reference to protobuf --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" )