I have all dependencies installed but receive the following error when building
bash # go build
# _/root/haproxy-rest
./kafkaProducer.go:18: undefined: sarama.NewClientConfig
./kafkaProducer.go:22: too many arguments in call to sarama.NewClient
./kafkaProducer.go:32: undefined: sarama.NewProducerConfig
./kafkaProducer.go:46: undefined: sarama.NewProducer
./kafkaProducer.go:56: undefined: sarama.Producer
I have all dependencies installed but receive the following error when building