abiosoft/caddy-exec

undefined: httpcaddyfile.App

xmapst opened this issue · 2 comments

/go/pkg/mod/github.com/abiosoft/caddy-exec@v0.0.0-20210304195947-67052cc32b0d/caddyfile.go:185:9: undefined: httpcaddyfile.App

It looks like this commit broke the build since they are dependent on changes in Caddy's master branch which aren't yet tagged with a version.

You may need to do something like this to temporarily work around the issue, if you build from source:

go mod init caddy
go get github.com/abiosoft/caddy-exec@8d34c546e3f0aa43ba803955e7d5dd2bc7bb3780
go get github.com/caddyserver/caddy/v2
...