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

Fix dependency version of logrus_mate #231

Merged
merged 1 commit into from
Aug 18, 2023
Merged

Conversation

iCell
Copy link
Contributor

@iCell iCell commented Aug 18, 2023

The repository https://github.com/heralight/logrus_mate/tags does not have a tag named v1.0.1. Instead, there is a branch named v0.1.1. This discrepancy results in a warning when using go mod:

go: github.com/heralight/[email protected]: invalid version: resolves to version v1.0.1-0.20170807195635-969b6efb860e (v1.0.1 is not a tag)

This PR addresses this issue by replacing the branch name with the commit hash to prevent confusion within go mod.

@iCell iCell requested a review from hewigovens August 18, 2023 07:08
@iCell iCell merged commit 39e2813 into master Aug 18, 2023
2 checks passed
@iCell iCell deleted the shawn/fix-logrus-mate-path branch August 18, 2023 07:10
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