Upgrade dependency #450
Labels
Status: Completed
Nothing further to be done with this issue. Awaiting to be closed.
Type: Enhancement
Most issues will probably ask for additions or changes.
When using naabu, subfinder, httpx, nuclei as libraries for my personal project, I always have dependency conflict issue because the above projects use different versions of dependencies.
For example:
The current naabu uses
github.com/projectdiscovery/stringsutil v0.0.0-20220712170325-48c50c332cb4
while nuclei usesgit.luolix.top/projectdiscovery/stringsutil v0.0.1
which makes naabu and nuclei unusable as libraries on the same project due to conflict of stringsutil.Before medthod in https://github.com/projectdiscovery/naabu/blob/master/v2/pkg/scan/scan.go#L388The text was updated successfully, but these errors were encountered: