From 2b2cccd0a502805236ed2297aca1d778c99141a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 13:47:58 +0000 Subject: [PATCH] chore: bump github.com/go-ping/ping from 1.1.0 to 1.2.0 Bumps [github.com/go-ping/ping](https://github.com/go-ping/ping) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/go-ping/ping/releases) - [Changelog](https://github.com/go-ping/ping/blob/master/.goreleaser.yml) - [Commits](https://github.com/go-ping/ping/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: github.com/go-ping/ping dependency-type: direct:production 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 53fe95ffb4cd1..35ea3d159870e 100644 --- a/go.mod +++ b/go.mod @@ -111,7 +111,7 @@ require ( github.com/go-chi/render v1.0.1 github.com/go-jose/go-jose/v3 v3.0.3 github.com/go-logr/logr v1.4.2 - github.com/go-ping/ping v1.1.0 + github.com/go-ping/ping v1.2.0 github.com/go-playground/validator/v10 v10.22.0 github.com/gofrs/flock v0.12.0 github.com/gohugoio/hugo v0.138.0 diff --git a/go.sum b/go.sum index 3a1a55ca1124e..e7b00acb70ce3 100644 --- a/go.sum +++ b/go.sum @@ -392,8 +392,8 @@ github.com/go-openapi/swag v0.19.15/go.mod h1:QYRuS/SOXUCsnplDa677K7+DxSOj6IPNl/ github.com/go-openapi/swag v0.22.3/go.mod h1:UzaqsxGiab7freDnrUUra0MwWfN/q7tE4j+VcZ0yl14= github.com/go-openapi/swag v0.22.8 h1:/9RjDSQ0vbFR+NyjGMkFTsA1IA0fmhKSThmfGZjicbw= github.com/go-openapi/swag v0.22.8/go.mod h1:6QT22icPLEqAM/z/TChgb4WAveCHF92+2gF0CNjHpPI= -github.com/go-ping/ping v1.1.0 h1:3MCGhVX4fyEUuhsfwPrsEdQw6xspHkv5zHsiSoDFZYw= -github.com/go-ping/ping v1.1.0/go.mod h1:xIFjORFzTxqIV/tDVGO4eDy/bLuSyawEeojSm3GfRGk= +github.com/go-ping/ping v1.2.0 h1:vsJ8slZBZAXNCK4dPcI2PEE9eM9n9RbXbGouVQ/Y4yQ= +github.com/go-ping/ping v1.2.0/go.mod h1:xIFjORFzTxqIV/tDVGO4eDy/bLuSyawEeojSm3GfRGk= github.com/go-playground/assert/v2 v2.0.1/go.mod h1:VDjEfimB/XKnb+ZQfWdccd7VUvScMdVu0Titje2rxJ4= github.com/go-playground/assert/v2 v2.2.0 h1:JvknZsQTYeFEAhQwI4qEt9cyV5ONwRHC+lYKSsYSR8s= github.com/go-playground/assert/v2 v2.2.0/go.mod h1:VDjEfimB/XKnb+ZQfWdccd7VUvScMdVu0Titje2rxJ4=