From 0b765af4077d55957a024962f4eebab99bd8fcf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 04:25:21 +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.4 to 0.3.10 - [Commits](https://github.com/gomatic/go-error/compare/v0.3.4...v0.3.10) --- updated-dependencies: - dependency-name: github.com/gomatic/go-error dependency-version: 0.3.7 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 8714740..82c8d38 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/gomatic/go-pgpool go 1.26.4 require ( - github.com/gomatic/go-error v0.3.4 + github.com/gomatic/go-error v0.3.10 github.com/jackc/pgx/v5 v5.10.0 ) diff --git a/go.sum b/go.sum index 0295be1..44ee0af 100644 --- a/go.sum +++ b/go.sum @@ -1,8 +1,8 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= 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/gomatic/go-error v0.3.4 h1:LtzAxnOgEqTYTIeqwrOwIAYHow4mYMOfVpwcOPjPffY= -github.com/gomatic/go-error v0.3.4/go.mod h1:vH7CFid9QE33lC7DQAjEajERg85PtTQzM8+pGTS5rac= +github.com/gomatic/go-error v0.3.10 h1:qvLwADrl+X3yRJ81a9NSMCGXGNWQ1LIvA5XY+l1FsYI= +github.com/gomatic/go-error v0.3.10/go.mod h1:vH7CFid9QE33lC7DQAjEajERg85PtTQzM8+pGTS5rac= github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsIM= github.com/jackc/pgpassfile v1.0.0/go.mod h1:CEx0iS5ambNFdcRtxPj5JhEz+xB6uRky5eyVu/W2HEg= github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 h1:iCEnooe7UlwOQYpKFhBabPMi4aNAfoODPEFNiAnClxo=