We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The module path gopkg.in/urfave/cli.v1 found in your /go.mod doesn't match the actual path github.com/urfave/cli found in the dependency's go.mod.
gopkg.in/urfave/cli.v1
/go.mod
github.com/urfave/cli
go.mod
Updating the module path in your go.mod to github.com/urfave/cli should resolve this issue.
You can mention @dependabot in the comments below to contact the Dependabot team.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The module path
gopkg.in/urfave/cli.v1
found in your/go.mod
doesn't match the actual pathgithub.com/urfave/cli
found in the dependency'sgo.mod
.Updating the module path in your
go.mod
togithub.com/urfave/cli
should resolve this issue.You can mention @dependabot in the comments below to contact the Dependabot team.
The text was updated successfully, but these errors were encountered: