File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -76,8 +76,8 @@ func trustedResolvers() *pool.Pool {
76
76
timeout := time .Second
77
77
cpus := runtime .NumCPU ()
78
78
// wildcard detector
79
- serv := servers .NewNameserver ("8.8.8.8" , timeout )
80
- wconns := conn .New (cpus , selectors .NewSingle (serv ))
79
+ serv := servers .NewNameserver ("8.8.8.8" )
80
+ wconns := conn .New (cpus , selectors .NewSingle (timeout , serv ))
81
81
detector = wildcards .NewDetector (serv , wconns , nil )
82
82
// the server pool
83
83
sel := selectors .NewAuthoritative (timeout , servers .NewNameserver )
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ require (
27
27
github.com/openrdap/rdap v0.9.1
28
28
github.com/owasp-amass/asset-db v0.19.2
29
29
github.com/owasp-amass/open-asset-model v0.14.0
30
- github.com/owasp-amass/resolve v0.9.7-0.20250321161500-afc5d89e1cab
30
+ github.com/owasp-amass/resolve v0.9.7-0.20250321213336-d83ce7db3dc4
31
31
github.com/samber/slog-common v0.18.1
32
32
github.com/samber/slog-syslog/v2 v2.5.2
33
33
github.com/stretchr/testify v1.10.0
Original file line number Diff line number Diff line change @@ -1156,8 +1156,8 @@ github.com/owasp-amass/asset-db v0.19.2 h1:TfrJFiT4zIHGkYAzE4rZQeF9WbX4wSu/oMoJE
1156
1156
github.com/owasp-amass/asset-db v0.19.2 /go.mod h1:zjGZL9WM2QeXO0w49I3emUO2Ha5ly0MXZP6L56XeHgw =
1157
1157
github.com/owasp-amass/open-asset-model v0.14.0 h1:ycTSBJLgNviN7tnTki4XPqk3G5QoZajC+dIVYJVTIrU =
1158
1158
github.com/owasp-amass/open-asset-model v0.14.0 /go.mod h1:DOX+SiD6PZBroSMnsILAmpf0SHi6TVpqjV4uNfBeg7g =
1159
- github.com/owasp-amass/resolve v0.9.7-0.20250321161500-afc5d89e1cab h1:ZSKjQkjvu0vugjLaRcYpmYWRl+4NOyDQu40G0xlYWrw =
1160
- github.com/owasp-amass/resolve v0.9.7-0.20250321161500-afc5d89e1cab /go.mod h1:vMF+6hOgMoiwD0FGe96wxrMoeYW072hrhOLO94SdVzY =
1159
+ github.com/owasp-amass/resolve v0.9.7-0.20250321213336-d83ce7db3dc4 h1:aZcri7lOeMwhbiIdETfzbS0gJiT6a3vsiLAgVAPCVrM =
1160
+ github.com/owasp-amass/resolve v0.9.7-0.20250321213336-d83ce7db3dc4 /go.mod h1:vMF+6hOgMoiwD0FGe96wxrMoeYW072hrhOLO94SdVzY =
1161
1161
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c /go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc =
1162
1162
github.com/pascaldekloe/goe v0.1.0 /go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc =
1163
1163
github.com/performancecopilot/speed/v4 v4.0.0 /go.mod h1:qxrSyuDGrTOWfV+uKRFhfxw6h/4HXRGUiZiufxo49BM =
You can’t perform that action at this time.
0 commit comments