From 8264bc95764f7e71785bf81cb11dcb654c1ec4b4 Mon Sep 17 00:00:00 2001 From: Edward Date: Sun, 14 Mar 2021 20:27:14 +0800 Subject: [PATCH] no cache network --- server/network/server.go | 1 - service/server/grpc/extractor_test.go | 1 - 2 files changed, 2 deletions(-) diff --git a/server/network/server.go b/server/network/server.go index 77f538fc..24cd0552 100644 --- a/server/network/server.go +++ b/server/network/server.go @@ -20,7 +20,6 @@ import ( "github.com/micro-community/micro/v3/service/proxy" grpcProxy "github.com/micro-community/micro/v3/service/proxy/grpc" mucpProxy "github.com/micro-community/micro/v3/service/proxy/mucp" - "github.com/micro-community/micro/v3/service/registry" "github.com/micro-community/micro/v3/service/router" "github.com/micro-community/micro/v3/service/server" mucpServer "github.com/micro-community/micro/v3/service/server/mucp" diff --git a/service/server/grpc/extractor_test.go b/service/server/grpc/extractor_test.go index 248896b2..e98f8edd 100644 --- a/service/server/grpc/extractor_test.go +++ b/service/server/grpc/extractor_test.go @@ -21,7 +21,6 @@ import ( "reflect" "testing" - "github.com/micro-community/micro/v3/service/registry" "github.com/stretchr/testify/assert" )