* fix readme golang demo for v2.5.0
* v2/pkg/runner: code dedupelication in config.go
Refactor code for retrieving random slice entries, as well as parsing
multipart keys, into two functions:
- randomEntry for random slice entries
- multipartKey for multipart key parsing
This shouldn't be functionally different, but it does remove a bunch of
duplicate lines of code.
* small change with sliceutil
Co-authored-by: Sandeep Singh <sandeep@projectdiscovery.io>
Co-authored-by: zhangchengguo <zhangchengguo@360.cn>
Co-authored-by: mzack <marco.rivoli.nvh@gmail.com>
* goflags support
* lint error fix
* misc update
* misc update
* default output changes
* readme updates for flags
* return error and exit
* add missing parentheses in readme
* safely deleted sources, resolvers control and added support for provider config file
* go mod and file path changes
* go sum changes
* use default file
* adding missing parentheses
* go mod update
* validations
* general refactoring around goflags + cleanup
* added default sources and cleanup existing config after migration
Co-authored-by: LuitelSamikshya <luitelsamikshya1@gmail.com>
Co-authored-by: LuitelSamikshya <85764322+LuitelSamikshya@users.noreply.github.com>
Co-authored-by: mzack <marco.rivoli.nvh@gmail.com>