Updated import paths in internal/rpc/msg/search.go

pull/864/head
sweep-ai[bot] 2 years ago committed by GitHub
parent 3d564caa54
commit 1d68d6abe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,7 +3,7 @@ package msg
import ( import (
"context" "context"
"github.com/OpenIMSDK/Open-IM-Server/internal/model" "github.com/OpenIMSDK/Open-IM-Server/internal/model"
"github.com/OpenIMSDK/Open-IM-Server/internal/service" "github.com/OpenIMSDK/Open-IM-Server/internal/logic/service"
"github.com/OpenIMSDK/Open-IM-Server/pkg/protocol" "github.com/OpenIMSDK/Open-IM-Server/pkg/protocol"
) )

Loading…
Cancel
Save