nuclei/go.mod

18 lines
610 B
Modula-2
Raw Normal View History

2020-04-04 00:16:27 +05:30
module github.com/projectdiscovery/nuclei
go 1.14
2020-04-04 00:32:03 +05:30
2020-04-04 02:50:32 +05:30
require (
2020-04-24 17:22:28 +02:00
github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496
github.com/miekg/dns v1.1.29
2020-04-04 03:45:39 +05:30
github.com/projectdiscovery/gologger v1.0.0
2020-04-26 05:50:19 +05:30
github.com/projectdiscovery/retryabledns v1.0.4
2020-04-10 15:22:54 +05:30
github.com/projectdiscovery/retryablehttp-go v1.0.1
2020-04-26 05:50:19 +05:30
github.com/stretchr/testify v1.5.1
2020-04-04 03:26:11 +05:30
github.com/valyala/fasttemplate v1.1.0
2020-04-26 05:50:19 +05:30
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
2020-04-04 18:10:26 +05:30
gopkg.in/yaml.v2 v2.2.8
2020-04-04 02:50:32 +05:30
)