2020-04-04 00:16:27 +05:30
|
|
|
module github.com/projectdiscovery/nuclei
|
|
|
|
|
|
|
|
|
|
go 1.14
|
2020-04-04 00:32:03 +05:30
|
|
|
|
2020-04-04 02:50:32 +05:30
|
|
|
require (
|
2020-04-04 15:59:05 +05:30
|
|
|
github.com/aws/aws-sdk-go v1.30.4 // indirect
|
|
|
|
|
github.com/miekg/dns v1.1.29 // indirect
|
2020-04-04 03:45:39 +05:30
|
|
|
github.com/projectdiscovery/gologger v1.0.0
|
2020-04-04 15:59:05 +05:30
|
|
|
github.com/projectdiscovery/massdns v0.0.0-20200331204010-f72d136ae361
|
2020-04-04 17:12:29 +05:30
|
|
|
github.com/projectdiscovery/retryablehttp-go v0.0.0-20200404113336-78da8dcb5040
|
2020-04-04 15:59:05 +05:30
|
|
|
github.com/projectdiscovery/shuffledns v1.0.2 // indirect
|
|
|
|
|
github.com/rs/xid v1.2.1
|
2020-04-04 02:50:32 +05:30
|
|
|
github.com/stretchr/testify v1.5.1
|
2020-04-04 03:26:11 +05:30
|
|
|
github.com/valyala/fasttemplate v1.1.0
|
2020-04-04 02:50:32 +05:30
|
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
|
|
|
)
|