Update in kafka-producer

This commit is contained in:
Neil Alexander 2020-04-22 15:09:04 +01:00
parent 49d65b7a42
commit 04a2a6f650
2 changed files with 1 additions and 2 deletions

View file

@ -21,7 +21,7 @@ import (
"os"
"strings"
sarama "gopkg.in/Shopify/sarama.v1"
sarama "github.com/Shopify/sarama"
)
const usage = `Usage: %s

1
go.mod
View file

@ -31,7 +31,6 @@ require (
github.com/uber/jaeger-lib v1.5.0
go.uber.org/atomic v1.4.0
golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d
gopkg.in/Shopify/sarama.v1 v1.20.1
gopkg.in/h2non/bimg.v1 v1.0.18
gopkg.in/yaml.v2 v2.2.8
)