mirror of
https://github.com/caddyserver/caddy.git
synced 2024-11-22 22:17:51 +08:00
043eb1d9e5
* set automatic https error type for cert-magic failures * add state to onload and unload methods * update reverse proxy to use Provision() and Cleanup()
13 lines
354 B
Modula-2
13 lines
354 B
Modula-2
module bitbucket.org/lightcodelabs/caddy2
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/go-acme/lego v2.5.0+incompatible
|
|
github.com/klauspost/cpuid v1.2.1
|
|
github.com/mholt/certmagic v0.5.1
|
|
github.com/starlight-go/starlight v0.0.0-20181207205707-b06f321544f3
|
|
go.starlark.net v0.0.0-20190506145734-95b2783e7d63
|
|
golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c
|
|
)
|