Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 29, 2025

Bumps the modules group with 1 update in the / directory: github.com/projectdiscovery/gologger.

Updates github.com/projectdiscovery/gologger from 1.1.61 to 1.1.66

Release notes

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

Release v1.1.66

1.1.66 (2025-12-28)

Release v1.1.65

1.1.65 (2025-12-21)

Release v1.1.64

1.1.64 (2025-12-14)

Release v1.1.63

1.1.63 (2025-12-07)

Release v1.1.62

1.1.62 (2025-11-30)

Commits
  • 2da0939 chore(deps): bump github.com/projectdiscovery/utils from 0.7.3 to 0.8.0
  • c8fab4d chore(deps): bump actions/checkout from 5 to 6
  • 8cf4376 Merge pull request #138 from mikelolasagasti/aurora-v4
  • baca190 Merge pull request #139 from mikelolasagasti/update-times
  • e6a270f chore(deps): Update djherbis/times module
  • ead1ce0 chore(deps): update to aurora v4
  • 5d80b7d chore(deps): bump golangci/golangci-lint-action from 9.1.0 to 9.2.0
  • d9552e1 chore(deps): bump github.com/projectdiscovery/utils from 0.7.1 to 0.7.3
  • ec56141 chore(deps): bump golangci/golangci-lint-action from 9.0.0 to 9.1.0
  • 44470aa chore(deps): bump github.com/projectdiscovery/utils from 0.6.1 to 0.7.1
  • See full diff in compare view

Updates github.com/projectdiscovery/utils from 0.6.1 to 0.8.0

Release notes

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

v0.8.0

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


What's Changed

New Contributors

Full Changelog: projectdiscovery/utils@v0.7.3...v0.8.0

v0.7.3

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


What's Changed

Full Changelog: projectdiscovery/utils@v0.7.2...v0.7.3

v0.7.2

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


What's Changed

Full Changelog: projectdiscovery/utils@v0.7.1...v0.7.2

v0.7.1

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


What's Changed

... (truncated)

