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 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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