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

v1.0.0/go.mod: checksum mismatch #206

Closed
mrxliu opened this issue Apr 20, 2019 · 8 comments
Closed

v1.0.0/go.mod: checksum mismatch #206

mrxliu opened this issue Apr 20, 2019 · 8 comments

Comments

@mrxliu
Copy link

mrxliu commented Apr 20, 2019

verifying github.com/grpc-ecosystem/go-grpc-middleware@v1.0.0/go.mod: checksum mismatch
downloaded: h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs=
go.sum: h1:Iju5GlWwrvL6UBg4zJJt3btmonfrMlCDdsejg4CZE7c=
go

@simonrad
Copy link

I got similar errors, quite strange.

verifying github.com/grpc-ecosystem/go-grpc-middleware@v0.0.0-20180522105215-e9c5d9645c43: checksum mismatch
    downloaded: h1:WF3hEPHuOkYZ8ciYf67rN96IoyTvYJaqA7RSVrsm0/s=
    go.sum:     h1:PPXATDiQACyWP4+6Wyvl+8v5bH/xYzDJMfPhse5/b14=

@alexcusack
Copy link

I've run into this error as well, same checksum diff others are seeing

@mylxsw
Copy link

mylxsw commented May 10, 2019

Got same errors

go: downloading google.golang.org/grpc v1.17.0
go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.0.0
go: downloading github.com/vadv/gopher-lua-libs v0.0.0-20190324071824-ee99d7e6a804
go: downloading gopkg.in/yaml.v2 v2.2.2
go: downloading github.com/yuin/gopher-lua v0.0.0-20190206043414-8bfc7677f583
verifying github.com/grpc-ecosystem/go-grpc-middleware@v1.0.0: checksum mismatch
	downloaded: h1:Iju5GlWwrvL6UBg4zJJt3btmonfrMlCDdsejg4CZE7c=
	go.sum:     h1:BWIsLfhgKhV5g/oF34aRjniBHLTZe5DNekSjbAjIS6c=

@tcoupland
Copy link

Seeing the same when revendoring:

verifying github.com/grpc-ecosystem/go-grpc-middleware@v1.0.0: checksum mismatch
downloaded: h1:Iju5GlWwrvL6UBg4zJJt3btmonfrMlCDdsejg4CZE7c=
go.sum: h1:BWIsLfhgKhV5g/oF34aRjniBHLTZe5DNekSjbAjIS6c=

@tcoupland
Copy link

Adding the following to go.mod replace section gets things moving:

github.com/grpc-ecosystem/go-grpc-middleware => github.com/grpc-ecosystem/go-grpc-middleware v1.0.0+incompatible

@kingwill101
Copy link

getting this as well

verifying github.com/grpc-ecosystem/go-grpc-middleware@v1.0.0: checksum mismatch
	downloaded: h1:Iju5GlWwrvL6UBg4zJJt3btmonfrMlCDdsejg4CZE7c=
	go.sum:     h1:BWIsLfhgKhV5g/oF34aRjniBHLTZe5DNekSjbAjIS6c=

@domgreen
Copy link
Contributor

Now we have moved to go mod is this still an issue or has the move fixed the issue?

@stanislavprokopov
Copy link

stanislavprokopov commented Sep 3, 2019

when using tag v.1.0.0 the issue is there, but when switching to master everything works.

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

9 participants