mirror of
https://github.com/FiloSottile/mkcert.git
synced 2025-10-13 16:31:41 +08:00

This pattern has a number of advantages: it tracks the versions of the tools in go.mod, it doesn't require installing anything in CI, it runs all analysis passes at once, and it lets us add custom ones easily.
12 lines
346 B
Modula-2
12 lines
346 B
Modula-2
module github.com/FiloSottile/mkcert
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
|
|
golang.org/x/tools v0.0.0-20191108193012-7d206e10da11
|
|
honnef.co/go/tools v0.0.0-20191107024926-a9480a3ec3bc
|
|
howett.net/plist v0.0.0-20181124034731-591f970eefbb
|
|
software.sslmate.com/src/go-pkcs12 v0.0.0-20180114231543-2291e8f0f237
|
|
)
|