Closed dependabot-preview[bot] closed 4 years ago
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.
View the update logs.
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.View the update logs.