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

Correct timestamp for oauth2 module in go.mod #310

Closed
wants to merge 1 commit into from
Closed

Correct timestamp for oauth2 module in go.mod #310

wants to merge 1 commit into from

Conversation

kpfleming
Copy link
Contributor

The timestamp in go.mod does not match the timestamp in the
oauth2 repository, and thus all of the golang tools complain about
it. This patch corrects go.mod and go.sum to match the timestamp.

Signed-off-by: Kevin P. Fleming [email protected]

@jcudit
Copy link
Contributor

jcudit commented Jan 15, 2020

@kpfleming - see here for recent commentary on this subject. If acceptance testing fails due to this issue, I will push to resolve this. Otherwise, this is a useful fix to leave documented in case other community members run into the issue.

@kpfleming
Copy link
Contributor Author

Agreed, although the timestamp correction can be handled separately from adding the 1.13 tag to the end of the file. The timestamp is just incorrect :-)

The timestamp in go.mod does not match the timestamp in the
oauth2 repository, and thus all of the golang tools complain about
it. This patch corrects go.mod and go.sum to match the timestamp.

Signed-off-by: Kevin P. Fleming <[email protected]>
@kpfleming kpfleming closed this Nov 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants