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.

go.mod 328B

12345678910111213
  1. module github.com/caddyserver/certmagic
  2. go 1.14
  3. require (
  4. github.com/klauspost/cpuid/v2 v2.0.6
  5. github.com/libdns/libdns v0.2.1
  6. github.com/mholt/acmez v0.1.3
  7. github.com/miekg/dns v1.1.42
  8. go.uber.org/zap v1.17.0
  9. golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
  10. golang.org/x/net v0.0.0-20210525063256-abc453219eb5
  11. )