The module path github.com/instrumenta/conftest found in your go.mod doesn't match the actual path github.com/open-policy-agent/conftest found in the dependency's go.mod.
Updating the module path in your go.mod to github.com/open-policy-agent/conftest should resolve this issue.
The module path
github.com/instrumenta/conftest
found in yourgo.mod
doesn't match the actual pathgithub.com/open-policy-agent/conftest
found in the dependency'sgo.mod
.Updating the module path in your
go.mod
togithub.com/open-policy-agent/conftest
should resolve this issue.View the update logs.