lucaslorentz / caddy-supervisor

Run and supervise background processes from Caddy
MIT License
33 stars 13 forks source link

Fix import and upgrade caddyserver version to 1.0.3 #10

Closed FlorianPerrot closed 4 years ago

FlorianPerrot commented 5 years ago

Error on build with latest version :

go: finding github.com/lucaslorentz/caddy-supervisor/httpplugin latest
go: finding github.com/lucaslorentz/caddy-supervisor/servertype latest
go: finding github.com/mholt/caddy/caddy/caddymain latest
go: finding github.com/mholt/caddy/caddy latest
go: github.com/mholt/caddy@v1.0.3: parsing go.mod: unexpected module path "github.com/caddyserver/caddy"
go: error loading module requirements
lucaslorentz commented 4 years ago

Thanks. The build error is fixed in this PR as well, maybe go modules helped: https://github.com/lucaslorentz/caddy-supervisor/pull/11