nuclei/go.mod

10 lines
165 B
Modula-2
Raw Normal View History

2020-04-03 18:46:27 +00:00
module github.com/projectdiscovery/nuclei
go 1.14
2020-04-03 19:02:03 +00:00
2020-04-03 21:20:32 +00:00
require (
github.com/stretchr/testify v1.5.1
2020-04-03 21:56:11 +00:00
github.com/valyala/fasttemplate v1.1.0
2020-04-03 21:20:32 +00:00
gopkg.in/yaml.v2 v2.2.2
)