We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go get -v github.com/gettyimages/logspout-kafka Returns: github.com/gettyimages/logspout-kafka imports gopkg.in/Shopify/sarama.v1: cannot find module providing package gopkg.in/Shopify/sarama.v1
go get -v github.com/gettyimages/logspout-kafka
github.com/gettyimages/logspout-kafka imports gopkg.in/Shopify/sarama.v1: cannot find module providing package gopkg.in/Shopify/sarama.v1
because the import needs to be: github.com/Shopify/sarama instead of: gopkg.in/Shopify/sarama.v1 in kafka.go
github.com/Shopify/sarama
gopkg.in/Shopify/sarama.v1
kafka.go
The text was updated successfully, but these errors were encountered:
No branches or pull requests
go get -v github.com/gettyimages/logspout-kafka
Returns:
github.com/gettyimages/logspout-kafka imports gopkg.in/Shopify/sarama.v1: cannot find module providing package gopkg.in/Shopify/sarama.v1
because the import needs to be:
github.com/Shopify/sarama
instead of:
gopkg.in/Shopify/sarama.v1
in
kafka.go
The text was updated successfully, but these errors were encountered: