-
Notifications
You must be signed in to change notification settings - Fork 710
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
Comments
I got similar errors, quite strange.
|
I've run into this error as well, same checksum diff others are seeing |
Got same errors
|
Seeing the same when revendoring: verifying github.com/grpc-ecosystem/go-grpc-middleware@v1.0.0: checksum mismatch |
Adding the following to go.mod replace section gets things moving:
|
getting this as well
|
Now we have moved to |
when using tag v.1.0.0 the issue is there, but when switching to master everything works. |
verifying github.com/grpc-ecosystem/go-grpc-middleware@v1.0.0/go.mod: checksum mismatch
downloaded: h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs=
go.sum: h1:Iju5GlWwrvL6UBg4zJJt3btmonfrMlCDdsejg4CZE7c=
go
The text was updated successfully, but these errors were encountered: