mirror of
https://github.com/FiloSottile/mkcert.git
synced 2025-10-13 16:31:41 +08:00
12 lines
315 B
Modula-2
12 lines
315 B
Modula-2
module filippo.io/mkcert
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
golang.org/x/net v0.0.0-20201021035429-f5854403a974
|
|
golang.org/x/tools v0.0.0-20201124202034-299f270db459
|
|
honnef.co/go/tools v0.0.1-2020.1.6
|
|
howett.net/plist v0.0.0-20181124034731-591f970eefbb
|
|
software.sslmate.com/src/go-pkcs12 v0.0.0-20180114231543-2291e8f0f237
|
|
)
|