module github.com/zmap/zcrypto require ( github.com/kr/pretty v0.1.0 // indirect 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.3.0 github.com/stretchr/testify v1.4.0 github.com/weppos/publicsuffix-go v0.15.1-0.20210511084619-b1f36a2d6c0b github.com/zmap/rc2 v0.0.0-20131011165748-24b9757f5521 github.com/zmap/zcertificate v0.0.0-20180516150559-0e3d58b1bac4 golang.org/x/crypto v0.0.0-20201124201722-c8d3bf9c5392 golang.org/x/net v0.0.0-20201110031124-69a78807bb2b gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 gopkg.in/yaml.v2 v2.3.0 // indirect ) go 1.16