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

github.com/polarismesh/[email protected]: verifying module: checksum mismatch #91

Open
mason51 opened this issue Oct 8, 2023 · 2 comments

Comments

@mason51
Copy link

mason51 commented Oct 8, 2023

polarismesh/specification 安装失败

go clean -modcache && go mod tidy

提示:
github.com/polarismesh/specification/source/go/api/v1/model: github.com/polarismesh/[email protected]: verifying module: checksum mismatch
downloaded: h1:Rh+Ayz1L2b43CQx+KaBBGgaqMHJ+grrovPRSqA967ZI=
sum.golang.org: h1:fm7sUtFZC2g9+lLmRCtjGrUow47CY5JDFoZXwwCQGGY=

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'.

@WTIFS
Copy link

WTIFS commented Oct 8, 2023

+1。我现在是手动改 go.mod 里的 spec 到 1.4.1 来使用

@mason51
Copy link
Author

mason51 commented Oct 9, 2023

主要是 polarismesh/polaris-go v1.5.4 引入了 polarismesh/specification v1.4.0, 并非我的项目直接引入.
那我也主动去改 go.mod 吧

require(
github.com/polarismesh/specification v1.4.1 // indirect
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants