From 6462a14af433a87158ebb22aa7ab7978c4b13ece Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 01:47:33 +0000 Subject: [PATCH] Updated import paths in search.go --- internal/rpc/msg/search.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/rpc/msg/search.go b/internal/rpc/msg/search.go index b4ee3d99f..a34a7e786 100644 --- a/internal/rpc/msg/search.go +++ b/internal/rpc/msg/search.go @@ -2,9 +2,9 @@ package msg import ( "context" - "github.com/OpenIMSDK/Open-IM-Server/internal/logic/model" - "github.com/OpenIMSDK/Open-IM-Server/internal/logic/service" - "github.com/OpenIMSDK/Open-IM-Server/pkg/pb" + "github.com/OpenIMSDK/Open-IM-Server/internal/model" + "github.com/OpenIMSDK/Open-IM-Server/internal/service" + "github.com/OpenIMSDK/Open-IM-Server/pkg/protocol" ) type msgServer struct {