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

x/pkgsite: package removal request for https://pkg.go.dev/github.com/emar-kar/region #60530

Closed
emar-kar opened this issue May 31, 2023 · 11 comments
Labels
pkgsite/package-removal Issues for package removal. See https://pkg.go.dev/about#removing-a-package pkgsite
Milestone

Comments

@emar-kar
Copy link

What is the path of the package that you would like to have removed?

https://pkg.go.dev/github.com/emar-kar/region/v2
https://pkg.go.dev/github.com/emar-kar/region

Are you the owner of this package?

Yes

What is the reason that you could not retract this package instead?

Repository is already deleted. I didn't even know this test util was published on pkgsite

@gopherbot gopherbot added this to the Unreleased milestone May 31, 2023
@seankhliao seankhliao added the pkgsite/package-removal Issues for package removal. See https://pkg.go.dev/about#removing-a-package label May 31, 2023
@bcmills
Copy link
Contributor

bcmills commented Jun 1, 2023

Can you recreate the repo, publish new versions with retract directives, and then delete it again?

@emar-kar
Copy link
Author

emar-kar commented Jun 1, 2023

@bcmills Can I create just a blank project or should search for the source code of the original one?

@emar-kar
Copy link
Author

emar-kar commented Jun 1, 2023

Done

@bcmills
Copy link
Contributor

bcmills commented Jun 1, 2023

The project can be empty except for the go.mod file containing the retract directive.

You'll need to tag the commit containing the retract directive with a release higher than the previous releases (v1.0.1 and v2.5.1?) and have the retract directive cover every version up to and including the new tags, then fetch those versions through the proxy to get it to pick up the retractions.

@emar-kar
Copy link
Author

emar-kar commented Jun 1, 2023

I did like the instruction says, but still can download the module via go get

@bcmills
Copy link
Contributor

bcmills commented Jun 1, 2023

I see the retraction notice for v1. Note that there is a typo in the tag for v2.5.4 — the tag is v.2.5.4 (with an extra leading ..

@emar-kar
Copy link
Author

emar-kar commented Jun 1, 2023

Oh yeah, sorry. Just fixed the tag name

@bcmills
Copy link
Contributor

bcmills commented Jun 1, 2023

That should work, then. You may need to give it an hour due to the proxy's cache TTL (#38065).

@emar-kar
Copy link
Author

emar-kar commented Jun 2, 2023

Okay, now the only version I can get is v0.0.0

@findleyr
Copy link
Contributor

Is this WAI now? I see the retract notifications for those modules.

@findleyr
Copy link
Contributor

findleyr commented Jul 6, 2023

Ok, closing. Please comment if I am closing erroneously.

@findleyr findleyr closed this as completed Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkgsite/package-removal Issues for package removal. See https://pkg.go.dev/about#removing-a-package pkgsite
Projects
None yet
Development

No branches or pull requests

5 participants