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 mod tidy #629

Closed
DingKingTim opened this issue Sep 19, 2019 · 2 comments
Closed

go mod tidy #629

DingKingTim opened this issue Sep 19, 2019 · 2 comments

Comments

@DingKingTim
Copy link

DingKingTim commented Sep 19, 2019

When i test micro-example(https://github.com/micro/examples/tree/master/config/grpc/srv), running go mod init and go mod tidy and then report error:

verifying github.com/gogo/protobuf@v0.0.0-20190410021324-65acae22fc9/go.mod: github.com/gogo/protobuf@v0.0.0-20190410021324-65acae22fc9/go.mod: malformed record data

@DingKingTim
Copy link
Author

steps that I performed(Before to do the flowing step I executed go clean -modcache):

$ git clone https://github.com/micro/examples.git
$ cd examples/config
$ go mod init config
$ go mod tidy
verifying github.com/gogo/protobuf@v0.0.0-20190410021324-65acae22fc9/go.mod: github.com/gogo/protobuf@v0.0.0-20190410021324-65acae22fc9/go.mod: malformed record data

@DingKingTim
Copy link
Author

golang/go#34394

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

1 participant