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
alan@XXXX ships % go get github.com/Shopify/sarama go: downloading github.com/Shopify/sarama v1.43.0 go: github.com/Shopify/sarama@upgrade (v1.43.0) requires github.com/Shopify/sarama@v1.43.0: parsing go.mod: module declares its path as: github.com/IBM/sarama but was required as: github.com/Shopify/sarama
v1.43.0
alan@XXXX ships % go version go version go1.21.6 darwin/arm64
N/A
The text was updated successfully, but these errors were encountered:
github.com/IBM/sarama is the correct module path since the change of ownership, so use that in your source code imports and as your ‘go get’ argument
Sorry, something went wrong.
No branches or pull requests
Description
alan@XXXX ships % go get github.com/Shopify/sarama
go: downloading github.com/Shopify/sarama v1.43.0
go: github.com/Shopify/sarama@upgrade (v1.43.0) requires github.com/Shopify/sarama@v1.43.0: parsing go.mod:
module declares its path as: github.com/IBM/sarama
but was required as: github.com/Shopify/sarama
Versions
v1.43.0
alan@XXXX ships % go version
go version go1.21.6 darwin/arm64
Configuration
N/A
Logs
Additional Context
The text was updated successfully, but these errors were encountered: