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
|
2021-02-02 12:10:47 +05:30
|
|
|
github.com/andygrunwald/go-jira v1.13.0
|
2020-07-01 16:17:24 +05:30
|
|
|
github.com/blang/semver v3.5.1+incompatible
|
2020-11-22 17:07:40 +07:00
|
|
|
github.com/corpix/uarand v0.1.1
|
2021-02-21 16:31:34 +05:30
|
|
|
github.com/fatih/structs v1.1.0 // indirect
|
|
|
|
|
github.com/go-rod/rod v0.91.1
|
2021-02-01 01:24:37 +05:30
|
|
|
github.com/golang/protobuf v1.4.3 // indirect
|
2021-02-02 12:10:47 +05:30
|
|
|
github.com/google/go-github v17.0.0+incompatible
|
2020-07-20 00:50:25 +02:00
|
|
|
github.com/google/go-github/v32 v32.1.0
|
2021-02-21 16:31:34 +05:30
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
|
|
|
github.com/hashicorp/go-retryablehttp v0.6.8 // indirect
|
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-07-31 18:16:55 +02:00
|
|
|
github.com/logrusorgru/aurora v2.0.3+incompatible
|
2021-02-01 01:24:37 +05:30
|
|
|
github.com/mattn/go-runewidth v0.0.10 // indirect
|
2021-02-03 02:22:48 +05:30
|
|
|
github.com/miekg/dns v1.1.38
|
2021-02-21 16:31:34 +05:30
|
|
|
github.com/mitchellh/go-ps v1.0.0
|
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
|
2021-02-22 16:10:58 +01:00
|
|
|
github.com/olekukonko/tablewriter v0.0.5
|
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
|
2021-02-24 20:26:35 +01:00
|
|
|
github.com/projectdiscovery/fastdialer v0.0.7
|
2021-02-01 01:24:37 +05:30
|
|
|
github.com/projectdiscovery/goflags 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
|
2021-02-22 16:10:58 +01:00
|
|
|
github.com/projectdiscovery/rawhttp v0.0.6
|
2021-02-24 20:26:35 +01:00
|
|
|
github.com/projectdiscovery/retryabledns v1.0.7
|
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
|
2021-02-01 01:24:37 +05:30
|
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
|
|
|
github.com/rs/xid v1.2.1
|
2021-02-16 15:23:12 +05:30
|
|
|
github.com/segmentio/ksuid v1.0.3
|
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
|
2021-02-01 01:24:37 +05:30
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-02-02 12:10:47 +05:30
|
|
|
github.com/syndtr/goleveldb v1.0.0
|
2021-02-21 16:31:34 +05:30
|
|
|
github.com/trivago/tgo v1.0.7 // indirect
|
2021-02-08 02:07:37 +05:30
|
|
|
github.com/valyala/fasttemplate v1.2.1
|
2021-02-21 16:31:34 +05:30
|
|
|
github.com/xanzy/go-gitlab v0.44.0
|
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
|
2021-02-21 16:31:34 +05:30
|
|
|
golang.org/x/crypto v0.0.0-20210218145215-b8e89b74b9df // indirect
|
2021-02-01 01:24:37 +05:30
|
|
|
golang.org/x/net v0.0.0-20210119194325-5f4716e94777
|
2021-02-21 16:31:34 +05:30
|
|
|
golang.org/x/oauth2 v0.0.0-20210218202405-ba52d332ba99
|
2020-12-29 18:02:45 +05:30
|
|
|
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 // indirect
|
2021-02-21 16:31:34 +05:30
|
|
|
golang.org/x/sys v0.0.0-20210218155724-8ebf48af031b // indirect
|
|
|
|
|
golang.org/x/text v0.3.4 // indirect
|
|
|
|
|
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324 // indirect
|
|
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
2020-11-26 11:39:02 +01:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2020-07-01 16:17:24 +05:30
|
|
|
)
|