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 github.com/kitscribe #60985

Closed
kitscribe opened this issue Jun 24, 2023 · 2 comments
Closed

x/pkgsite: package removal request for github.com/kitscribe #60985

kitscribe opened this issue Jun 24, 2023 · 2 comments
Labels
pkgsite/package-removal Issues for package removal. See https://pkg.go.dev/about#removing-a-package pkgsite WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Milestone

Comments

@kitscribe
Copy link

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

github.com/kitscribe

Are you the owner of this package?

Yes, I am

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

Repositiry was deleted

@gopherbot gopherbot added this to the Unreleased milestone Jun 24, 2023
@bcmills
Copy link
Contributor

bcmills commented Jun 26, 2023

[Repository] was deleted

Presumably you are still in control of github.com/kitscribe. You should be able to publish retract directives for the affected repos by the following process:

  1. Recreate the affected repo(s) with a commit that retracts itself and all previous versions, such as:
    retract [v0.0.0-0, v0.0.1]
  2. If any tag was previously fetched through the proxy, tag the new commit with a higher version. (For github.com/kitscribe/go-modules, that would be a version higher than v0.0.1-dev, I think..?)
  3. Fetch that commit through the Go proxy, such as go mod download github.com/kitscribe/go-modules@v0.0.1.
  4. Wait for pkg.go.dev to index and apply the retractions. (IIRC that can take up to an hour.)

Please try the above steps and let us know whether they worked.

@bcmills bcmills added WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. pkgsite/package-removal Issues for package removal. See https://pkg.go.dev/about#removing-a-package labels Jun 26, 2023
@kitscribe
Copy link
Author

@bcmills, thanks, did it

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 WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Projects
None yet
Development

No branches or pull requests

3 participants