forked from zmap/zcrypto
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
27 lines (24 loc) · 882 Bytes
/
go.mod
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
27
module github.com/smallstep/zcrypto
go 1.18
require (
github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf
github.com/mreiferson/go-httpclient v0.0.0-20160630210159-31f0106b4474
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.10.0
github.com/weppos/publicsuffix-go v0.40.2
github.com/zmap/rc2 v0.0.0-20190804163417-abaa70531248
github.com/zmap/zcertificate v0.0.1
golang.org/x/crypto v0.32.0
golang.org/x/net v0.34.0
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/kr/text v0.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/text v0.21.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)