Switch to modules 🙌

This commit is contained in:
Filippo Valsorda
2018-08-14 02:20:07 -04:00
parent 44af1b6556
commit 26ac5f3539
62 changed files with 28 additions and 106700 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module github.com/FiloSottile/mkcert
require (
github.com/DHowett/go-plist v0.0.0-20180609054337-500bd5b9081b
golang.org/x/net v0.0.0-20180627171509-e514e69ffb8b
golang.org/x/text v0.3.0 // indirect
software.sslmate.com/src/go-pkcs12 v0.0.0-20180114231543-2291e8f0f237
)