-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
In version 1.0.0, Mergo moves to a vanity URL: dario.cat/mergo. Can update to the latest version? #3149
Comments
🤖 Hello @yeqiaojun! I'm Dosu, a friendly bot here to assist you with bugs, answer your queries, and help you become a contributor to Kratos. I'm here to help while we wait for a human maintainer. If you have any questions or need any assistance, feel free to ask. Let's make Kratos even better together! Yes, you can update Mergo to the latest version. However, since Mergo has moved to a vanity URL in version 1.0.0, you need to update the import path in your code and the module path in your Here's how you can do it:
Your updated module github.com/go-kratos/kratos/v2
go 1.19
require (
// other dependencies...
dario.cat/mergo v1.0.0
// other dependencies...
) Please note that you should replace If you have any other questions or need further clarification, feel free to ask. SourcesThis response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research. Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant. If you want to continue the conversation, start your reply with @dosu-bot. |
same issuse |
same issue |
please quick fix the require version |
According to mergo README https://github.com/darccio/mergo?tab=readme-ov-file#100 If the vanity URL is causing issues in your project due to a dependency pulling Mergo - it isn't a direct dependency in your project - it is recommended to use replace to pin the version to the last one with the old import URL:
|
same issue. when I want to update all my dependency packages to lastest version by this command: admin@lele-de-MacBook-Pro uvxlan % go get -u ./...
I got an error message. So I check the reason: admin@lele-de-MacBook-Pro uvxlan % go mod why github.com/imdario/mergo
So please fix it. |
No description provided.
The text was updated successfully, but these errors were encountered: