Skip to content

Fix checksum error in go.sum #378

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

Closed
wants to merge 1 commit into from
Closed

Fix checksum error in go.sum #378

wants to merge 1 commit into from

Conversation

ryboe
Copy link
Contributor

@ryboe ryboe commented Jan 26, 2019

go.sum contained the wrong checksum for the go-misc repo. I fixed it like this:

> rm go.sum
> GO111MODULE=on go mod tidy

I'm not sure what this means or how that happens. I'm using Go 1.11.5.

go.sum contained the wrong checksum for the go-misc repo.
@CLAassistant
Copy link

CLAassistant commented Jan 26, 2019

CLA assistant check
All committers have signed the CLA.

@ryboe
Copy link
Contributor Author

ryboe commented Jan 26, 2019

I'm not sure what's causing this. Clearing out the module cache on my system (go clean -modcache) and rerunning those commands changes the checksum too. Sorry for the noise!

@ryboe ryboe closed this Jan 26, 2019
@jirfag
Copy link
Contributor

jirfag commented Jan 26, 2019

see #344 for details and links

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

Successfully merging this pull request may close these issues.

3 participants