forked from zmap/zcrypto
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (23 loc) · 835 Bytes
/
go.mod
File metadata and controls
26 lines (23 loc) · 835 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/zmap/zcrypto
require (
github.com/mreiferson/go-httpclient v0.0.0-20201222173833-5e475fde3a4d
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.11.1
github.com/weppos/publicsuffix-go v0.50.1-0.20251017103100-a363bfbecc27
github.com/zmap/zcertificate v0.0.1
golang.org/x/crypto v0.43.0
golang.org/x/net v0.46.0
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
golang.org/x/sys v0.37.0 // indirect
golang.org/x/text v0.30.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
go 1.24.0