Switch to Go modules

This commit is contained in:
Andrew Ayer 2022-05-01 13:23:21 -04:00
parent 2335a57569
commit c59eecfdec
2 changed files with 12 additions and 0 deletions

8
go.mod Normal file
View File

@ -0,0 +1,8 @@
module software.sslmate.com/src/certspotter
go 1.18
require (
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect
golang.org/x/text v0.3.7 // indirect
)

4
go.sum Normal file
View File

@ -0,0 +1,4 @@
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 h1:HVyaeDAYux4pnY+D/SiwmLOR36ewZ4iGQIIrtnuCjFA=
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk=
golang.org/x/text v0.3.7 h1:olpwvP2KacW1ZWvsR7uQhoyTYvKAupfQrRGBFM352Gk=
golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=