-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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: package removal request for https://pkg.go.dev/github.com/kkrypt0nn/logger.go #62726
Comments
The And I notice that you did attempt to do that. It is possible that your repo has run into #61415, which may prevent the proxy from fetching it going forward. @suzmue, is it possible to remove the proxy's cached origin data for this module path? |
How would that work if the old module had v1.0.0 and the new starts at v1.0.0 - means I would have to add the At the moment when going on the new module URL with the |
If the two module paths share the same repository location, they cannot also share a given version number. If you want to be able to restart at v1.0.0, I would suggest leaving the old repo in place at the old path and creating a new repository (perhaps a fork of the repository with all prior version tags removed?) at the new path. |
Due to the security properties of the checksum database, the contents of the version for a given repo path cannot be changed once it has been fetched and checksummed. https://proxy.golang.org/cached-only/github.com/kkrypt0nn/acrux/@v/v1.5.1.info unfortunately shows that the proxy has already processed |
So I could make a new tag |
Yep! But you'd also need a |
That sounds amazing, I can live with the |
What is the path of the package that you would like to have removed?
https://pkg.go.dev/github.com/kkrypt0nn/logger.go
Are you the owner of this package?
Yes
What is the reason that you could not retract this package instead?
Repository has been renamed, seeing it hasn't worked properly I've deleted it and created a new repository for the new name.
When visiting the page with the new name it's redirecting to the old one, same when using
go install ...
.Currently created the repository again for the
retract
directive but unsure if that's accurate.The text was updated successfully, but these errors were encountered: