Doğan Can Bakır
ca354070bd
fix test
2025-08-26 14:14:02 +03:00
Doğan Can Bakır
e03689868d
add jsmon
2025-08-26 14:13:51 +03:00
Dogan Can Bakir
b47737d710
Merge pull request #1630 from tekkamanendless/fix-netlas-panic
...
Prevent a netlas nil pointer dereference
2025-08-26 11:30:33 +03:00
Douglas Danger Manley
c7a32307aa
Merge branch 'dev' into fix-netlas-panic
2025-08-15 11:34:58 -04:00
Douglas Danger Manley
f0ec4032b2
Fix the build-test action ( #1631 )
...
This fixes the `build-test` action by restoring the `examples`
working directory. This was incorrectly removed in the previous
commit.
2025-08-15 19:43:22 +05:30
Douglas Danger Manley
ae80ddae61
Prevent a netlas nil pointer dereference
...
This uses two _different_ variables for the two _different_ HTTP
requests, since two `defer` functions referenced the same `resp`
variable.
This setup could cause a nil pointer dereference in the following
scenario:
1. The first request succeeds (a `defer` on `resp` is added).
2. The second request fails (which sets `resp` to nil, and then
the first `defer` attempts to reference `resp.Body`).
This change prevents that by not reusing the same variable for
the second request.
2025-08-13 09:13:33 -04:00
Dogan Can Bakir
8feb51ff7f
Merge pull request #1621 from emmanuel-ferdman/dev
...
docs: update main.go reference
2025-07-22 17:21:47 +03:00
Emmanuel Ferdman
f45039b014
docs: update main.go reference
...
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com >
2025-07-21 06:03:04 -07:00
Dogan Can Bakir
5b5486ca71
Merge pull request #1612 from driftnet-io/feat/add-driftnet
...
Adds the "driftnet" source.
2025-07-21 13:05:18 +03:00
dependabot[bot]
a071cc2994
chore(deps): bump golang.org/x/oauth2 from 0.11.0 to 0.27.0
...
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2 ) from 0.11.0 to 0.27.0.
- [Commits](https://github.com/golang/oauth2/compare/v0.11.0...v0.27.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
dependency-version: 0.27.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-18 17:57:17 +00:00
ben
dcc7f4b3cd
move 204 check to be consistent with other sources
2025-07-17 13:03:58 +01:00
ben
b2f1963756
url escape as requested
2025-07-17 12:58:45 +01:00
ben
e10fc7f9d7
fix for race
2025-07-17 12:57:29 +01:00
ben
ed66a7d04e
revert change for NoContent
2025-07-17 12:51:22 +01:00
ben
423ae72f08
correct typos and fix a keys-required test
2025-07-17 12:50:56 +01:00
ben
8f5680e906
match new path
2025-07-17 12:31:42 +01:00
ben
0afa0e5a72
remove cruft
2025-07-17 12:30:36 +01:00
ben
90f4c00d8c
Adds the "driftnet" source.
...
Updates the httpRequestWrapper() function to allow 204 responses.
2025-07-17 12:30:36 +01:00
Mzack9999
b12abbb165
Merge pull request #1613 from mikelolasagasti/remove-v2
...
move v2 module code to root directory for cleaner structure
2025-07-15 13:27:20 +02:00
Mikel Olasagasti Uranga
0d9014e177
refactor: adapt workflows to new non-v2 paths
2025-07-10 15:39:25 +02:00
Mikel Olasagasti Uranga
51f1cd9c0d
refactor: change Dockerfile paths
...
Signed-off-by: Mikel Olasagasti Uranga <mikel@olasagasti.info >
2025-07-10 15:39:25 +02:00
Mikel Olasagasti Uranga
6867e076f1
refactor: move v2 module code to root directory for cleaner structure
...
Keeps module path as github.com/projectdiscovery/subfinder/v2 to
preserve import compatibility.
Signed-off-by: Mikel Olasagasti Uranga <mikel@olasagasti.info >
2025-07-10 15:27:42 +02:00
dependabot[bot]
a3674edd50
chore(deps): bump the modules group in /v2 with 6 updates
...
Bumps the modules group in /v2 with 6 updates:
| Package | From | To |
| --- | --- | --- |
| [github.com/projectdiscovery/retryablehttp-go](https://github.com/projectdiscovery/retryablehttp-go ) | `1.0.114` | `1.0.115` |
| [github.com/projectdiscovery/utils](https://github.com/projectdiscovery/utils ) | `0.4.20` | `0.4.21` |
| [github.com/projectdiscovery/cdncheck](https://github.com/projectdiscovery/cdncheck ) | `1.1.23` | `1.1.24` |
| [github.com/projectdiscovery/hmap](https://github.com/projectdiscovery/hmap ) | `0.0.89` | `0.0.90` |
| [github.com/projectdiscovery/networkpolicy](https://github.com/projectdiscovery/networkpolicy ) | `0.1.15` | `0.1.16` |
| [github.com/projectdiscovery/retryabledns](https://github.com/projectdiscovery/retryabledns ) | `1.0.101` | `1.0.102` |
Updates `github.com/projectdiscovery/retryablehttp-go` from 1.0.114 to 1.0.115
- [Release notes](https://github.com/projectdiscovery/retryablehttp-go/releases )
- [Commits](https://github.com/projectdiscovery/retryablehttp-go/compare/v1.0.114...v1.0.115 )
Updates `github.com/projectdiscovery/utils` from 0.4.20 to 0.4.21
- [Release notes](https://github.com/projectdiscovery/utils/releases )
- [Changelog](https://github.com/projectdiscovery/utils/blob/main/CHANGELOG.md )
- [Commits](https://github.com/projectdiscovery/utils/compare/v0.4.20...v0.4.21 )
Updates `github.com/projectdiscovery/cdncheck` from 1.1.23 to 1.1.24
- [Release notes](https://github.com/projectdiscovery/cdncheck/releases )
- [Changelog](https://github.com/projectdiscovery/cdncheck/blob/main/.goreleaser.yaml )
- [Commits](https://github.com/projectdiscovery/cdncheck/compare/v1.1.23...v1.1.24 )
Updates `github.com/projectdiscovery/hmap` from 0.0.89 to 0.0.90
- [Release notes](https://github.com/projectdiscovery/hmap/releases )
- [Commits](https://github.com/projectdiscovery/hmap/compare/v0.0.89...v0.0.90 )
Updates `github.com/projectdiscovery/networkpolicy` from 0.1.15 to 0.1.16
- [Release notes](https://github.com/projectdiscovery/networkpolicy/releases )
- [Commits](https://github.com/projectdiscovery/networkpolicy/compare/v0.1.15...v0.1.16 )
Updates `github.com/projectdiscovery/retryabledns` from 1.0.101 to 1.0.102
- [Release notes](https://github.com/projectdiscovery/retryabledns/releases )
- [Commits](https://github.com/projectdiscovery/retryabledns/compare/v1.0.101...v1.0.102 )
---
updated-dependencies:
- dependency-name: github.com/projectdiscovery/retryablehttp-go
dependency-version: 1.0.115
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: modules
- dependency-name: github.com/projectdiscovery/utils
dependency-version: 0.4.21
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: modules
- dependency-name: github.com/projectdiscovery/cdncheck
dependency-version: 1.1.24
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: modules
- dependency-name: github.com/projectdiscovery/hmap
dependency-version: 0.0.90
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: modules
- dependency-name: github.com/projectdiscovery/networkpolicy
dependency-version: 0.1.16
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: modules
- dependency-name: github.com/projectdiscovery/retryabledns
dependency-version: 1.0.102
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: modules
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-25 09:52:16 +00:00
Dogan Can Bakir
b350e9da8a
Merge branch 'main' into dev
2025-06-20 21:52:47 +03:00
Doğan Can Bakır
3d12dd7dfb
update version
2025-06-20 21:50:06 +03:00
Dogan Can Bakir
7f3f2c2d5f
read key from env if provided ( #1607 )
...
* read key from env if provided
* remove debug code
2025-06-21 00:15:21 +05:30
Dogan Can Bakir
a0be3ff3ee
Fix paginations ( #1603 )
...
* fix quake pagination
* update page param
* skip empty
* fix test
* minor
2025-06-21 00:11:19 +05:30
Dogan Can Bakir
7526dd8dd0
add RSECloud ( #1604 )
...
* add RSECloud
* discard after decoding
---------
Co-authored-by: Sandeep Singh <sandeep@projectdiscovery.io >
2025-06-20 22:57:54 +05:30
Dogan Can Bakir
b669adbfd2
modernize subfinder ( #1601 )
...
* update gh lint action
* modernize
* minor
* update lint
* fix lint errs
* fix MORE lint errs
* join errs
* fix MOOORE lint errs
* add go version file
* ai review
* ignore anubis tests
2025-06-20 22:02:13 +05:30
dependabot[bot]
3acf6d5349
chore(deps): bump the modules group in /v2 with 5 updates ( #1597 )
...
Bumps the modules group in /v2 with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [github.com/projectdiscovery/retryablehttp-go](https://github.com/projectdiscovery/retryablehttp-go ) | `1.0.113` | `1.0.114` |
| [github.com/projectdiscovery/utils](https://github.com/projectdiscovery/utils ) | `0.4.19` | `0.4.20` |
| [github.com/projectdiscovery/cdncheck](https://github.com/projectdiscovery/cdncheck ) | `1.1.20` | `1.1.23` |
| [github.com/projectdiscovery/fastdialer](https://github.com/projectdiscovery/fastdialer ) | `0.4.0` | `0.4.1` |
| [github.com/projectdiscovery/retryabledns](https://github.com/projectdiscovery/retryabledns ) | `1.0.100` | `1.0.101` |
Updates `github.com/projectdiscovery/retryablehttp-go` from 1.0.113 to 1.0.114
- [Release notes](https://github.com/projectdiscovery/retryablehttp-go/releases )
- [Commits](https://github.com/projectdiscovery/retryablehttp-go/compare/v1.0.113...v1.0.114 )
Updates `github.com/projectdiscovery/utils` from 0.4.19 to 0.4.20
- [Release notes](https://github.com/projectdiscovery/utils/releases )
- [Changelog](https://github.com/projectdiscovery/utils/blob/main/CHANGELOG.md )
- [Commits](https://github.com/projectdiscovery/utils/compare/v0.4.19...v0.4.20 )
Updates `github.com/projectdiscovery/cdncheck` from 1.1.20 to 1.1.23
- [Release notes](https://github.com/projectdiscovery/cdncheck/releases )
- [Changelog](https://github.com/projectdiscovery/cdncheck/blob/main/.goreleaser.yaml )
- [Commits](https://github.com/projectdiscovery/cdncheck/compare/v1.1.20...v1.1.23 )
Updates `github.com/projectdiscovery/fastdialer` from 0.4.0 to 0.4.1
- [Release notes](https://github.com/projectdiscovery/fastdialer/releases )
- [Commits](https://github.com/projectdiscovery/fastdialer/compare/v0.4.0...v0.4.1 )
Updates `github.com/projectdiscovery/retryabledns` from 1.0.100 to 1.0.101
- [Release notes](https://github.com/projectdiscovery/retryabledns/releases )
- [Commits](https://github.com/projectdiscovery/retryabledns/compare/v1.0.100...v1.0.101 )
---
updated-dependencies:
- dependency-name: github.com/projectdiscovery/retryablehttp-go
dependency-version: 1.0.114
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: modules
- dependency-name: github.com/projectdiscovery/utils
dependency-version: 0.4.20
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: modules
- dependency-name: github.com/projectdiscovery/cdncheck
dependency-version: 1.1.23
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: modules
- dependency-name: github.com/projectdiscovery/fastdialer
dependency-version: 0.4.1
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: modules
- dependency-name: github.com/projectdiscovery/retryabledns
dependency-version: 1.0.101
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: modules
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-16 22:52:25 +05:30
Pepijn van der Stap
423c732800
Purge dead binaryedge source ( #1592 )
...
* purge: binaryedge source
* purge(binaryedge): omit dead source reference in passive
2025-06-16 22:46:56 +05:30
Celesian
cd5d28901f
Added pugrecon.com as a subdomains source ( #1585 )
2025-06-16 22:44:44 +05:30
Dogan Can Bakir
69240a6d8e
Merge pull request #1596 from emmanuel-ferdman/dev
...
Update GoReleaser configurations
2025-06-16 16:02:55 +03:00
Emmanuel Ferdman
9c5f8a8b17
Update GoReleaser configurations
...
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com >
2025-06-14 03:15:23 -07:00
dependabot[bot]
5d75905d80
chore(deps): bump the modules group in /v2 with 6 updates
...
Bumps the modules group in /v2 with 6 updates:
| Package | From | To |
| --- | --- | --- |
| [github.com/projectdiscovery/ratelimit](https://github.com/projectdiscovery/ratelimit ) | `0.0.80` | `0.0.81` |
| [github.com/projectdiscovery/retryablehttp-go](https://github.com/projectdiscovery/retryablehttp-go ) | `1.0.111` | `1.0.112` |
| [github.com/projectdiscovery/cdncheck](https://github.com/projectdiscovery/cdncheck ) | `1.1.17` | `1.1.18` |
| [github.com/projectdiscovery/hmap](https://github.com/projectdiscovery/hmap ) | `0.0.88` | `0.0.89` |
| [github.com/projectdiscovery/networkpolicy](https://github.com/projectdiscovery/networkpolicy ) | `0.1.14` | `0.1.15` |
| [github.com/projectdiscovery/retryabledns](https://github.com/projectdiscovery/retryabledns ) | `1.0.99` | `1.0.100` |
Updates `github.com/projectdiscovery/ratelimit` from 0.0.80 to 0.0.81
- [Release notes](https://github.com/projectdiscovery/ratelimit/releases )
- [Commits](https://github.com/projectdiscovery/ratelimit/compare/v0.0.80...v0.0.81 )
Updates `github.com/projectdiscovery/retryablehttp-go` from 1.0.111 to 1.0.112
- [Release notes](https://github.com/projectdiscovery/retryablehttp-go/releases )
- [Commits](https://github.com/projectdiscovery/retryablehttp-go/compare/v1.0.111...v1.0.112 )
Updates `github.com/projectdiscovery/cdncheck` from 1.1.17 to 1.1.18
- [Release notes](https://github.com/projectdiscovery/cdncheck/releases )
- [Changelog](https://github.com/projectdiscovery/cdncheck/blob/main/.goreleaser.yaml )
- [Commits](https://github.com/projectdiscovery/cdncheck/compare/v1.1.17...v1.1.18 )
Updates `github.com/projectdiscovery/hmap` from 0.0.88 to 0.0.89
- [Release notes](https://github.com/projectdiscovery/hmap/releases )
- [Commits](https://github.com/projectdiscovery/hmap/compare/v0.0.88...v0.0.89 )
Updates `github.com/projectdiscovery/networkpolicy` from 0.1.14 to 0.1.15
- [Release notes](https://github.com/projectdiscovery/networkpolicy/releases )
- [Commits](https://github.com/projectdiscovery/networkpolicy/compare/v0.1.14...v0.1.15 )
Updates `github.com/projectdiscovery/retryabledns` from 1.0.99 to 1.0.100
- [Release notes](https://github.com/projectdiscovery/retryabledns/releases )
- [Commits](https://github.com/projectdiscovery/retryabledns/compare/v1.0.99...v1.0.100 )
---
updated-dependencies:
- dependency-name: github.com/projectdiscovery/ratelimit
dependency-version: 0.0.81
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: modules
- dependency-name: github.com/projectdiscovery/retryablehttp-go
dependency-version: 1.0.112
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: modules
- dependency-name: github.com/projectdiscovery/cdncheck
dependency-version: 1.1.18
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: modules
- dependency-name: github.com/projectdiscovery/hmap
dependency-version: 0.0.89
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: modules
- dependency-name: github.com/projectdiscovery/networkpolicy
dependency-version: 0.1.15
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: modules
- dependency-name: github.com/projectdiscovery/retryabledns
dependency-version: 1.0.100
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: modules
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-11 08:53:02 +00:00
dependabot[bot]
7c89b4f778
chore(deps): bump github.com/cloudflare/circl from 1.5.0 to 1.6.1 in /v2
...
Bumps [github.com/cloudflare/circl](https://github.com/cloudflare/circl ) from 1.5.0 to 1.6.1.
- [Release notes](https://github.com/cloudflare/circl/releases )
- [Commits](https://github.com/cloudflare/circl/compare/v1.5.0...v1.6.1 )
---
updated-dependencies:
- dependency-name: github.com/cloudflare/circl
dependency-version: 1.6.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-10 21:35:48 +00:00
Dogan Can Bakir
98e678907a
Update installation doc ( #1591 )
2025-05-20 19:00:06 +05:30
dependabot[bot]
0c7381da11
chore(deps): bump the modules group across 1 directory with 7 updates
...
Bumps the modules group with 5 updates in the /v2 directory:
| Package | From | To |
| --- | --- | --- |
| [github.com/projectdiscovery/ratelimit](https://github.com/projectdiscovery/ratelimit ) | `0.0.79` | `0.0.80` |
| [github.com/projectdiscovery/retryablehttp-go](https://github.com/projectdiscovery/retryablehttp-go ) | `1.0.109` | `1.0.111` |
| [github.com/projectdiscovery/utils](https://github.com/projectdiscovery/utils ) | `0.4.18` | `0.4.19` |
| [github.com/projectdiscovery/cdncheck](https://github.com/projectdiscovery/cdncheck ) | `1.1.15` | `1.1.17` |
| [github.com/projectdiscovery/networkpolicy](https://github.com/projectdiscovery/networkpolicy ) | `0.1.12` | `0.1.14` |
Updates `github.com/projectdiscovery/ratelimit` from 0.0.79 to 0.0.80
- [Release notes](https://github.com/projectdiscovery/ratelimit/releases )
- [Commits](https://github.com/projectdiscovery/ratelimit/compare/v0.0.79...v0.0.80 )
Updates `github.com/projectdiscovery/retryablehttp-go` from 1.0.109 to 1.0.111
- [Release notes](https://github.com/projectdiscovery/retryablehttp-go/releases )
- [Commits](https://github.com/projectdiscovery/retryablehttp-go/compare/v1.0.109...v1.0.111 )
Updates `github.com/projectdiscovery/utils` from 0.4.18 to 0.4.19
- [Release notes](https://github.com/projectdiscovery/utils/releases )
- [Changelog](https://github.com/projectdiscovery/utils/blob/main/CHANGELOG.md )
- [Commits](https://github.com/projectdiscovery/utils/compare/v0.4.18...v0.4.19 )
Updates `github.com/projectdiscovery/cdncheck` from 1.1.15 to 1.1.17
- [Release notes](https://github.com/projectdiscovery/cdncheck/releases )
- [Changelog](https://github.com/projectdiscovery/cdncheck/blob/main/.goreleaser.yaml )
- [Commits](https://github.com/projectdiscovery/cdncheck/compare/v1.1.15...v1.1.17 )
Updates `github.com/projectdiscovery/hmap` from 0.0.87 to 0.0.88
- [Release notes](https://github.com/projectdiscovery/hmap/releases )
- [Commits](https://github.com/projectdiscovery/hmap/compare/v0.0.87...v0.0.88 )
Updates `github.com/projectdiscovery/networkpolicy` from 0.1.12 to 0.1.14
- [Release notes](https://github.com/projectdiscovery/networkpolicy/releases )
- [Commits](https://github.com/projectdiscovery/networkpolicy/compare/v0.1.12...v0.1.14 )
Updates `github.com/projectdiscovery/retryabledns` from 1.0.98 to 1.0.99
- [Release notes](https://github.com/projectdiscovery/retryabledns/releases )
- [Commits](https://github.com/projectdiscovery/retryabledns/compare/v1.0.98...v1.0.99 )
---
updated-dependencies:
- dependency-name: github.com/projectdiscovery/ratelimit
dependency-version: 0.0.80
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: modules
- dependency-name: github.com/projectdiscovery/retryablehttp-go
dependency-version: 1.0.111
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: modules
- dependency-name: github.com/projectdiscovery/utils
dependency-version: 0.4.19
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: modules
- dependency-name: github.com/projectdiscovery/cdncheck
dependency-version: 1.1.17
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: modules
- dependency-name: github.com/projectdiscovery/hmap
dependency-version: 0.0.88
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: modules
- dependency-name: github.com/projectdiscovery/networkpolicy
dependency-version: 0.1.14
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: modules
- dependency-name: github.com/projectdiscovery/retryabledns
dependency-version: 1.0.99
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: modules
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-17 13:17:09 +00:00
Dogan Can Bakir
678fbc811b
fix docker build ( #1583 )
2025-04-29 18:52:07 +05:30
Dogan Can Bakir
fea5afaf4a
Merge pull request #1581 from projectdiscovery/dev
...
release v2.7.1
v2.7.1
2025-04-28 15:46:35 +03:00
Doğan Can Bakır
ab4e8852b7
update lint action
2025-04-28 15:10:46 +03:00
Doğan Can Bakır
385e03eb95
update version
2025-04-28 14:49:21 +03:00
dependabot[bot]
4c7044dded
Merge pull request #1578 from projectdiscovery/dependabot/go_modules/v2/github.com/refraction-networking/utls-1.7.0
2025-04-23 14:48:15 +00:00
ghost
8b4bc84319
chore(deps): go mod tidy
2025-04-23 14:47:12 +00:00
dependabot[bot]
8c54b9dbc0
chore(deps): bump github.com/refraction-networking/utls in /v2
...
Bumps [github.com/refraction-networking/utls](https://github.com/refraction-networking/utls ) from 1.6.7 to 1.7.0.
- [Release notes](https://github.com/refraction-networking/utls/releases )
- [Commits](https://github.com/refraction-networking/utls/compare/v1.6.7...v1.7.0 )
---
updated-dependencies:
- dependency-name: github.com/refraction-networking/utls
dependency-version: 1.7.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-23 14:45:49 +00:00
dependabot[bot]
601d019f7f
Merge pull request #1577 from projectdiscovery/dependabot/go_modules/v2/dev/modules-6cf6a2e0e6
2025-04-22 09:43:15 +00:00
dependabot[bot]
9c1536361c
chore(deps): bump the modules group in /v2 with 5 updates
...
Bumps the modules group in /v2 with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [github.com/projectdiscovery/gologger](https://github.com/projectdiscovery/gologger ) | `1.1.53` | `1.1.54` |
| [github.com/projectdiscovery/retryablehttp-go](https://github.com/projectdiscovery/retryablehttp-go ) | `1.0.101` | `1.0.109` |
| [github.com/projectdiscovery/utils](https://github.com/projectdiscovery/utils ) | `0.4.17` | `0.4.18` |
| [github.com/projectdiscovery/cdncheck](https://github.com/projectdiscovery/cdncheck ) | `1.1.14` | `1.1.15` |
| [github.com/projectdiscovery/hmap](https://github.com/projectdiscovery/hmap ) | `0.0.81` | `0.0.87` |
Updates `github.com/projectdiscovery/gologger` from 1.1.53 to 1.1.54
- [Release notes](https://github.com/projectdiscovery/gologger/releases )
- [Commits](https://github.com/projectdiscovery/gologger/compare/v1.1.53...v1.1.54 )
Updates `github.com/projectdiscovery/retryablehttp-go` from 1.0.101 to 1.0.109
- [Release notes](https://github.com/projectdiscovery/retryablehttp-go/releases )
- [Commits](https://github.com/projectdiscovery/retryablehttp-go/compare/v1.0.101...v1.0.109 )
Updates `github.com/projectdiscovery/utils` from 0.4.17 to 0.4.18
- [Release notes](https://github.com/projectdiscovery/utils/releases )
- [Changelog](https://github.com/projectdiscovery/utils/blob/main/CHANGELOG.md )
- [Commits](https://github.com/projectdiscovery/utils/compare/v0.4.17...v0.4.18 )
Updates `github.com/projectdiscovery/cdncheck` from 1.1.14 to 1.1.15
- [Release notes](https://github.com/projectdiscovery/cdncheck/releases )
- [Changelog](https://github.com/projectdiscovery/cdncheck/blob/main/.goreleaser.yaml )
- [Commits](https://github.com/projectdiscovery/cdncheck/compare/v1.1.14...v1.1.15 )
Updates `github.com/projectdiscovery/hmap` from 0.0.81 to 0.0.87
- [Release notes](https://github.com/projectdiscovery/hmap/releases )
- [Commits](https://github.com/projectdiscovery/hmap/compare/v0.0.81...v0.0.87 )
---
updated-dependencies:
- dependency-name: github.com/projectdiscovery/gologger
dependency-version: 1.1.54
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: modules
- dependency-name: github.com/projectdiscovery/retryablehttp-go
dependency-version: 1.0.109
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: modules
- dependency-name: github.com/projectdiscovery/utils
dependency-version: 0.4.18
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: modules
- dependency-name: github.com/projectdiscovery/cdncheck
dependency-version: 1.1.15
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: modules
- dependency-name: github.com/projectdiscovery/hmap
dependency-version: 0.0.87
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: modules
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-21 15:01:15 +00:00
dependabot[bot]
86d333e556
Merge pull request #1574 from projectdiscovery/dependabot/go_modules/v2/golang.org/x/net-0.38.0
2025-04-16 23:30:39 +00:00
dependabot[bot]
5ddc497069
chore(deps): bump golang.org/x/net from 0.36.0 to 0.38.0 in /v2
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.36.0 to 0.38.0.
- [Commits](https://github.com/golang/net/compare/v0.36.0...v0.38.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-version: 0.38.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-16 23:28:43 +00:00
dependabot[bot]
899ccdb9b3
Merge pull request #1571 from projectdiscovery/dependabot/go_modules/v2/dev/modules-d02e768e59
2025-04-15 09:59:43 +00:00