module github.com/zmap/zcrypto require ( github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf 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.3.0 github.com/weppos/publicsuffix-go v0.4.0 github.com/zmap/rc2 v0.0.0-20131011165748-24b9757f5521 github.com/zmap/zcertificate v0.0.0-20180516150559-0e3d58b1bac4 golang.org/x/net v0.0.0-20190301231341-16b79f2e4e95 golang.org/x/text v0.3.0 // indirect gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 )