mirror of
https://github.com/go-gitea/gitea.git
synced 2024-05-11 05:55:29 +00:00
* use certmagic for more extensible/robust ACME cert handling * accept TOS based on config option Signed-off-by: Andrew Thornton <[email protected]> Co-authored-by: zeripath <[email protected]> Co-authored-by: Lauris BH <[email protected]>
13 lines
272 B
AMPL
Vendored
13 lines
272 B
AMPL
Vendored
module github.com/caddyserver/certmagic
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/klauspost/cpuid v1.2.5
|
|
github.com/libdns/libdns v0.1.0
|
|
github.com/mholt/acmez v0.1.1
|
|
github.com/miekg/dns v1.1.30
|
|
go.uber.org/zap v1.15.0
|
|
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
|
|
)
|