You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the path of the package that you would like to have removed?
github.com/Xeway/big-math
Are you the owner of this package?
Yes.
What is the reason that you could not retract this package instead?
I changed my repo's name from bigmath to big-math (+ changed my go.mod and uploaded a new version, and I did go get github.com/Xeway/bigmath@latest). So I requested https://pkg.go.dev/github.com/Xeway/bigmath to be created, but it redirects to https://pkg.go.dev/github.com/Xeway/big-math
When I want to refresh big-math to the new version (by doing go get github.com/Xeway/big-math@latest), I get an error (which is logic):
go: github.com/Xeway/big-math@v1.0.9: parsing go.mod:
module declares its path as: github.com/Xeway/bigmath
but was required as: github.com/Xeway/big-math
but on pkg.go.dev, the package still exists and is not at the newest version.
Xeway
changed the title
x/pkgsite: package removal request for [type path here]
x/pkgsite: package removal request for github.com/Xeway/big-math
Aug 30, 2022
What is the path of the package that you would like to have removed?
github.com/Xeway/big-math
Are you the owner of this package?
Yes.
What is the reason that you could not retract this package instead?
I changed my repo's name from bigmath to big-math (+ changed my go.mod and uploaded a new version, and I did
go get github.com/Xeway/bigmath@latest
). So I requested https://pkg.go.dev/github.com/Xeway/bigmath to be created, but it redirects to https://pkg.go.dev/github.com/Xeway/big-mathWhen I want to refresh big-math to the new version (by doing
go get github.com/Xeway/big-math@latest
), I get an error (which is logic):but on pkg.go.dev, the package still exists and is not at the newest version.
So I want https://pkg.go.dev/github.com/Xeway/bigmath to not redirect to https://pkg.go.dev/github.com/Xeway/big-math.
And alkso want https://pkg.go.dev/github.com/Xeway/big-math to be either removed or redirected to https://pkg.go.dev/github.com/Xeway/bigmath
Hope this is clear.
Thanks in advance.
The text was updated successfully, but these errors were encountered: