From 68c0ec034515e85fab741121ae68d95fa2e5e960 Mon Sep 17 00:00:00 2001 From: edocevol Date: Sat, 27 May 2023 16:04:02 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8C=97=E6=9E=81=E6=98=9F=E6=97=81?= =?UTF-8?q?=E8=B7=AF=E5=8A=9F=E8=83=BD=E6=8F=92=E4=BB=B6=E8=AE=BE=E8=AE=A1?= =?UTF-8?q?=E2=80=94=E2=80=94=E6=94=AF=E6=8C=81=20Local=20Plugin=20?= =?UTF-8?q?=E4=BB=A5=E5=8F=8A=20Remote=20Plugin=20=E6=A8=A1=E5=BC=8F=20#75?= =?UTF-8?q?7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/pluggable/grpc.go | 1 - 1 file changed, 1 deletion(-) diff --git a/common/pluggable/grpc.go b/common/pluggable/grpc.go index b8b7148fa..a073de550 100644 --- a/common/pluggable/grpc.go +++ b/common/pluggable/grpc.go @@ -23,7 +23,6 @@ import ( "github.com/pkg/errors" "github.com/polaris-contrib/polaris-server-remote-plugin-common/api" - "google.golang.org/grpc" "google.golang.org/grpc/credentials/insecure" )