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.3
	github.com/stretchr/testify v1.7.0
	github.com/weppos/publicsuffix-go v0.40.2
	github.com/zmap/rc2 v0.0.0-20190804163417-abaa70531248
	github.com/zmap/zcertificate v0.0.1
	golang.org/x/crypto v0.25.0
	golang.org/x/net v0.27.0
	gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
)

go 1.16
