2020-07-01 16:17:24 +05:30
|
|
|
module github.com/projectdiscovery/nuclei/v2
|
|
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/Knetic/govaluate v3.0.0+incompatible
|
|
|
|
|
github.com/blang/semver v3.5.1+incompatible
|
|
|
|
|
github.com/d5/tengo/v2 v2.6.0
|
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
|
|
|
|
|
github.com/karrick/godirwalk v1.15.6
|
2020-07-31 18:16:55 +02:00
|
|
|
github.com/logrusorgru/aurora v2.0.3+incompatible
|
2020-08-02 12:36:17 +02:00
|
|
|
github.com/miekg/dns v1.1.31
|
2020-07-01 16:17:24 +05:30
|
|
|
github.com/pkg/errors v0.9.1
|
2020-07-31 18:16:55 +02:00
|
|
|
github.com/projectdiscovery/gologger v1.0.1
|
2020-07-01 16:17:24 +05:30
|
|
|
github.com/projectdiscovery/retryabledns v1.0.4
|
|
|
|
|
github.com/projectdiscovery/retryablehttp-go v1.0.1
|
2020-08-25 23:24:31 +02:00
|
|
|
github.com/stretchr/testify v1.5.1
|
2020-07-23 20:19:19 +02:00
|
|
|
github.com/vbauerster/mpb/v5 v5.2.4
|
2020-07-10 09:04:38 +02:00
|
|
|
golang.org/x/net v0.0.0-20200707034311-ab3426394381
|
2020-07-01 16:17:24 +05:30
|
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
|
|
|
)
|