From b6d944161fe475b77c337a2529601b304d344c61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 16:22:11 +0000 Subject: [PATCH] build(deps): bump github.com/KARTIKrocks/sqlguard Bumps the go-dependencies group with 1 update in the /integrations/xormguard 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/xormguard/go.mod | 2 +- integrations/xormguard/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/integrations/xormguard/go.mod b/integrations/xormguard/go.mod index cbd9722..a6deaa8 100644 --- a/integrations/xormguard/go.mod +++ b/integrations/xormguard/go.mod @@ -3,7 +3,7 @@ module github.com/KARTIKrocks/sqlguard/integrations/xormguard go 1.26 require ( - github.com/KARTIKrocks/sqlguard v0.1.0 + github.com/KARTIKrocks/sqlguard v0.1.1 github.com/mattn/go-sqlite3 v1.14.47 xorm.io/xorm v1.4.1 ) diff --git a/integrations/xormguard/go.sum b/integrations/xormguard/go.sum index 0cf7354..cc07dc6 100644 --- a/integrations/xormguard/go.sum +++ b/integrations/xormguard/go.sum @@ -2,8 +2,8 @@ filippo.io/edwards25519 v1.2.0 h1:crnVqOiS4jqYleHd9vaKZ+HKtHfllngJIiOpNpoJsjo= filippo.io/edwards25519 v1.2.0/go.mod h1:xzAOLCNug/yB62zG1bQ8uziwrIqIuxhctzJT18Q77mc= gitea.com/xorm/sqlfiddle v0.0.0-20180821085327-62ce714f951a h1:lSA0F4e9A2NcQSqGqTOXqu2aRi/XEQxDCBwM8yJtE6s= gitea.com/xorm/sqlfiddle v0.0.0-20180821085327-62ce714f951a/go.mod h1:EXuID2Zs0pAQhH8yz+DNjUbjppKQzKFAn28TMYPB6IU= -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=