From 6608d31df07ffb13eb3b9349bfb35e0da57afba5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 06:43:05 +0000 Subject: [PATCH] Bump github.com/pierrre/go-libs from 0.7.5 to 0.7.6 (#86) Bumps [github.com/pierrre/go-libs](https://github.com/pierrre/go-libs) from 0.7.5 to 0.7.6. - [Commits](https://github.com/pierrre/go-libs/compare/v0.7.5...v0.7.6) --- updated-dependencies: - dependency-name: github.com/pierrre/go-libs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 4ec4dc7..8d3fd52 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.23.0 require ( github.com/pierrre/assert v0.5.3 - github.com/pierrre/go-libs v0.7.5 + github.com/pierrre/go-libs v0.7.6 ) require github.com/pierrre/pretty v0.5.4 // indirect diff --git a/go.sum b/go.sum index ab0b395..2c61235 100644 --- a/go.sum +++ b/go.sum @@ -1,6 +1,6 @@ github.com/pierrre/assert v0.5.3 h1:DJ9M/Ql10aFM73ewxQtJnX4qtaic5045ZiYMrKxEGbk= github.com/pierrre/assert v0.5.3/go.mod h1:qfvLvU4ZUB6feCDjQT80Wp21k23p5j4LhKR4cVr1F30= -github.com/pierrre/go-libs v0.7.5 h1:wFvWPvjm+BgfLyHvS1kiQpfXQ4lZtln0/MgSbDkGejc= -github.com/pierrre/go-libs v0.7.5/go.mod h1:M4CRrYyylKQOogkC0DlpUxQmePdK0sM3oj4MEk3RkJc= +github.com/pierrre/go-libs v0.7.6 h1:BfsqqMVko+I7PtJhjNYLcQIcnk8Pf5mKh8YODk95t5Y= +github.com/pierrre/go-libs v0.7.6/go.mod h1:1D/vaaV/r96umFnv1DkgxzCBoMVuauAXmfnWp/D2+y8= github.com/pierrre/pretty v0.5.4 h1:PDf1FYbWPJiv9GIfqbJ9A3vrQvf74aZukNmCl9af8DI= github.com/pierrre/pretty v0.5.4/go.mod h1:uWYVnbl2WseO2nYFIFFWVrki0NNvNKs5aOLV4nuR7iI=