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/fastbpmn/go-study #57805

Closed
fastbpmn opened this issue Jan 16, 2023 · 5 comments
Closed

x/pkgsite: package removal request for github.com/fastbpmn/go-study #57805

fastbpmn opened this issue Jan 16, 2023 · 5 comments
Labels
FrozenDueToAge 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

@fastbpmn
Copy link

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

https://pkg.go.dev/github.com/fastbpmn/go-study

Are you the owner of this package?

yes

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

I am new to publishing packages & made way too many mistakes & now have way too many versions of the package out there. I should've done it in pre-release first but was arrogant & thought the package was simple enough to push out there without pre-releases.

@gopherbot gopherbot added this to the Unreleased milestone Jan 16, 2023
@seankhliao
Copy link
Member

please use retract directives for this.

@seankhliao seankhliao added the WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. label Jan 16, 2023
@fastbpmn
Copy link
Author

please use retract directives for this.

hi,i have add retract directive in my project go.mod file,but it seems not take effect,can you help me delete the project on pkg.go.dev?

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

bcmills commented Jan 17, 2023

@fastbpmn, the retract directive must be included in the latest release of the module.

Try changing the directive to retract [v1.0.0, v1.0.3] and tagging it v1.0.3 (which would then retract itself).

@bcmills bcmills added WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. and removed WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. labels Jan 17, 2023
@fastbpmn
Copy link
Author

@fastbpmn, the retract directive must be included in the latest release of the module.

Try changing the directive to retract [v1.0.0, v1.0.3] and tagging it v1.0.3 (which would then retract itself).

Thank you for your help,I will try it tomorrow.

@seankhliao seankhliao added WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. and removed WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. labels Jan 18, 2023
@fastbpmn
Copy link
Author

I didn't have time to reply yesterday, this issue has been solved, thank you for your help.

@golang golang locked and limited conversation to collaborators Jan 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge 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

4 participants