From 8fcab2cbd7b7e81c3ab2995a962ba1049b7248a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 04:22:28 +0000 Subject: [PATCH] Bump github.com/senzing-garage/go-helpers from 0.6.1 to 0.6.2 Bumps [github.com/senzing-garage/go-helpers](https://github.com/senzing-garage/go-helpers) from 0.6.1 to 0.6.2. - [Release notes](https://github.com/senzing-garage/go-helpers/releases) - [Changelog](https://github.com/senzing-garage/go-helpers/blob/main/CHANGELOG.md) - [Commits](https://github.com/senzing-garage/go-helpers/compare/0.6.1...0.6.2) --- updated-dependencies: - dependency-name: github.com/senzing-garage/go-helpers dependency-type: direct:production update-type: version-update:semver-patch ... 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 bff31da..d6b9c83 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ toolchain go1.23.1 require ( github.com/aquilax/truncate v1.0.0 - github.com/senzing-garage/go-helpers v0.6.1 + github.com/senzing-garage/go-helpers v0.6.2 github.com/senzing-garage/go-logging v1.5.1 github.com/senzing-garage/go-messaging v1.5.2 github.com/senzing-garage/go-observing v0.3.3 diff --git a/go.sum b/go.sum index d00ab55..18ea46e 100644 --- a/go.sum +++ b/go.sum @@ -13,8 +13,8 @@ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRI github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ= github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncjaFoBhdsK/akog= -github.com/senzing-garage/go-helpers v0.6.1 h1:wxQljvwix3sN7/PkWvWdBKli40lEXpEpaagCJa/336Y= -github.com/senzing-garage/go-helpers v0.6.1/go.mod h1:zLNSiNeI3o0kRjfigSdT5G5GxCXvQlD3iciychF17KA= +github.com/senzing-garage/go-helpers v0.6.2 h1:IxjCgfI5jAcZp2NPHf8YQm4uubnMKndUBGjEJdJhztg= +github.com/senzing-garage/go-helpers v0.6.2/go.mod h1:YerS7RDFiZMc/2kp9RpAPO8HrsPVy+kMQ2wyGjiAn6U= github.com/senzing-garage/go-logging v1.5.1 h1:3nqw75gN5x+6PQRop34/49+3kag1aE9dlFne7pILQAg= github.com/senzing-garage/go-logging v1.5.1/go.mod h1:ki4sQ46iI1Kjl1kkknYFQC2DY+zJj6Pod61wohGUs4E= github.com/senzing-garage/go-messaging v1.5.2 h1:lU9W2HV3zKQsDU9Vs7lwe/C/LbHVCMng9kQOL/r8pOI=