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"