forked from caddyserver/certmagic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (22 loc) · 627 Bytes
/
go.mod
File metadata and controls
25 lines (22 loc) · 627 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module github.com/caddyserver/certmagic
go 1.24.0
require (
github.com/caddyserver/zerossl v0.1.5
github.com/klauspost/cpuid/v2 v2.3.0
github.com/libdns/libdns v1.1.1
github.com/mholt/acmez/v3 v3.1.6
github.com/miekg/dns v1.1.72
github.com/zeebo/blake3 v0.2.4
go.uber.org/zap v1.27.1
go.uber.org/zap/exp v0.3.0
golang.org/x/crypto v0.48.0
golang.org/x/net v0.50.0
)
require (
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/mod v0.33.0 // indirect
golang.org/x/sync v0.19.0 // indirect
golang.org/x/sys v0.41.0 // indirect
golang.org/x/text v0.34.0 // indirect
golang.org/x/tools v0.42.0 // indirect
)