From 995219143cf0c2402a3d7e2bfa54d9c54419f984 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 07:29:04 +0000 Subject: [PATCH] Bump github.com/pierrre/go-libs from 0.9.6 to 0.9.8 Bumps [github.com/pierrre/go-libs](https://github.com/pierrre/go-libs) from 0.9.6 to 0.9.8. - [Commits](https://github.com/pierrre/go-libs/compare/v0.9.6...v0.9.8) --- 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 8418bea..d13d157 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.9.6 + github.com/pierrre/go-libs v0.9.8 github.com/pierrre/pretty v0.8.1 ) diff --git a/go.sum b/go.sum index ce7c425..a0d9ef4 100644 --- a/go.sum +++ b/go.sum @@ -2,7 +2,7 @@ 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/compare v1.4.13 h1:b6gi3OgN1emmD1Ly37m+B/Pbq6tac+w3lNGT5xu4I10= github.com/pierrre/compare v1.4.13/go.mod h1:+ie0ecM2nS32oLck0FWDstwIUSZ0YF4KBIaACOvKhJM= -github.com/pierrre/go-libs v0.9.6 h1:Lj+GN+E28tJdTZwJF7rlzcNmrwxn8UTY/dyRmPjK2dI= -github.com/pierrre/go-libs v0.9.6/go.mod h1:Bd2rkKVvjMWABSeFwRHJfou1eKZPFTfL4N1YdICq5z4= +github.com/pierrre/go-libs v0.9.8 h1:Pd9/7/mxWhmF5EF0IfPN9uVjf63l0vaeeAYfx8/03/w= +github.com/pierrre/go-libs v0.9.8/go.mod h1:Bd2rkKVvjMWABSeFwRHJfou1eKZPFTfL4N1YdICq5z4= github.com/pierrre/pretty v0.8.1 h1:xRSdy8/YdUG/+Ma3pAiGktdd/fD4Z43aB16zRXXQ810= github.com/pierrre/pretty v0.8.1/go.mod h1:+DetkJrPnQ+EjZ8CFZ+DRfRNvghFv7UaXZEbe0RawLA=