From 201ba0c95333cb07be9f955a936cd06a929e2e8f Mon Sep 17 00:00:00 2001 From: 554325746@qq.com <554325746@qq.com> Date: 星期四, 06 二月 2020 20:37:20 +0800 Subject: [PATCH] change golang/protobuf to gogo/protobuf --- es.pb.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/es.pb.go b/es.pb.go index 7b452ff..6dff4c3 100644 --- a/es.pb.go +++ b/es.pb.go @@ -5,7 +5,7 @@ import ( fmt "fmt" - proto "github.com/golang/protobuf/proto" + proto "github.com/gogo/protobuf/proto" math "math" ) -- Gitblit v1.8.0