-
Notifications
You must be signed in to change notification settings - Fork 18k
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
x/pkgsite: redirect to known alternative spelling for https://pkg.go.dev/github.com/ibm/sarama #71256
Comments
Related Issues (Emoji vote if this was helpful or unhelpful; more detailed feedback welcome in this discussion.) |
Ah yes, looks like has been handled here so adding a similar map entry to "github.com/ibm/sarama": "github.com/IBM/sarama", should fix this issue |
@dnwe thanks for investigating. If you would like to fix this, could you please send a CL? Thanks. |
Similar to golang/go#52192 we need to add lowercase ibm/sarama to the knownAlternatives map to ensure the canonical uppercase variant (as defined in go.mod) is chosen in preference. Fixes golang/go#71256 Signed-off-by: Dominic Evans <[email protected]>
Change https://go.dev/cl/642600 mentions this issue: |
What is the path of the package that you would like to have removed?
https://pkg.go.dev/github.com/ibm/sarama (case sensitive)
Are you the owner of this package?
Yes I am the owner of this package under the IBM org.
What is the reason that you could not retract this package instead?
pkgsite seems to accidentally have an invalid (and outdated) lowercase entry at https://pkg.go.dev/github.com/ibm/sarama whereas the correct module path is https://pkg.go.dev/github.com/IBM/sarama which is correct an up-to-date.
Please can you remove the invalid lowercase entry at https://pkg.go.dev/github.com/ibm/sarama (whilst retaining/keeping the uppercase IBM entry at https://pkg.go.dev/github.com/IBM/sarama)
The text was updated successfully, but these errors were encountered: