caddy-dns / namecheap

34 stars 4 forks source link

Update go.mod to fix compilation issue #1

Closed ghost64 closed 2 years ago

ghost64 commented 2 years ago

xcaddy fails to build with this module with the below error

'module declares its path as: namecheap-dns but was required as: github.com/caddy-dns/namecheap'

nrfox commented 2 years ago

@ghost64 I'm still seeing the same build error with the patch but I think the issue is the default goproxy caching the wrong module. I opened up #2 to track that.