reformat import pkgs
This commit is contained in:
parent
12be2e8a19
commit
84d977c6d0
|
@ -3,12 +3,13 @@ package kafka
|
|||
import (
|
||||
"context"
|
||||
"errors"
|
||||
coreconfig "flashcat.cloud/categraf/config"
|
||||
"github.com/Shopify/sarama"
|
||||
"strings"
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"github.com/Shopify/sarama"
|
||||
|
||||
coreconfig "flashcat.cloud/categraf/config"
|
||||
logsconfig "flashcat.cloud/categraf/config/logs"
|
||||
"flashcat.cloud/categraf/logs/client"
|
||||
"flashcat.cloud/categraf/pkg/backoff"
|
||||
|
|
Loading…
Reference in New Issue