diff --git a/chat/handler/handler.go b/chat/handler/handler.go index c454513..5d46153 100644 --- a/chat/handler/handler.go +++ b/chat/handler/handler.go @@ -5,9 +5,8 @@ import ( "sort" "strings" - "github.com/micro/micro/v3/service/context/metadata" - "github.com/google/uuid" + "github.com/micro/micro/v3/service/context/metadata" "github.com/micro/micro/v3/service/errors" "github.com/micro/micro/v3/service/events" "github.com/micro/micro/v3/service/logger"