mirror of
https://github.com/SSLMate/certspotter.git
synced 2025-07-01 10:35:33 +02:00
12 lines
216 B
Modula-2
12 lines
216 B
Modula-2
module software.sslmate.com/src/certspotter
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
golang.org/x/exp v0.0.0-20230213192124-5e25df0256eb
|
|
golang.org/x/net v0.7.0
|
|
golang.org/x/sync v0.1.0
|
|
)
|
|
|
|
require golang.org/x/text v0.7.0 // indirect
|