forked from zmap/zcrypto
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (24 loc) · 884 Bytes
/
go.mod
File metadata and controls
27 lines (24 loc) · 884 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
27
module github.com/smallstep/zcrypto
go 1.25.0
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.4
github.com/stretchr/testify v1.11.1
github.com/weppos/publicsuffix-go v0.50.2
github.com/zmap/rc2 v0.0.0-20190804163417-abaa70531248
github.com/zmap/zcertificate v0.0.1
golang.org/x/crypto v0.48.0
golang.org/x/net v0.51.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.41.0 // indirect
golang.org/x/text v0.34.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)