module github.com/smallstep/zcrypto

go 1.18

require (
	github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf
	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.4.2
	github.com/stretchr/testify v1.3.0
	github.com/weppos/publicsuffix-go v0.4.0
	github.com/zmap/rc2 v0.0.0-20190804163417-abaa70531248
	github.com/zmap/zcertificate v0.0.0-20190521191901-30e388164f71
	golang.org/x/crypto v0.0.0-20180904163835-0709b304e793
	golang.org/x/net v0.0.0-20190301231341-16b79f2e4e95
	gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
)

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
	github.com/kr/pretty v0.1.0 // indirect
	github.com/kr/text v0.1.0 // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
	golang.org/x/sys v0.0.0-20190422165155-953cdadca894 // indirect
	golang.org/x/text v0.3.0 // indirect
)
