From fcc3b1b8e254f4d7acc9392e0beb9111fbaa9507 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 04:21:10 +0000 Subject: [PATCH] Bump github.com/v1Flows/shared-library in /action-plugins/ping Bumps [github.com/v1Flows/shared-library](https://github.com/v1Flows/shared-library) from 1.0.25 to 1.0.27. - [Commits](https://github.com/v1Flows/shared-library/compare/v1.0.25...v1.0.27) --- updated-dependencies: - dependency-name: github.com/v1Flows/shared-library dependency-version: 1.0.27 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- action-plugins/ping/go.mod | 2 +- action-plugins/ping/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/action-plugins/ping/go.mod b/action-plugins/ping/go.mod index 0d285e1..99538fb 100644 --- a/action-plugins/ping/go.mod +++ b/action-plugins/ping/go.mod @@ -6,7 +6,7 @@ require ( github.com/hashicorp/go-plugin v1.6.3 github.com/prometheus-community/pro-bing v0.7.0 github.com/v1Flows/runner v1.3.0 - github.com/v1Flows/shared-library v1.0.25 + github.com/v1Flows/shared-library v1.0.27 ) require ( diff --git a/action-plugins/ping/go.sum b/action-plugins/ping/go.sum index baf1603..6822512 100644 --- a/action-plugins/ping/go.sum +++ b/action-plugins/ping/go.sum @@ -91,8 +91,8 @@ github.com/v1Flows/exFlow/services/backend v0.0.0-20250729085929-95657664575c h1 github.com/v1Flows/exFlow/services/backend v0.0.0-20250729085929-95657664575c/go.mod h1:6G9XUHVAMiY/3XFNbgYWSIVU7u+2/srGFmnbmy7s8M0= github.com/v1Flows/runner v1.3.0 h1:2lIRBseLeZgS4ndAMJcP4ldi6tYNgmhGRGagw3lOUUM= github.com/v1Flows/runner v1.3.0/go.mod h1:3EG9t6HAjSstgk/IhIMHCkLvvG4GTcjutbDilNt5DdQ= -github.com/v1Flows/shared-library v1.0.25 h1:Rez0FNvDXdYByx3JAT8/+BXqld2vmvqUz0rPoBxt5UE= -github.com/v1Flows/shared-library v1.0.25/go.mod h1:UVP6m6Nri6JC3L0xS3wkbqGvfQJ5fsYIJx81Gfj1TFw= +github.com/v1Flows/shared-library v1.0.27 h1:BQMZ0hgBMhOHMelygi4Rl7XxriAEKveFarWer9SlN0Q= +github.com/v1Flows/shared-library v1.0.27/go.mod h1:UVP6m6Nri6JC3L0xS3wkbqGvfQJ5fsYIJx81Gfj1TFw= github.com/vmihailenco/msgpack/v5 v5.4.1 h1:cQriyiUvjTwOHg8QZaPihLWeRAAVoCpE00IUPn0Bjt8= github.com/vmihailenco/msgpack/v5 v5.4.1/go.mod h1:GaZTsDaehaPpQVyxrf5mtQlH+pc21PIudVV/E3rRQok= github.com/vmihailenco/tagparser/v2 v2.0.0 h1:y09buUbR+b5aycVFQs/g70pqKVZNBmxwAhO7/IwNM9g=