nuclei/go.mod

9 lines
125 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
gopkg.in/yaml.v2 v2.2.2
)