From dd42bb47d0a2d7336a09f6b65f16c5cd718486f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 16:22:05 +0000 Subject: [PATCH] build(deps): bump github.com/KARTIKrocks/sqlguard Bumps the go-dependencies group with 1 update in the /integrations/pgxguard directory: [github.com/KARTIKrocks/sqlguard](https://github.com/KARTIKrocks/sqlguard). Updates `github.com/KARTIKrocks/sqlguard` from 0.1.0 to 0.1.1 - [Release notes](https://github.com/KARTIKrocks/sqlguard/releases) - [Changelog](https://github.com/KARTIKrocks/sqlguard/blob/main/CHANGELOG.md) - [Commits](https://github.com/KARTIKrocks/sqlguard/compare/v0.1.0...v0.1.1) --- updated-dependencies: - dependency-name: github.com/KARTIKrocks/sqlguard dependency-version: 0.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] --- integrations/pgxguard/go.mod | 3 +-- integrations/pgxguard/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/integrations/pgxguard/go.mod b/integrations/pgxguard/go.mod index d70d779..4e693e5 100644 --- a/integrations/pgxguard/go.mod +++ b/integrations/pgxguard/go.mod @@ -3,7 +3,7 @@ module github.com/KARTIKrocks/sqlguard/integrations/pgxguard go 1.26 require ( - github.com/KARTIKrocks/sqlguard v0.1.0 + github.com/KARTIKrocks/sqlguard v0.1.1 github.com/jackc/pgx/v5 v5.10.0 ) @@ -11,7 +11,6 @@ require ( github.com/jackc/pgpassfile v1.0.0 // indirect github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect github.com/jackc/puddle/v2 v2.2.2 // indirect - github.com/mattn/go-sqlite3 v1.14.47 // indirect golang.org/x/sync v0.22.0 // indirect golang.org/x/text v0.40.0 // indirect ) diff --git a/integrations/pgxguard/go.sum b/integrations/pgxguard/go.sum index a12a302..83b5076 100644 --- a/integrations/pgxguard/go.sum +++ b/integrations/pgxguard/go.sum @@ -1,5 +1,5 @@ -github.com/KARTIKrocks/sqlguard v0.1.0 h1:1rELGKkh30y2UvkmyKCK0veiFe3Jr66+RGbEsAIOofk= -github.com/KARTIKrocks/sqlguard v0.1.0/go.mod h1:Y9zX2L9OSqMXa1gx9c4mMKPTDEsArvbtYmzKpAwWPv8= +github.com/KARTIKrocks/sqlguard v0.1.1 h1:qNdb0yztVcpJiBu0NgikMPMAYTebcutwtX3DGxaoBiI= +github.com/KARTIKrocks/sqlguard v0.1.1/go.mod h1:FDwahcB1Sv2s9ejA+bMfIbS/w/YKBrE2/POttvchwhg= 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=