Skip to content
New issue

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

Cannot get the module with recent golang #16

Open
mshedsilegx opened this issue Dec 17, 2021 · 0 comments
Open

Cannot get the module with recent golang #16

mshedsilegx opened this issue Dec 17, 2021 · 0 comments

Comments

@mshedsilegx
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant