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.0 github.com/stretchr/testify v1.7.0 github.com/weppos/publicsuffix-go v0.30.2-0.20230730094716-a20f9abcc222 github.com/zmap/rc2 v0.0.0-20190804163417-abaa70531248 github.com/zmap/zcertificate v0.0.1 golang.org/x/crypto v0.17.0 golang.org/x/net v0.12.0 gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 ) go 1.16