mirror of
https://github.com/go-gitea/gitea
synced 2024-11-02 08:14:25 +00:00
13 lines
272 B
Modula-2
13 lines
272 B
Modula-2
|
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
|
||
|
)
|