certspotter/go.mod

11 lines
165 B
Modula-2
Raw Permalink 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-10-26 22:51:15 +02:00
golang.org/x/net v0.17.0
golang.org/x/sync v0.4.0
2022-05-01 19:23:21 +02:00
)
2023-02-06 15:44:19 +01:00
2023-10-26 22:51:15 +02:00
require golang.org/x/text v0.13.0 // indirect