Update dependencies

This commit is contained in:
Filippo Valsorda
2022-04-25 17:52:22 +02:00
parent 6343246720
commit 4b065acd87
4 changed files with 33 additions and 149 deletions

15
go.mod
View File

@@ -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
)