certspotter/go.mod

11 lines
165 B
Modula-2
Raw Normal View History

2022-05-01 19:23:21 +02:00
module software.sslmate.com/src/certspotter
2023-09-01 16:56:05 +02:00
go 1.21
2022-05-01 19:23:21 +02:00
require (
2023-09-01 16:56:05 +02:00
golang.org/x/net v0.14.0
golang.org/x/sync v0.3.0
2022-05-01 19:23:21 +02:00
)
2023-02-06 15:44:19 +01:00
2023-09-01 16:56:05 +02:00
require golang.org/x/text v0.12.0 // indirect