Problems arise when GO package and nuclei v2.7.5 that use the SubFinder are used in the same GO code #2435
-
happend: github.com/projectdiscovery/nuclei/v2/pkg/model/types/severityvendor\github.com\projectdiscovery\nuclei\v2\pkg\model\types\severity\severities.go:15:34: undefined: goflags.ToFileNormalizedStringSlice github.com/projectdiscovery/nuclei/v2/pkg/templates/typesvendor\github.com\projectdiscovery\nuclei\v2\pkg\templates\types\types.go:126:29: undefined: goflags.ToFileNormalizedStringSlice github.com/projectdiscovery/interactsh/pkg/optionsvendor\github.com\projectdiscovery\interactsh\pkg\options\server_options.go:12:35: undefined: goflags.CommaSeparatedStringSlice |
Beta Was this translation helpful? Give feedback.
Answered by
forgedhallpass
Aug 22, 2022
Replies: 1 comment
-
This probably happens because |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
forgedhallpass
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This probably happens because
subfinder
uses goflagsv0.0.9
and nuclei is still atv0.0.8
. After the update, it should work.