Commits
  • 8411c03 chore(deps): bump the modules group with 6 updates
  • c69ecd0 Merge pull request #715 from projectdiscovery/dwisiswant0/fix/respchain-deadlock
  • ea09756 chore(deps): bump machineid@c77eb356758248194e779cad2275fe0594e75f51 (#713)
  • c0579e1 fix(httputil): semaphore leak causing deadlock in buffer pool
  • 7015483 feat(sizedpool): add Discard method to release semaphore slot
  • fcf5221 test(httputil): add TestSemaphoreLeakDeadlock
  • 6ddbc26 Merge pull request #711 from projectdiscovery/dwisiswant0/fix/httputil/preven...
  • 99ca5c1 fix(httputil): prevent memory corruption in ResponseChain
  • b09f27a test(httputil): add TestResponseChain_StringSafety
  • e206701 chore(deps): bump the modules group across 1 directory with 6 updates
  • Additional commits viewable in compare view

Updates github.com/projectdiscovery/machineid from 0.0.0-20240226150047-2e2c51e35983 to 0.0.0-20250715113114-c77eb3567582

Commits

Updates github.com/projectdiscovery/networkpolicy from 0.1.29 to 0.1.31

Release notes

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

Release v0.1.31

0.1.31 (2025-12-07)

Release v0.1.30

0.1.30 (2025-11-30)

Commits
  • 63ea907 chore(deps): bump github.com/projectdiscovery/utils from 0.7.1 to 0.7.3
  • cb386c1 chore(deps): bump github.com/projectdiscovery/utils from 0.6.1 to 0.7.1
  • a628e93 chore(deps): bump golangci/golangci-lint-action from 9.0.0 to 9.1.0
  • See full diff in compare view

Updates github.com/projectdiscovery/retryablehttp-go from 1.0.131 to 1.1.1

Release notes

Sourced from github.com/projectdiscovery/retryablehttp-go's releases.

Release v1.1.1

1.1.1 (2025-12-14)

Release v1.1.0

1.1.0 (2025-12-06)

Features

  • add SetBody* methods for body handling (5e728a6)

Bug Fixes

  • populate GetBody to support 307/308 redirects (1cc0135), closes #493

Tests

  • adds TestRedirectPOST* tests (e49953b)

Release v1.0.133

1.0.133 (2025-11-30)

Release v1.0.132

1.0.132 (2025-11-23)

Commits
  • 8b6d4c0 chore(deps): bump github.com/projectdiscovery/networkpolicy
  • ef042d3 chore(deps): bump github.com/projectdiscovery/fastdialer
  • 31bc2ee chore(deps): bump github.com/projectdiscovery/retryabledns
  • 2f31d1c chore(deps): bump github.com/projectdiscovery/hmap from 0.0.96 to 0.0.98
  • 772b3f4 Merge pull request #496 from projectdiscovery/dwisiswant0/feat/add-SetBody-me...
  • 5e728a6 feat: add SetBody* methods for body handling
  • 5d327f8 chore: satisfy lints
  • 1cc0135 fix: populate GetBody to support 307/308 redirects
  • e49953b test: adds TestRedirectPOST* tests
  • 119cac7 chore(deps): bump github.com/projectdiscovery/retryabledns
  • Additional commits viewable in compare view

Updates github.com/projectdiscovery/fastdialer from 0.4.15 to 0.4.20

Release notes

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

Release v0.4.20

0.4.20 (2025-12-08)

Bug Fixes

  • utils: return immediately on first successful dial (#512) (80e83c4), closes #511

Release v0.4.19

0.4.19 (2025-12-07)

Release v0.4.18

0.4.18 (2025-11-30)

Release v0.4.17

0.4.17 (2025-11-23)

Release v0.4.16

0.4.16 (2025-11-19)

Bug Fixes

  • segfault in ztls handshake timeout handler (bc2fc9c), closes #500

Tests

Commits
  • 80e83c4 fix(utils): return immediately on first successful dial (#512)
  • ab7bf76 chore(deps): bump github.com/projectdiscovery/networkpolicy
  • 056fb64 chore(deps): bump github.com/projectdiscovery/hmap from 0.0.97 to 0.0.98
  • 253685a chore(deps): bump github.com/projectdiscovery/retryabledns
  • 8ce6b4b chore(deps): bump github.com/projectdiscovery/retryabledns
  • 6b694db chore(deps): bump github.com/projectdiscovery/networkpolicy
  • 00091fa chore(deps): bump github.com/projectdiscovery/utils from 0.7.1 to 0.7.3
  • d97b6b7 chore(deps): bump github.com/projectdiscovery/hmap from 0.0.96 to 0.0.97
  • ac770ef chore(deps): bump github.com/projectdiscovery/utils from 0.6.0 to 0.7.1
  • 295045e chore(deps): bump github.com/projectdiscovery/hmap from 0.0.95 to 0.0.96
  • Additional commits viewable in compare view

Updates github.com/projectdiscovery/hmap from 0.0.96 to 0.0.98

Release notes

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

Release v0.0.98

0.0.98 (2025-12-07)

Release v0.0.97

0.0.97 (2025-11-30)

Commits
  • c833f7f chore(deps): bump github.com/projectdiscovery/utils from 0.7.1 to 0.7.3
  • 31c5217 chore(deps): bump github.com/projectdiscovery/utils from 0.6.1 to 0.7.1
  • See full diff in compare view

Updates github.com/projectdiscovery/retryabledns from 1.0.109 to 1.0.111

Release notes

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

Release v1.0.111

1.0.111 (2025-12-07)

Release v1.0.110

1.0.110 (2025-11-30)

Commits
  • b5c1f85 chore(deps): bump github.com/projectdiscovery/utils from 0.7.1 to 0.7.3
  • 8a6390f chore(deps): bump github.com/projectdiscovery/utils from 0.6.1 to 0.7.1
  • See full diff in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the modules group with 1 update in the / directory: [github.com/projectdiscovery/gologger](https://github.com/projectdiscovery/gologger).


Updates `github.com/projectdiscovery/gologger` from 1.1.61 to 1.1.66
- [Release notes](https://github.com/projectdiscovery/gologger/releases)
- [Commits](projectdiscovery/gologger@v1.1.61...v1.1.66)

Updates `github.com/projectdiscovery/utils` from 0.6.1 to 0.8.0
- [Release notes](https://github.com/projectdiscovery/utils/releases)
- [Changelog](https://github.com/projectdiscovery/utils/blob/main/CHANGELOG.md)
- [Commits](projectdiscovery/utils@v0.6.1...v0.8.0)

Updates `github.com/projectdiscovery/machineid` from 0.0.0-20240226150047-2e2c51e35983 to 0.0.0-20250715113114-c77eb3567582
- [Commits](https://github.com/projectdiscovery/machineid/commits)

Updates `github.com/projectdiscovery/networkpolicy` from 0.1.29 to 0.1.31
- [Release notes](https://github.com/projectdiscovery/networkpolicy/releases)
- [Commits](projectdiscovery/networkpolicy@v0.1.29...v0.1.31)

Updates `github.com/projectdiscovery/retryablehttp-go` from 1.0.131 to 1.1.1
- [Release notes](https://github.com/projectdiscovery/retryablehttp-go/releases)
- [Commits](projectdiscovery/retryablehttp-go@v1.0.131...v1.1.1)

Updates `github.com/projectdiscovery/fastdialer` from 0.4.15 to 0.4.20
- [Release notes](https://github.com/projectdiscovery/fastdialer/releases)
- [Commits](projectdiscovery/fastdialer@v0.4.15...v0.4.20)

Updates `github.com/projectdiscovery/hmap` from 0.0.96 to 0.0.98
- [Release notes](https://github.com/projectdiscovery/hmap/releases)
- [Commits](projectdiscovery/hmap@v0.0.96...v0.0.98)

Updates `github.com/projectdiscovery/retryabledns` from 1.0.109 to 1.0.111
- [Release notes](https://github.com/projectdiscovery/retryabledns/releases)
- [Commits](projectdiscovery/retryabledns@v1.0.109...v1.0.111)

---
updated-dependencies:
- dependency-name: github.com/projectdiscovery/gologger
  dependency-version: 1.1.66
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/utils
  dependency-version: 0.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/machineid
  dependency-version: 0.0.0-20250715113114-c77eb3567582
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/networkpolicy
  dependency-version: 0.1.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/retryablehttp-go
  dependency-version: 1.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/fastdialer
  dependency-version: 0.4.20
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/hmap
  dependency-version: 0.0.98
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/retryabledns
  dependency-version: 1.0.111
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: modules
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the Type: Maintenance Updating phrasing or wording to make things clearer or removing ambiguity. label Dec 29, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 29, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type: Maintenance Updating phrasing or wording to make things clearer or removing ambiguity.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant