Closed dependabot-preview[bot] closed 4 years ago
The module path github.com/knative/serving found in your /go.mod doesn't match the actual path knative.dev/serving found in the dependency's go.mod.
github.com/knative/serving
/go.mod
knative.dev/serving
go.mod
Updating the module path in your go.mod to knative.dev/serving should resolve this issue.
View the update logs.
The module path
github.com/knative/serving
found in your/go.mod
doesn't match the actual pathknative.dev/serving
found in the dependency'sgo.mod
.Updating the module path in your
go.mod
toknative.dev/serving
should resolve this issue.View the update logs.