certmagic/go.mod
Matthew Holt ba418d86ad
go.mod: Upgrade acmez
This stores the account with the cert metadata
2024-08-08 12:42:12 -06:00

27 lines
618 B
Modula-2

module github.com/caddyserver/certmagic
go 1.21.0
toolchain go1.22.2
require (
github.com/caddyserver/zerossl v0.1.3
github.com/klauspost/cpuid/v2 v2.2.7
github.com/libdns/libdns v0.2.2
github.com/mholt/acmez/v2 v2.0.2
github.com/miekg/dns v1.1.59
github.com/zeebo/blake3 v0.2.3
go.uber.org/zap v1.27.0
golang.org/x/crypto v0.23.0
golang.org/x/net v0.25.0
)
require (
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/text v0.15.0 // indirect
golang.org/x/tools v0.21.0 // indirect
)