From 2f492a2e2cd818ad7c2e77566611b383c5d4c3ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 06:24:27 +0000 Subject: [PATCH] Bump github.com/YakDriver/smarterr from 0.5.0 to 0.6.0 Bumps [github.com/YakDriver/smarterr](https://github.com/YakDriver/smarterr) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/YakDriver/smarterr/releases) - [Commits](https://github.com/YakDriver/smarterr/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: github.com/YakDriver/smarterr dependency-version: 0.6.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 63867244ba72..50ff54e5190f 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/ProtonMail/go-crypto v1.3.0 github.com/YakDriver/go-version v0.1.0 github.com/YakDriver/regexache v0.24.0 - github.com/YakDriver/smarterr v0.5.0 + github.com/YakDriver/smarterr v0.6.0 github.com/aws/aws-sdk-go-v2 v1.36.5 github.com/aws/aws-sdk-go-v2/config v1.29.17 github.com/aws/aws-sdk-go-v2/credentials v1.17.70 diff --git a/go.sum b/go.sum index d228271d991a..b6eabbe418dd 100644 --- a/go.sum +++ b/go.sum @@ -14,8 +14,8 @@ github.com/YakDriver/go-version v0.1.0 h1:/x+Xg2+l89Mjtxl0VRf2+ue8cnHkw6jfYv49j6 github.com/YakDriver/go-version v0.1.0/go.mod h1:LXwFAp1E3KBhS7FHO/FE8r3XCmvKizs/VXXXFWfoSYY= github.com/YakDriver/regexache v0.24.0 h1:zUKaixelkswzdqsqPc2sveiV//Mi/msJn0teG8zBDiA= github.com/YakDriver/regexache v0.24.0/go.mod h1:awcd8uBj614F3ScW06JqlfSGqq2/7vdJHy+RiKzVC+g= -github.com/YakDriver/smarterr v0.5.0 h1:suBbNkN9xqFX/XMd8LkLr/eACb5HA6/9Fvp2Ditf+go= -github.com/YakDriver/smarterr v0.5.0/go.mod h1:6yR0bvu+RmWGbzj/TFVYYtI4eniiCf8GoZ1bDxVtKc8= +github.com/YakDriver/smarterr v0.6.0 h1:BFJ09GTAVcGfyzMUk7/yiS0rBEPXTzUxpP67bbyVLoo= +github.com/YakDriver/smarterr v0.6.0/go.mod h1:Sg1LUzBronueGfhn2yalB2iVMXl24TIGam/mS5cZh5c= github.com/agext/levenshtein v1.2.3 h1:YB2fHEn0UJagG8T1rrWknE3ZQzWM06O8AMAatNn7lmo= github.com/agext/levenshtein v1.2.3/go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki2W0IB5558= github.com/apparentlymart/go-textseg/v12 v12.0.0/go.mod h1:S/4uRK2UtaQttw1GenVJEynmyUenKwP++x/+DdGV/Ec=