-
Notifications
You must be signed in to change notification settings - Fork 155
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
Mismatch between module name and repository URL #394
Comments
Ugh yeah this is annoying. I think the plan should be:
This may break the github redirects, but I think that's preferable to having go import issues. |
Question:
would still work right? Not disagreeing with @dave-tucker suggestion, just want to know where we sit today. |
Yes, that format still works today because github redirects old URLs when a project is moved to new account/org. |
Figured I'd at least explain my reasoning for proposing #394 (comment) For the old URL github redirect will work indefinitely unless another Having So while it's a bit of extra work, I think the plan I've proposed is the "cleanest" way we can rename the module AND keep things working for the old URLs. |
Since the repository was moved from
ovn-org
, the name of the module ingo.mod
does not match the repository URL. This causes go tooling to complainRenaming the module in
go.mod
is probably not the way to go, since that would break any existing projects that still usegithub.com/ovn-org/libovsdb
URL. But perhaps a section on top of README file could mention how to add this module as a dependency?The text was updated successfully, but these errors were encountered: