From 4f9aba1c4d6c218328d6f21744f9dba6b3627c7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 06:35:26 +0000 Subject: [PATCH] Bump github.com/pierrre/go-libs from 0.8.8 to 0.8.9 Bumps [github.com/pierrre/go-libs](https://github.com/pierrre/go-libs) from 0.8.8 to 0.8.9. - [Commits](https://github.com/pierrre/go-libs/compare/v0.8.8...v0.8.9) --- updated-dependencies: - dependency-name: github.com/pierrre/go-libs 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 de24f98..e165ee2 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.23.0 require ( github.com/pierrre/assert v0.6.0 - github.com/pierrre/go-libs v0.8.8 + github.com/pierrre/go-libs v0.8.9 ) require github.com/pierrre/pretty v0.7.1 // indirect diff --git a/go.sum b/go.sum index 7f7989d..c53038a 100644 --- a/go.sum +++ b/go.sum @@ -1,6 +1,6 @@ github.com/pierrre/assert v0.6.0 h1:h5b5xD3wI+kK8zeAXc7eBwkDbY4zrt+PRBcTaiem3ss= github.com/pierrre/assert v0.6.0/go.mod h1:K9POezIIIkBerBcpA2p6r7WkrBzJ7eX8b38ikzpiquQ= -github.com/pierrre/go-libs v0.8.8 h1:nbpyXamRqSAqyZ10JEv8+SRQoEtG7+zoWqUzsDQh3o0= -github.com/pierrre/go-libs v0.8.8/go.mod h1:8ukTYTknOuQ3Eq5dy2Kzhndi7pCLR5KcPGT4EdyooN0= +github.com/pierrre/go-libs v0.8.9 h1:0rAX2osRKYJ+4wMhAugYC09uA14jjMdw9AMTgzNvyLk= +github.com/pierrre/go-libs v0.8.9/go.mod h1:8ukTYTknOuQ3Eq5dy2Kzhndi7pCLR5KcPGT4EdyooN0= github.com/pierrre/pretty v0.7.1 h1:XyOxGMTr2WRrEs8N6riroDDPHbqOASIV8/nggImeTdA= github.com/pierrre/pretty v0.7.1/go.mod h1:8WXIrWGZS1iT+efOcqzMj9cSUTBjDgz8AvmfI9eJ2nU=