OWASP/Amass/datasrcs/cloudflare.go:85:33: cannot use req.Domain (type string) as type context.Context in argument to api.ListZones:
string does not implement context.Context (missing Deadline method)
OWASP/Amass/datasrcs/cloudflare.go:91:33: not enough arguments in call to api.DNSRecords
have (string, cloudflare.DNSRecord)
want (context.Context, string, cloudflare.DNSRecord)
It appears that you used the -u flag when you attempted to build Amass by source. Updating the dependencies can cause this to happen since we have not yet tested the latest versions
OWASP/Amass/datasrcs/cloudflare.go:85:33: cannot use req.Domain (type string) as type context.Context in argument to api.ListZones: string does not implement context.Context (missing Deadline method) OWASP/Amass/datasrcs/cloudflare.go:91:33: not enough arguments in call to api.DNSRecords have (string, cloudflare.DNSRecord) want (context.Context, string, cloudflare.DNSRecord)
When i tried to install with golang