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

go get fails with SECURITY ERROR for v4 #1

Open
ShubhamChaturvedi7 opened this issue Aug 26, 2024 · 0 comments
Open

go get fails with SECURITY ERROR for v4 #1

ShubhamChaturvedi7 opened this issue Aug 26, 2024 · 0 comments

Comments

@ShubhamChaturvedi7
Copy link

Go get fails to download the dependency.

go get  github.com/dafny-lang/DafnyRuntimeGo/v4    
go: downloading github.com/dafny-lang/DafnyRuntimeGo/v4 v4.7.0
go: github.com/dafny-lang/DafnyRuntimeGo/[email protected]: verifying module: checksum mismatch
        downloaded: h1:KmvAzhE8UDDSW22pntVGTFtErhFe27xdTdRz3qWajQk=
        sum.golang.org: h1:NeCXJa+Uyw1nLh8sWZcr2GPobEGLUqoZEG4vu9YKqVc=

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

4 participants
@ShubhamChaturvedi7 and others