Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2025

Bumps the modules group with 5 updates:

Package From To
github.com/projectdiscovery/fastdialer 0.4.1 0.4.4
github.com/projectdiscovery/networkpolicy 0.1.17 0.1.18
github.com/projectdiscovery/retryabledns 1.0.103 1.0.105
github.com/projectdiscovery/hmap 0.0.91 0.0.92
github.com/projectdiscovery/retryablehttp-go 1.0.117 1.0.119

Updates github.com/projectdiscovery/fastdialer from 0.4.1 to 0.4.4

Release notes

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

Release v0.4.4

0.4.4 (2025-08-03)

Release v0.4.3

0.4.3 (2025-07-27)

Release v0.4.2

0.4.2 (2025-07-20)

Commits
  • 6f1c12e chore(deps): bump github.com/projectdiscovery/hmap from 0.0.91 to 0.0.92
  • 06a202e chore(deps): bump github.com/projectdiscovery/retryabledns
  • 560d25c chore(deps): bump github.com/projectdiscovery/networkpolicy
  • e164c91 chore(deps): bump github.com/projectdiscovery/utils
  • 21d8fd0 Merge pull request #454 from AdallomRoy/main
  • 6a5e35b reuse steps
  • f7c00a4 Merge branch 'main' into pr/454
  • a63dba6 chore(deps): bump github.com/projectdiscovery/retryabledns
  • 5126dd5 chore(deps): bump github.com/projectdiscovery/hmap from 0.0.70 to 0.0.91
  • 1d02ce4 fix
  • Additional commits viewable in compare view

Updates github.com/projectdiscovery/networkpolicy from 0.1.17 to 0.1.18

Release notes

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

Release v0.1.18

0.1.18 (2025-07-20)

Commits
  • 02104ce chore(deps): bump github.com/gaissmai/bart from 0.20.4 to 0.20.5
  • See full diff in compare view

Updates github.com/projectdiscovery/retryabledns from 1.0.103 to 1.0.105

Release notes

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

Release v1.0.105

1.0.105 (2025-07-27)

Release v1.0.104

1.0.104 (2025-07-20)

Commits

Updates github.com/projectdiscovery/hmap from 0.0.91 to 0.0.92

Release notes

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

Release v0.0.92

0.0.92 (2025-07-27)

Commits

Updates github.com/projectdiscovery/retryablehttp-go from 1.0.117 to 1.0.119

Release notes

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

Release v1.0.119

1.0.119 (2025-07-27)

Release v1.0.118

1.0.118 (2025-07-20)

Commits
  • d7ab120 chore(deps): bump github.com/projectdiscovery/networkpolicy
  • cea6265 chore(deps): bump github.com/projectdiscovery/fastdialer
  • 1138e10 chore(deps): bump github.com/projectdiscovery/retryabledns
  • 12a21d3 chore(deps): bump github.com/projectdiscovery/utils
  • 1e3d56a Merge pull request #448 from hdm/bug/url-clone-race
  • 7b909a9 simplify to use the already cloned url
  • 3e41e40 fix data race by cloning the url
  • 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 5 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/projectdiscovery/fastdialer](https://github.com/projectdiscovery/fastdialer) | `0.4.1` | `0.4.4` |
| [github.com/projectdiscovery/networkpolicy](https://github.com/projectdiscovery/networkpolicy) | `0.1.17` | `0.1.18` |
| [github.com/projectdiscovery/retryabledns](https://github.com/projectdiscovery/retryabledns) | `1.0.103` | `1.0.105` |
| [github.com/projectdiscovery/hmap](https://github.com/projectdiscovery/hmap) | `0.0.91` | `0.0.92` |
| [github.com/projectdiscovery/retryablehttp-go](https://github.com/projectdiscovery/retryablehttp-go) | `1.0.117` | `1.0.119` |


Updates `github.com/projectdiscovery/fastdialer` from 0.4.1 to 0.4.4
- [Release notes](https://github.com/projectdiscovery/fastdialer/releases)
- [Commits](projectdiscovery/fastdialer@v0.4.1...v0.4.4)

Updates `github.com/projectdiscovery/networkpolicy` from 0.1.17 to 0.1.18
- [Release notes](https://github.com/projectdiscovery/networkpolicy/releases)
- [Commits](projectdiscovery/networkpolicy@v0.1.17...v0.1.18)

Updates `github.com/projectdiscovery/retryabledns` from 1.0.103 to 1.0.105
- [Release notes](https://github.com/projectdiscovery/retryabledns/releases)
- [Commits](projectdiscovery/retryabledns@v1.0.103...v1.0.105)

Updates `github.com/projectdiscovery/hmap` from 0.0.91 to 0.0.92
- [Release notes](https://github.com/projectdiscovery/hmap/releases)
- [Commits](projectdiscovery/hmap@v0.0.91...v0.0.92)

Updates `github.com/projectdiscovery/retryablehttp-go` from 1.0.117 to 1.0.119
- [Release notes](https://github.com/projectdiscovery/retryablehttp-go/releases)
- [Commits](projectdiscovery/retryablehttp-go@v1.0.117...v1.0.119)

---
updated-dependencies:
- dependency-name: github.com/projectdiscovery/fastdialer
  dependency-version: 0.4.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/networkpolicy
  dependency-version: 0.1.18
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/retryabledns
  dependency-version: 1.0.105
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/hmap
  dependency-version: 0.0.92
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/retryablehttp-go
  dependency-version: 1.0.119
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: modules
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the Type: Maintenance Updating phrasing or wording to make things clearer or removing ambiguity. label Aug 5, 2025
@Mzack9999
Copy link
Member

@dependabot merge

@dependabot dependabot bot merged commit 019bdb2 into main Aug 15, 2025
5 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/main/modules-4d7e5d690f branch August 15, 2025 14:33
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