certspotter/go.mod

11 lines
244 B
Modula-2
Raw Normal View History

2022-05-01 19:23:21 +02:00
module software.sslmate.com/src/certspotter
go 1.19
2022-05-01 19:23:21 +02:00
require (
golang.org/x/exp v0.0.0-20230118134722-a68e582fa157 // indirect
golang.org/x/net v0.5.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/text v0.6.0 // indirect
2022-05-01 19:23:21 +02:00
)