mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
common/kafka: switch to github.com/IBM/sarama
This commit is contained in:
@@ -8,8 +8,8 @@ package kafka
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/Shopify/sarama"
|
||||
"github.com/Shopify/sarama/mocks"
|
||||
"github.com/IBM/sarama"
|
||||
"github.com/IBM/sarama/mocks"
|
||||
|
||||
"akvorado/common/daemon"
|
||||
"akvorado/common/helpers"
|
||||
|
||||
Reference in New Issue
Block a user