Skip to content

chore(deps): bump github.com/projectdiscovery/utils from 0.10.1 to 0.11.1#104

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/projectdiscovery/utils-0.11.1
Closed

chore(deps): bump github.com/projectdiscovery/utils from 0.10.1 to 0.11.1#104
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/projectdiscovery/utils-0.11.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 29, 2026

Bumps github.com/projectdiscovery/utils from 0.10.1 to 0.11.1.

Release notes

Sourced from github.com/projectdiscovery/utils's releases.

v0.11.1

Automatically released using projectdiscovery/actions/svu-next action.


What's Changed

New Contributors

Full Changelog: projectdiscovery/utils@v0.11.0...v0.11.1

v0.11.0

Automatically released using projectdiscovery/actions/svu-next action.


What's Changed

New Contributors

Full Changelog: projectdiscovery/utils@v0.10.1...v0.11.0

Commits
  • 6f93830 fix: use correct env var names in memguardian init (#744)
  • 88baa59 chore(deps): bump the modules group across 1 directory with 3 updates (#746)
  • c0f3544 Merge pull request #742 from ChrisJr404/feature/read-file-split
  • 4ce2b0a refactor
  • e122ca9 Merge pull request #741 from projectdiscovery/dependabot/go_modules/main/modu...
  • b50f4a3 Merge pull request #743 from alex0x12/feature/add-windows-1251-decoding
  • 01d6426 Add windows-1251 response decoding
  • 26ffb21 feat(file): add ReadFileSplit / ReadFileWithReaderSplit (#719)
  • 2e38e4c chore(deps): bump the modules group with 2 updates
  • 1d643b6 Merge pull request #736 from mikelolasagasti/aurora-v4
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/projectdiscovery/utils](https://github.com/projectdiscovery/utils) from 0.10.1 to 0.11.1.
- [Release notes](https://github.com/projectdiscovery/utils/releases)
- [Changelog](https://github.com/projectdiscovery/utils/blob/main/CHANGELOG.md)
- [Commits](projectdiscovery/utils@v0.10.1...v0.11.1)

---
updated-dependencies:
- dependency-name: github.com/projectdiscovery/utils
  dependency-version: 0.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested a review from vmfunc as a code owner May 29, 2026 15:06
@dependabot dependabot Bot added the deps dependency updates label May 29, 2026
@github-actions github-actions Bot added the size/s <50 lines changed label May 29, 2026
@github-actions
Copy link
Copy Markdown

pr summary

2 files changed (+12 -12)

category files
deps 2

@vmfunc
Copy link
Copy Markdown
Owner

vmfunc commented Jun 7, 2026

@
closing this one. it cannot build right now and the cause is upstream, not this pr.

utils 0.11.0 moved its update package from logrusorgru/aurora v2 to aurora v4.
nuclei v3.8.0 still uses aurora v2 for its colorizer.
it assigns that v2 colorizer to utils Aurora global in internal/runner/runner.go:901.
with utils 0.11.1 that global is now *aurora/v4.Aurora, so nuclei stops compiling:

runner.go:901:23: cannot use r.colorizer (variable of interface type "github.com/logrusorgru/aurora".Aurora) as *"github.com/logrusorgru/aurora/v4".Aurora value in assignment

v3.8.0 is the latest nuclei release. there is nothing newer to bump it to.
we cannot move utils to 0.11.x until nuclei ships a build against aurora v4.
closing for now. dependabot will reopen this when a compatible combo exists.
@

@vmfunc vmfunc closed this Jun 7, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jun 7, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/go_modules/github.com/projectdiscovery/utils-0.11.1 branch June 7, 2026 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

deps dependency updates size/s <50 lines changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant