-
Notifications
You must be signed in to change notification settings - Fork 243
Closed
Description
Describe the problem
The module checksum for v0.15.0 in this repository does not match the checksum recorded in Go's checksum database. This might indicate that the module has been retagged or the source code has been modified after the initial release.
When trying to download the module directly from github, the following error occurs:
$ GOPROXY=direct go get github.com/wader/[email protected]
go: downloading github.com/wader/fq v0.15.0
go: github.com/wader/[email protected]: verifying module: checksum mismatch
downloaded: h1:qCU5KpMgLoxOi7hhlzxElErLc2Q4dcNo+kJfwW6c7Ac=
sum.golang.org: h1:z9nxDqJBIY+4bYLo+4Xiqxp32V0HcLiKaec7q6iA4f4=
SECURITY ERROR
This download does NOT match the one reported by the checksum server.
The bits may have been replaced on the origin server, or an attacker may
have intercepted the download attempt.
For more information, see 'go help module-auth'.
Possible causes
As i checked, the tag was deleted due to readme problems and recreated pointing to different commits.
Expected behavior
The module should download successfully without checksum verification errors.
Proposed solution
- If legitimate, release a new version to resolve the issue
- Avoid retagging existing versions to maintain checksum integrity
Metadata
Metadata
Assignees
Labels
No labels