Skip to content

Commit a74c395

Browse files
committed
updates
1 parent 74f2aaf commit a74c395

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

engine/plugins/support/resolvers.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ func trustedResolvers() *pool.Pool {
7676
timeout := time.Second
7777
cpus := runtime.NumCPU()
7878
// 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))
8181
detector = wildcards.NewDetector(serv, wconns, nil)
8282
// the server pool
8383
sel := selectors.NewAuthoritative(timeout, servers.NewNameserver)

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ require (
2727
github.com/openrdap/rdap v0.9.1
2828
github.com/owasp-amass/asset-db v0.19.2
2929
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
3131
github.com/samber/slog-common v0.18.1
3232
github.com/samber/slog-syslog/v2 v2.5.2
3333
github.com/stretchr/testify v1.10.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1156,8 +1156,8 @@ github.com/owasp-amass/asset-db v0.19.2 h1:TfrJFiT4zIHGkYAzE4rZQeF9WbX4wSu/oMoJE
11561156
github.com/owasp-amass/asset-db v0.19.2/go.mod h1:zjGZL9WM2QeXO0w49I3emUO2Ha5ly0MXZP6L56XeHgw=
11571157
github.com/owasp-amass/open-asset-model v0.14.0 h1:ycTSBJLgNviN7tnTki4XPqk3G5QoZajC+dIVYJVTIrU=
11581158
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=
11611161
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc=
11621162
github.com/pascaldekloe/goe v0.1.0/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc=
11631163
github.com/performancecopilot/speed/v4 v4.0.0/go.mod h1:qxrSyuDGrTOWfV+uKRFhfxw6h/4HXRGUiZiufxo49BM=

0 commit comments

Comments
 (0)