common/kafka: switch to github.com/IBM/sarama

This commit is contained in:
Vincent Bernat
2023-07-18 08:01:31 +02:00
parent 7cd7a63210
commit d2ebd76a5d
18 changed files with 20 additions and 20 deletions

View File

@@ -8,7 +8,7 @@ import (
"fmt"
"strings"
"github.com/Shopify/sarama"
"github.com/IBM/sarama"
"akvorado/common/kafka"
"akvorado/common/reporter"