From ccefaed2ae91a173c3a35337d8d081a99a33427a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 11:42:41 +0000 Subject: [PATCH] build(deps): bump github.com/gomatic/go-error Bumps the go-modules group with 1 update in the / directory: [github.com/gomatic/go-error](https://github.com/gomatic/go-error). Updates `github.com/gomatic/go-error` from 0.3.13 to 0.3.14 - [Commits](https://github.com/gomatic/go-error/compare/v0.3.13...v0.3.14) --- updated-dependencies: - dependency-name: github.com/gomatic/go-error dependency-version: 0.3.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-modules ... 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 87021cd..b667d7a 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.26.4 require ( github.com/destel/rill v0.8.1 - github.com/gomatic/go-error v0.3.13 + github.com/gomatic/go-error v0.3.14 github.com/spf13/afero v1.15.0 ) diff --git a/go.sum b/go.sum index 69ad934..03f60b6 100644 --- a/go.sum +++ b/go.sum @@ -2,8 +2,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/destel/rill v0.8.1 h1:tJTit7kljOy2i2kqP4zHG1dUA452VpMK/myYRy5SY28= github.com/destel/rill v0.8.1/go.mod h1:srKuXzvGqINUEGYR5b/iwvW+L9/S35RxVHWGYbXNoO4= -github.com/gomatic/go-error v0.3.13 h1:Q2PAw8lt87XGDZQorId6MeAmHRJxT47XOK5eVAs/lr4= -github.com/gomatic/go-error v0.3.13/go.mod h1:QVlrIcHreFp6u7n5UZiez8+eDllnV8eWP3vlDHSWnCo= +github.com/gomatic/go-error v0.3.14 h1:dDdQ3nY4tStJH4GTZNN2DoIU8zIGr1u28SGDAJZ1xws= +github.com/gomatic/go-error v0.3.14/go.mod h1:QVlrIcHreFp6u7n5UZiez8+eDllnV8eWP3vlDHSWnCo= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/spf13/afero v1.15.0 h1:b/YBCLWAJdFWJTN9cLhiXXcD7mzKn9Dm86dNnfyQw1I=