From fa870e366595af39e758da3a850e74b64cf08b24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 03:13:46 +0000 Subject: [PATCH] Bump github.com/v1Flows/shared-library in /action-plugins/log Bumps [github.com/v1Flows/shared-library](https://github.com/v1Flows/shared-library) from 1.0.23 to 1.0.24. - [Commits](https://github.com/v1Flows/shared-library/compare/v1.0.23...v1.0.24) --- updated-dependencies: - dependency-name: github.com/v1Flows/shared-library dependency-version: 1.0.24 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- action-plugins/log/go.mod | 2 +- action-plugins/log/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/action-plugins/log/go.mod b/action-plugins/log/go.mod index 718ca8c..4825722 100644 --- a/action-plugins/log/go.mod +++ b/action-plugins/log/go.mod @@ -6,7 +6,7 @@ require ( github.com/hashicorp/go-plugin v1.6.3 github.com/tidwall/gjson v1.18.0 github.com/v1Flows/runner v1.2.1 - github.com/v1Flows/shared-library v1.0.23 + github.com/v1Flows/shared-library v1.0.24 ) require ( diff --git a/action-plugins/log/go.sum b/action-plugins/log/go.sum index b1ce452..d3d6d74 100644 --- a/action-plugins/log/go.sum +++ b/action-plugins/log/go.sum @@ -95,8 +95,8 @@ github.com/v1Flows/exFlow/services/backend v0.0.0-20250314134041-010ef4dcb540 h1 github.com/v1Flows/exFlow/services/backend v0.0.0-20250314134041-010ef4dcb540/go.mod h1:63Ad53i4eEkN3C6QeTsOWvLASjn43+cEwrWAcllX8So= github.com/v1Flows/runner v1.2.1 h1:lzmZXeab2JCpkVVmmQAKU6vZu/bHpw8HZv6gH5EamK4= github.com/v1Flows/runner v1.2.1/go.mod h1:QtMvqE7UtA/mpeNSeV3x9kNhUAbC6KXZpXzYBf+2KSU= -github.com/v1Flows/shared-library v1.0.23 h1:xczFEU4SOGVeg1hCFof5A3FjKnPv5kXmf746EWPS4EA= -github.com/v1Flows/shared-library v1.0.23/go.mod h1:UVP6m6Nri6JC3L0xS3wkbqGvfQJ5fsYIJx81Gfj1TFw= +github.com/v1Flows/shared-library v1.0.24 h1:v0Z0Wll7JjILg3reqs1H/XThJ/2Zkyy+5487F8d+ar8= +github.com/v1Flows/shared-library v1.0.24/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=