Skip to content

Correct timestamp for oauth2 module in go.mod#310

Closed
kpfleming wants to merge 1 commit intointegrations:masterfrom
kpfleming:fix-go.mod
Closed

Correct timestamp for oauth2 module in go.mod#310
kpfleming wants to merge 1 commit intointegrations:masterfrom
kpfleming:fix-go.mod

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 kpfleming@bloomberg.net

@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 <kpfleming@bloomberg.net>
@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