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 (
2023-02-03 21:49:16 +01:00
golang.org/x/exp v0.0.0-20230203172020-98cc5a0785f9 // 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
)