mirror of
https://github.com/go-gitea/gitea
synced 2024-11-02 08:14:25 +00:00
d2ea21d0d8
* use certmagic for more extensible/robust ACME cert handling * accept TOS based on config option Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: Lauris BH <lauris@nix.lv>
13 lines
272 B
Modula-2
Vendored
13 lines
272 B
Modula-2
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
|
|
)
|