We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb1ea1c commit c125352Copy full SHA for c125352
1 file changed
go.mod
@@ -57,6 +57,7 @@ require (
57
github.com/projectdiscovery/awesome-search-queries v0.0.0-20260104120501-961ef30f7193
58
github.com/seh-msft/burpxml v1.0.1
59
github.com/weppos/publicsuffix-go v0.50.2
60
+ gopkg.in/yaml.v3 v3.0.1
61
)
62
63
require (
@@ -177,5 +178,4 @@ require (
177
178
golang.org/x/time v0.11.0 // indirect
179
golang.org/x/tools v0.39.0 // indirect
180
gopkg.in/ini.v1 v1.67.0 // indirect
- gopkg.in/yaml.v3 v3.0.1 // indirect
181
0 commit comments