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.
View the update logs.
The module path
github.com/instrumenta/conftestfound in yourgo.moddoesn't match the actual pathgithub.com/open-policy-agent/conftestfound in the dependency'sgo.mod.Updating the module path in your
go.modtogithub.com/open-policy-agent/conftestshould resolve this issue.View the update logs.