2021-02-21 07:14:20 +00:00
|
|
|
module github.com/projectdiscovery/subfinder/v2
|
|
|
|
|
2021-03-30 10:13:04 +00:00
|
|
|
go 1.16
|
2021-02-21 07:14:20 +00:00
|
|
|
|
|
|
|
require (
|
2021-08-11 12:25:07 +00:00
|
|
|
github.com/corpix/uarand v0.1.1
|
2021-03-30 10:13:04 +00:00
|
|
|
github.com/hako/durafmt v0.0.0-20210316092057-3a2c319c1acd
|
2021-02-21 07:14:20 +00:00
|
|
|
github.com/json-iterator/go v1.1.10
|
2021-03-30 10:13:04 +00:00
|
|
|
github.com/lib/pq v1.10.0
|
|
|
|
github.com/projectdiscovery/chaos-client v0.1.8
|
2021-04-19 18:37:21 +00:00
|
|
|
github.com/projectdiscovery/dnsx v1.0.3
|
2021-02-21 07:14:20 +00:00
|
|
|
github.com/projectdiscovery/fdmax v0.0.3
|
|
|
|
github.com/projectdiscovery/gologger v1.1.4
|
2021-04-19 18:37:21 +00:00
|
|
|
github.com/rs/xid v1.3.0
|
2021-03-30 10:02:47 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-02-21 07:14:20 +00:00
|
|
|
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80
|
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
|
|
)
|