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: fix invalid pseudo versions #333

Closed
wants to merge 1 commit into from

Conversation

marwan-at-work
Copy link

@marwan-at-work marwan-at-work commented Aug 7, 2019

Go 1.13 seems to invalidate golang.org/x/lint v0.0.0-20190511005446-959b441ac422 and furthermore, this repo seems to not need it since running go mod tidy removes it completely. Out of curiosity, was this pseudo version manually written?

For more info see, golang/go#33513

@patryk
Copy link

patryk commented Aug 8, 2019

Thanks for raising the issue. I'm not completely sure what 1.13 proxy issue is, but removed unused golang.org/x/lint reference anyways. If there is still anything to fix, please let me know.

@patryk patryk closed this Aug 8, 2019
@marwan-at-work
Copy link
Author

@patryk there's still a problem with golang.org/x/time because the pseudo version timestamp is incorrect. Can you please fix that or re-open the PR?

@marwan-at-work
Copy link
Author

For more context, I linked the Go issue above, TL;DR is that your go.mod file has what seems to be manually written pseudo semvers that Go 1.13 no longer accepts. Your pseudo version timestamp must match the commit timestamp

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.

2 participants