Replies: 6 comments
-
|
Thanks for including a workaround in the issue and the notice about some breaking changes. Tagging @ehsandeep to check on whether these have been addressed in the dev branch or not. |
Beta Was this translation helpful? Give feedback.
-
|
@niallnsec |
Beta Was this translation helpful? Give feedback.
-
|
same issue with me. |
Beta Was this translation helpful? Give feedback.
-
|
It was normal when I only use nuclei as library, but when I continued to use katana as library, the above error was reported |
Beta Was this translation helpful? Give feedback.
-
|
@Caratpine running go get -u github.com/projectdiscovery/retryabledns@v1.0.24
go mod tidyshould fix the issue. go automatically upgrades minor versions of packages and if there are any breaking changes it cause build failure |
Beta Was this translation helpful? Give feedback.
-
|
This discussion closed automatically due to inactivity. Feel free to reopen or start new if still relevant. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Nuclei version: 2.9.6
Current Behavior:
Nuclei fails to build when used as a library with the following error:
Expected Behaviour:
Nuclei builds correctly.
Steps To Reproduce:
In a project using Nuclei as a library, run go get -u and attempt to build.
Anything else:
This appears to be a problem caused by two dependencies.
As a workaround, anyone using Nuclei as a library can manually pin the version of github.com/projectdiscovery/clistats to v0.0.12 and the version of github.com/projectdiscovery/retryabledns to v1.0.25.
Beta Was this translation helpful? Give feedback.
All reactions