Git Product home page Git Product logo

Comments (6)

dosubot avatar dosubot commented on May 28, 2024 2

🤖

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 go.mod file.

Here's how you can do it:

  1. Update the import paths in your code from github.com/imdario/mergo to dario.cat/mergo.

  2. Update the module path in your go.mod file from github.com/imdario/mergo v0.3.16 to dario.cat/mergo v1.0.0 or the latest version.

Your updated go.mod file should look like this:

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 v1.0.0 with the latest version of Mergo if it's not the latest one. The current version of Mergo used in the Kratos repository is v0.3.16, as indicated in the go.mod file. The latest version of Mergo available at the vanity URL dario.cat/mergo is not mentioned in the provided context. However, you can check the latest version on the Mergo's new URL.

If you have any other questions or need further clarification, feel free to ask.

Sources


This 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.

from kratos.

amao12580 avatar amao12580 commented on May 28, 2024

same issuse

from kratos.

kratos-ci-bot avatar kratos-ci-bot commented on May 28, 2024

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


same issue

from kratos.

amao12580 avatar amao12580 commented on May 28, 2024

please quick fix the require version

from kratos.

Windfarer avatar Windfarer commented on May 28, 2024

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:

replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.16

from kratos.

yangyile1990 avatar yangyile1990 commented on May 28, 2024

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 ./...

go: github.com/imdario/[email protected]: parsing go.mod:
        module declares its path as: dario.cat/mergo
                but was required as: github.com/imdario/mergo
        restoring github.com/imdario/[email protected]

I got an error message.

So I check the reason:

admin@lele-de-MacBook-Pro uvxlan % go mod why github.com/imdario/mergo

# github.com/imdario/mergo
gitlab.yyle.com/golang/uvdemo.git/main_kratos/main_kratos_config
github.com/go-kratos/kratos/v2/config
github.com/imdario/mergo

So please fix it.

from kratos.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.