module github.com/projectdiscovery/rdap

go 1.12

require (
	github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
	github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 // indirect
	github.com/davecgh/go-spew v1.1.1
	github.com/jarcoal/httpmock v1.0.4
	github.com/mitchellh/go-homedir v1.1.0
	github.com/stretchr/testify v1.3.0 // indirect
	golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
	gopkg.in/alecthomas/kingpin.v2 v2.2.6
)
