From a9aae985b84ea67c63e5be76f040d964816f4b5a Mon Sep 17 00:00:00 2001 From: FGadvancer Date: Thu, 7 Sep 2023 10:52:21 +0000 Subject: [PATCH] cicd: robot automated Change --- tools/component/component.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tools/component/component.go b/tools/component/component.go index 3b60efcd2..692e7b6e2 100644 --- a/tools/component/component.go +++ b/tools/component/component.go @@ -19,15 +19,16 @@ import ( "database/sql" "flag" "fmt" - "github.com/minio/minio-go/v7" - "github.com/redis/go-redis/v9" - "gopkg.in/yaml.v3" "net" "net/url" "os" "strings" "time" + "github.com/minio/minio-go/v7" + "github.com/redis/go-redis/v9" + "gopkg.in/yaml.v3" + "github.com/IBM/sarama" "github.com/OpenIMSDK/tools/errs" "github.com/OpenIMSDK/tools/utils"