From b0cc4f716ed899637634420c7f2b3fc5a34ec592 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 20:07:32 +0000 Subject: [PATCH] chore(deps): bump github.com/go-faster/errors from 0.7.1 to 0.8.0 Bumps [github.com/go-faster/errors](https://github.com/go-faster/errors) from 0.7.1 to 0.8.0. - [Release notes](https://github.com/go-faster/errors/releases) - [Commits](https://github.com/go-faster/errors/compare/v0.7.1...v0.8.0) --- updated-dependencies: - dependency-name: github.com/go-faster/errors dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 928fb1a7..40515453 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/dmarkham/enumer v1.6.3 github.com/dustin/go-humanize v1.0.1 github.com/go-faster/city v1.0.1 - github.com/go-faster/errors v0.7.1 + github.com/go-faster/errors v0.8.0 github.com/google/uuid v1.6.0 github.com/hashicorp/go-version v1.9.0 github.com/jackc/puddle/v2 v2.2.2 diff --git a/go.sum b/go.sum index 36078827..6d9055d1 100644 --- a/go.sum +++ b/go.sum @@ -10,8 +10,8 @@ github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkp github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto= github.com/go-faster/city v1.0.1 h1:4WAxSZ3V2Ws4QRDrscLEDcibJY8uf41H6AhXDrNDcGw= github.com/go-faster/city v1.0.1/go.mod h1:jKcUJId49qdW3L1qKHH/3wPeUstCVpVSXTM6vO3VcTw= -github.com/go-faster/errors v0.7.1 h1:MkJTnDoEdi9pDabt1dpWf7AA8/BaSYZqibYyhZ20AYg= -github.com/go-faster/errors v0.7.1/go.mod h1:5ySTjWFiphBs07IKuiL69nxdfd5+fzh1u7FPGZP2quo= +github.com/go-faster/errors v0.8.0 h1:9T9eJrM+72dFk7n4DfhuaDDe6cyuFCSW2oNUkN77Yqc= +github.com/go-faster/errors v0.8.0/go.mod h1:5ySTjWFiphBs07IKuiL69nxdfd5+fzh1u7FPGZP2quo= github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A= github.com/go-logr/logr v1.4.3 h1:CjnDlHq8ikf6E492q6eKboGOC0T8CDaOvkHCIg8idEI= github.com/go-logr/logr v1.4.3/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=