module github.com/zmap/zcrypto require ( github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect github.com/kr/pretty v0.1.0 // indirect 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.0 github.com/zmap/rc2 v0.0.0-20190804163417-abaa70531248 github.com/zmap/zcertificate v0.0.1 golang.org/x/crypto v0.7.0 golang.org/x/net v0.8.0 gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 gopkg.in/yaml.v2 v2.3.0 // indirect ) go 1.16