From 587f4c18d87198cb9e49a368c631c968103558d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 07:53:38 +0000 Subject: [PATCH] chore(deps): bump github.com/projectdiscovery/fastdialer Bumps [github.com/projectdiscovery/fastdialer](https://github.com/projectdiscovery/fastdialer) from 0.2.15 to 0.3.0. - [Release notes](https://github.com/projectdiscovery/fastdialer/releases) - [Commits](https://github.com/projectdiscovery/fastdialer/compare/v0.2.15...v0.3.0) --- updated-dependencies: - dependency-name: github.com/projectdiscovery/fastdialer dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 08f9e0fb..41c17db3 100644 --- a/go.mod +++ b/go.mod @@ -104,7 +104,7 @@ require ( github.com/projectdiscovery/cdncheck v1.1.0 // indirect github.com/projectdiscovery/clistats v0.1.1 // indirect github.com/projectdiscovery/dsl v0.3.11 // indirect - github.com/projectdiscovery/fastdialer v0.2.15 // indirect + github.com/projectdiscovery/fastdialer v0.3.0 // indirect github.com/projectdiscovery/fdmax v0.0.4 // indirect github.com/projectdiscovery/freeport v0.0.7 // indirect github.com/projectdiscovery/goconfig v0.0.1 // indirect diff --git a/go.sum b/go.sum index 60e1729f..c8d84a0d 100644 --- a/go.sum +++ b/go.sum @@ -273,8 +273,8 @@ github.com/projectdiscovery/clistats v0.1.1 h1:8mwbdbwTU4aT88TJvwIzTpiNeow3XnAB7 github.com/projectdiscovery/clistats v0.1.1/go.mod h1:4LtTC9Oy//RiuT1+76MfTg8Hqs7FQp1JIGBM3nHK6a0= github.com/projectdiscovery/dsl v0.3.11 h1:O3d8nKOYU+ube7U9Dc2v+Z/duahg47tYllXqY8PmWyw= github.com/projectdiscovery/dsl v0.3.11/go.mod h1:hgRZyghtLG7nkT75yHPl6214kQm5D9Q2UG85ok6+BHE= -github.com/projectdiscovery/fastdialer v0.2.15 h1:mq79KOx+XXvXfid2FyRy7vYzFT9uWZbCwJ9XxrHiytA= -github.com/projectdiscovery/fastdialer v0.2.15/go.mod h1:Q0YLArvpx9GAfY/NcTPMCA9qZuVOGnuVoNYWzKBwxdQ= +github.com/projectdiscovery/fastdialer v0.3.0 h1:/wMptjdsrAU/wiaA/U3lSgYGaYCGJH6xm0mLei6oMxk= +github.com/projectdiscovery/fastdialer v0.3.0/go.mod h1:Q0YLArvpx9GAfY/NcTPMCA9qZuVOGnuVoNYWzKBwxdQ= github.com/projectdiscovery/fdmax v0.0.4 h1:K9tIl5MUZrEMzjvwn/G4drsHms2aufTn1xUdeVcmhmc= github.com/projectdiscovery/fdmax v0.0.4/go.mod h1:oZLqbhMuJ5FmcoaalOm31B1P4Vka/CqP50nWjgtSz+I= github.com/projectdiscovery/freeport v0.0.7 h1:Q6uXo/j8SaV/GlAHkEYQi8WQoPXyJWxyspx+aFmz9Qk=