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 [type path here] #53915

Closed
rppala3 opened this issue Jul 16, 2022 · 1 comment
Closed

x/pkgsite: package removal request for [type path here] #53915

rppala3 opened this issue Jul 16, 2022 · 1 comment

Comments

@rppala3
Copy link

rppala3 commented Jul 16, 2022

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

github.com/rppala3/broadcast-go

Are you the owner of this package?

yes

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

I renamed the git repository from broadcast-go to broadcast-channel and now I'm facing this error:

go: github.com/rppala3/broadcast-channel@v1.0.0: parsing go.mod:
	module declares its path as: github.com/rppala3/broadcast-go
	        but was required as: github.com/rppala3/broadcast-channel

I temporally solved writing the line below into the go.mod, but I would like solve this misaddressing online as well.
replace github.com/rppala3/broadcast-channel v1.0.0 => github.com/rppala3/broadcast-go v1.0.0

@gopherbot gopherbot added this to the Unreleased milestone Jul 16, 2022
@seankhliao
Copy link
Member

The contents of the module proxy are immutable. Removing it from pkgsite won't fix the problem. fix your go.mod and bump up the version.

@seankhliao seankhliao closed this as not planned Won't fix, can't repro, duplicate, stale Jul 16, 2022
@golang golang locked and limited conversation to collaborators Jul 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants