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 --- facedetect.pb.go | 2 +- es.pb.go | 2 +- 2 files changed, 2 insertions(+), 2 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" ) diff --git a/facedetect.pb.go b/facedetect.pb.go index 2833ca7..a355894 100644 --- a/facedetect.pb.go +++ b/facedetect.pb.go @@ -6,7 +6,7 @@ import ( context "context" fmt "fmt" - proto "github.com/golang/protobuf/proto" + proto "github.com/gogo/protobuf/proto" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" status "google.golang.org/grpc/status" -- Gitblit v1.8.0