The module path github.com/mholt/certmagic found in your go.mod doesn't match the actual path github.com/caddyserver/certmagic found in the dependency's go.mod.
Updating the module path in your go.mod to github.com/caddyserver/certmagic should resolve this issue.
View the update logs.
The module path
github.com/mholt/certmagicfound in yourgo.moddoesn't match the actual pathgithub.com/caddyserver/certmagicfound in the dependency'sgo.mod.Updating the module path in your
go.modtogithub.com/caddyserver/certmagicshould resolve this issue.View the update logs.