certspotter/go.mod

9 lines
169 B
Modula-2
Raw Normal View History

2022-05-01 19:23:21 +02:00
module software.sslmate.com/src/certspotter
go 1.17
2022-05-01 19:23:21 +02:00
require (
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect
golang.org/x/text v0.3.7 // indirect
)