2020-12-17 18:34:42 +00:00
|
|
|
module github.com/projectdiscovery/nuclei/v2
|
2020-07-01 10:47:24 +00:00
|
|
|
|
2020-12-17 18:20:45 +00:00
|
|
|
go 1.15
|
2020-07-01 10:47:24 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/Knetic/govaluate v3.0.0+incompatible
|
2021-02-02 06:40:47 +00:00
|
|
|
github.com/andygrunwald/go-jira v1.13.0
|
2020-07-01 10:47:24 +00:00
|
|
|
github.com/blang/semver v3.5.1+incompatible
|
2020-11-22 10:07:40 +00:00
|
|
|
github.com/corpix/uarand v0.1.1
|
2021-02-21 11:01:34 +00:00
|
|
|
github.com/fatih/structs v1.1.0 // indirect
|
|
|
|
github.com/go-rod/rod v0.91.1
|
2021-01-31 19:54:37 +00:00
|
|
|
github.com/golang/protobuf v1.4.3 // indirect
|
|
|
|
github.com/google/go-cmp v0.5.2 // indirect
|
2021-02-02 06:40:47 +00:00
|
|
|
github.com/google/go-github v17.0.0+incompatible
|
2020-07-19 22:50:25 +00:00
|
|
|
github.com/google/go-github/v32 v32.1.0
|
2021-01-31 19:54:37 +00:00
|
|
|
github.com/gorilla/mux v1.8.0
|
2021-02-21 11:01:34 +00:00
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
|
|
github.com/hashicorp/go-retryablehttp v0.6.8 // indirect
|
2020-07-01 10:47:24 +00:00
|
|
|
github.com/json-iterator/go v1.1.10
|
2020-09-23 20:38:59 +00:00
|
|
|
github.com/karrick/godirwalk v1.16.1
|
2020-07-31 16:16:55 +00:00
|
|
|
github.com/logrusorgru/aurora v2.0.3+incompatible
|
2021-01-31 19:54:37 +00:00
|
|
|
github.com/mattn/go-runewidth v0.0.10 // indirect
|
2021-02-02 20:52:48 +00:00
|
|
|
github.com/miekg/dns v1.1.38
|
2021-02-21 11:01:34 +00:00
|
|
|
github.com/mitchellh/go-ps v1.0.0
|
2020-12-29 12:32:45 +00:00
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
2021-01-31 19:54:37 +00:00
|
|
|
github.com/olekukonko/tablewriter v0.0.4
|
2020-07-01 10:47:24 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2020-12-17 18:20:45 +00:00
|
|
|
github.com/projectdiscovery/clistats v0.0.7
|
2020-11-26 15:21:39 +00:00
|
|
|
github.com/projectdiscovery/collaborator v0.0.2
|
2021-02-18 23:08:10 +00:00
|
|
|
github.com/projectdiscovery/fastdialer v0.0.6-0.20210218003601-ea4a59eb5ffd
|
2021-01-31 19:54:37 +00:00
|
|
|
github.com/projectdiscovery/goflags v0.0.2
|
2020-12-29 12:32:45 +00:00
|
|
|
github.com/projectdiscovery/gologger v1.1.3
|
2020-11-16 22:08:46 +00:00
|
|
|
github.com/projectdiscovery/hmap v0.0.1
|
2020-11-18 22:55:30 +00:00
|
|
|
github.com/projectdiscovery/rawhttp v0.0.4
|
2021-02-02 20:52:48 +00:00
|
|
|
github.com/projectdiscovery/retryabledns v1.0.6
|
2020-07-01 10:47:24 +00:00
|
|
|
github.com/projectdiscovery/retryablehttp-go v1.0.1
|
2020-10-08 14:34:47 +00:00
|
|
|
github.com/remeh/sizedwaitgroup v1.0.0
|
2021-01-31 19:54:37 +00:00
|
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
|
|
github.com/rs/xid v1.2.1
|
2021-02-16 09:53:12 +00:00
|
|
|
github.com/segmentio/ksuid v1.0.3
|
2020-10-16 11:27:02 +00:00
|
|
|
github.com/spaolacci/murmur3 v1.1.0
|
2020-12-29 12:32:45 +00:00
|
|
|
github.com/spf13/cast v1.3.1
|
2021-01-31 19:54:37 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-02-02 06:40:47 +00:00
|
|
|
github.com/syndtr/goleveldb v1.0.0
|
2021-02-21 11:01:34 +00:00
|
|
|
github.com/trivago/tgo v1.0.7 // indirect
|
2021-02-07 20:37:37 +00:00
|
|
|
github.com/valyala/fasttemplate v1.2.1
|
2021-02-21 11:01:34 +00:00
|
|
|
github.com/xanzy/go-gitlab v0.44.0
|
2020-12-29 12:32:45 +00:00
|
|
|
go.uber.org/atomic v1.7.0
|
|
|
|
go.uber.org/multierr v1.6.0
|
2020-10-09 19:52:16 +00:00
|
|
|
go.uber.org/ratelimit v0.1.0
|
2021-02-21 11:01:34 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20210218145215-b8e89b74b9df // indirect
|
2021-01-31 19:54:37 +00:00
|
|
|
golang.org/x/net v0.0.0-20210119194325-5f4716e94777
|
2021-02-21 11:01:34 +00:00
|
|
|
golang.org/x/oauth2 v0.0.0-20210218202405-ba52d332ba99
|
2020-12-29 12:32:45 +00:00
|
|
|
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 // indirect
|
2021-02-21 11:01:34 +00:00
|
|
|
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 10:39:02 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2020-07-01 10:47:24 +00:00
|
|
|
)
|