From f5faccf9b348ddf7836588586bcf543caf866ff9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 10:25:21 +0000 Subject: [PATCH] build(deps): bump github.com/mattn/go-sqlite3 Bumps the go-dependencies group in /integrations/sqlxguard with 1 update: [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3). Updates `github.com/mattn/go-sqlite3` from 1.14.47 to 1.14.48 - [Release notes](https://github.com/mattn/go-sqlite3/releases) - [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.47...v1.14.48) --- updated-dependencies: - dependency-name: github.com/mattn/go-sqlite3 dependency-version: 1.14.48 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] --- integrations/sqlxguard/go.mod | 2 +- integrations/sqlxguard/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/integrations/sqlxguard/go.mod b/integrations/sqlxguard/go.mod index 64f3bb6..bbd74d6 100644 --- a/integrations/sqlxguard/go.mod +++ b/integrations/sqlxguard/go.mod @@ -7,6 +7,6 @@ require ( github.com/jmoiron/sqlx v1.4.0 ) -require github.com/mattn/go-sqlite3 v1.14.47 +require github.com/mattn/go-sqlite3 v1.14.48 require github.com/go-sql-driver/mysql v1.10.0 // indirect diff --git a/integrations/sqlxguard/go.sum b/integrations/sqlxguard/go.sum index 27559d8..6797232 100644 --- a/integrations/sqlxguard/go.sum +++ b/integrations/sqlxguard/go.sum @@ -11,5 +11,5 @@ github.com/jmoiron/sqlx v1.4.0/go.mod h1:ZrZ7UsYB/weZdl2Bxg6jCRO9c3YHl8r3ahlKmRT github.com/lib/pq v1.10.9 h1:YXG7RB+JIjhP29X+OtkiDnYaXQwpS4JEWq7dtCCRUEw= github.com/lib/pq v1.10.9/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o= github.com/mattn/go-sqlite3 v1.14.22/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y= -github.com/mattn/go-sqlite3 v1.14.47 h1:jOBI62gS7nKeZv+as1oGEy0+1qISgXwH/QBlR6KbfIo= -github.com/mattn/go-sqlite3 v1.14.47/go.mod h1:6JTjA44L93a0QCyJef5YvlPoKXntQPjzWv5gtm9sB6w= +github.com/mattn/go-sqlite3 v1.14.48 h1:7XHIgl0a8HwOaiK4E47ozLkST78rR9+OtNGx27D/TFs= +github.com/mattn/go-sqlite3 v1.14.48/go.mod h1:6JTjA44L93a0QCyJef5YvlPoKXntQPjzWv5gtm9sB6w=