You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
328 B
13 lines
328 B
module github.com/caddyserver/certmagic
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/klauspost/cpuid/v2 v2.0.6
|
|
github.com/libdns/libdns v0.2.1
|
|
github.com/mholt/acmez v0.1.3
|
|
github.com/miekg/dns v1.1.42
|
|
go.uber.org/zap v1.17.0
|
|
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
|
|
golang.org/x/net v0.0.0-20210525063256-abc453219eb5
|
|
)
|
|
|