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

v2.5.0 go sum mismatch #135

Closed
wey-gu opened this issue Sep 22, 2021 · 1 comment
Closed

v2.5.0 go sum mismatch #135

wey-gu opened this issue Sep 22, 2021 · 1 comment

Comments

@wey-gu
Copy link

wey-gu commented Sep 22, 2021

❯ go get -v github.com/vesoft-inc/nebula-go/v2@v2.5.0
go: downloading github.com/vesoft-inc/nebula-go/v2 v2.5.0
go get: github.com/vesoft-inc/nebula-go/v2@v2.5.0: verifying module: checksum mismatch
	downloaded: h1:7w3bUYTAtvEA20go5XFoEDx5HbnzlOgo5VBSP3AvXtE=
	sum.golang.org: h1:A4wZoGqR1W1mQ9y/X+tV1wCMIsDkuhFMthTQKMeT8Yc=

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'.
@Aiee
Copy link
Contributor

Aiee commented Sep 22, 2021

This is caused by re-release the go module with the same tag name since the module will be permanently stored in the upstream mirror hosted by Google at its first release.
For more detail check https://proxy.golang.org/

A new tag(v2.5.1) has been released to address this problem.
go get -v github.com/vesoft-inc/nebula-go/v2@v2.5.1

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