2020-12-18 00:04:42 +05:30
|
|
|
module github.com/projectdiscovery/nuclei/v2
|
2020-07-01 16:17:24 +05:30
|
|
|
|
2020-12-17 23:50:45 +05:30
|
|
|
go 1.15
|
2020-07-01 16:17:24 +05:30
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/Knetic/govaluate v3.0.0+incompatible
|
|
|
|
|
github.com/blang/semver v3.5.1+incompatible
|
2020-11-22 17:07:40 +07:00
|
|
|
github.com/corpix/uarand v0.1.1
|
2020-07-20 00:50:25 +02:00
|
|
|
github.com/google/go-github/v32 v32.1.0
|
2020-07-01 16:17:24 +05:30
|
|
|
github.com/json-iterator/go v1.1.10
|
2020-09-23 22:38:59 +02:00
|
|
|
github.com/karrick/godirwalk v1.16.1
|
2020-12-29 18:02:45 +05:30
|
|
|
github.com/kr/pretty v0.1.0 // indirect
|
2020-07-31 18:16:55 +02:00
|
|
|
github.com/logrusorgru/aurora v2.0.3+incompatible
|
2020-10-30 12:36:16 +01:00
|
|
|
github.com/miekg/dns v1.1.35
|
2020-12-29 18:02:45 +05:30
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
2020-07-01 16:17:24 +05:30
|
|
|
github.com/pkg/errors v0.9.1
|
2020-12-17 23:50:45 +05:30
|
|
|
github.com/projectdiscovery/clistats v0.0.7
|
2020-11-26 16:21:39 +01:00
|
|
|
github.com/projectdiscovery/collaborator v0.0.2
|
2020-11-26 11:39:02 +01:00
|
|
|
github.com/projectdiscovery/fastdialer v0.0.2
|
2020-12-29 18:02:45 +05:30
|
|
|
github.com/projectdiscovery/gologger v1.1.3
|
2020-11-16 23:08:46 +01:00
|
|
|
github.com/projectdiscovery/hmap v0.0.1
|
2020-11-18 23:55:30 +01:00
|
|
|
github.com/projectdiscovery/rawhttp v0.0.4
|
2020-11-16 23:08:46 +01:00
|
|
|
github.com/projectdiscovery/retryabledns v1.0.5
|
2020-07-01 16:17:24 +05:30
|
|
|
github.com/projectdiscovery/retryablehttp-go v1.0.1
|
2020-10-08 16:34:47 +02:00
|
|
|
github.com/remeh/sizedwaitgroup v1.0.0
|
2020-10-16 13:27:02 +02:00
|
|
|
github.com/spaolacci/murmur3 v1.1.0
|
2020-12-29 18:02:45 +05:30
|
|
|
github.com/spf13/cast v1.3.1
|
2020-12-17 23:50:45 +05:30
|
|
|
github.com/stretchr/testify v1.6.1
|
2020-12-29 18:02:45 +05:30
|
|
|
go.uber.org/atomic v1.7.0
|
|
|
|
|
go.uber.org/multierr v1.6.0
|
2020-10-09 21:52:16 +02:00
|
|
|
go.uber.org/ratelimit v0.1.0
|
2020-12-17 23:50:45 +05:30
|
|
|
golang.org/x/net v0.0.0-20201216054612-986b41b23924
|
2020-12-29 18:02:45 +05:30
|
|
|
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 // indirect
|
|
|
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
2020-11-26 11:39:02 +01:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2020-07-01 16:17:24 +05:30
|
|
|
)
|