mirror of https://github.com/daffainfo/nuclei.git
19 lines
640 B
Modula-2
19 lines
640 B
Modula-2
module github.com/projectdiscovery/nuclei
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496
|
|
github.com/miekg/dns v1.1.29
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/projectdiscovery/gologger v1.0.0
|
|
github.com/projectdiscovery/retryabledns v1.0.4
|
|
github.com/projectdiscovery/retryablehttp-go v1.0.1
|
|
github.com/stretchr/testify v1.5.1
|
|
github.com/valyala/fasttemplate v1.1.0
|
|
golang.org/x/crypto v0.0.0-20200423211502-4bdfaf469ed5 // indirect
|
|
golang.org/x/net v0.0.0-20200421231249-e086a090c8fd // indirect
|
|
golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f // indirect
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
)
|