golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
123.96k stars 17.66k forks source link

x/pkgsite: package removal request for `github.com/kitabisa/teler-waf` #68009

Closed dwisiswant0 closed 4 months ago

dwisiswant0 commented 4 months ago

Actually, I don't want to file a request to delete the package. However, I'm encountering the following issue:

$ go1.19 get -v github.com/teler-sh/teler-waf@latest
go: downloading github.com/teler-sh/teler-waf v1.4.4
go: github.com/teler-sh/teler-waf@v1.2.5: parsing go.mod:
    module declares its path as: github.com/kitabisa/teler-waf
            but was required as: github.com/teler-sh/teler-waf

When I run go get with the latest tag, it redirects: to the latest (v1.4.4) and then to the old version (& old package path) (v1.2.5).

Is there a way to resolve this without deleting the package?

gabyhelp commented 4 months ago

Similar Issues

(Emoji vote if this was helpful or unhelpful; more detailed feedback welcome in this discussion.)

seankhliao commented 4 months ago

a removal request only hides documentation, it doesn't fix any issues with mismatched paths.

Unlike many projects, the Go project does not use GitHub Issues for general discussion or asking questions. GitHub Issues are used for tracking bugs and proposals only.

For questions please refer to https://github.com/golang/go/wiki/Questions