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 imdario/mergo version #56

Merged
merged 1 commit into from
Oct 16, 2024
Merged

Fix imdario/mergo version #56

merged 1 commit into from
Oct 16, 2024

Conversation

mathieu-benoit
Copy link
Contributor

@mathieu-benoit mathieu-benoit commented Oct 16, 2024

Fixing #49 by running go mod edit -replace github.com/imdario/mergo=dario.cat/[email protected].

I then was able to successfully run:

go mod tidy
go get -u all

Signed-off-by: Mathieu Benoit <[email protected]>
@mathieu-benoit mathieu-benoit changed the title Fix imdario/mergo version Fix imdario/mergo version Oct 16, 2024
@mathieu-benoit mathieu-benoit self-assigned this Oct 16, 2024
@mathieu-benoit mathieu-benoit merged commit 92c85b8 into main Oct 16, 2024
4 checks passed
@mathieu-benoit mathieu-benoit deleted the fix-mergo-version branch October 16, 2024 03:20
@mathieu-benoit
Copy link
Contributor Author

And after the merge into main, Dependabot` is now back to normal:
image

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.

[bug] "module declares its path as: dario.cat/mergo but was required as: github.com/imdario/mergo"
1 participant