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.
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 module path
gopkg.in/urfave/cli.v1found in your/go.moddoesn't match the actual pathgithub.com/urfave/clifound in the dependency'sgo.mod.Updating the module path in your
go.modtogithub.com/urfave/clishould resolve this issue.You can mention @dependabot in the comments below to contact the Dependabot team.