mirror of
https://github.com/FiloSottile/mkcert.git
synced 2025-10-14 00:41:40 +08:00
Update dependencies
This commit is contained in:
15
go.mod
15
go.mod
@@ -1,11 +1,14 @@
|
||||
module filippo.io/mkcert
|
||||
|
||||
go 1.13
|
||||
go 1.18
|
||||
|
||||
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
|
||||
golang.org/x/net v0.0.0-20220421235706-1d1ef9303861
|
||||
howett.net/plist v1.0.0
|
||||
software.sslmate.com/src/go-pkcs12 v0.2.0
|
||||
)
|
||||
|
||||
require (
|
||||
golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 // indirect
|
||||
golang.org/x/text v0.3.7 // indirect
|
||||
)
|
||||
|
Reference in New Issue
Block a user