From 57a8ce6059d25543306a1b617c609510bb6f5679 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 8 Dec 2025 18:06:41 +0000 Subject: [PATCH] Update module github.com/mattn/go-sqlite3 to v1.14.32 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index b70f901..e46b158 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.21 require ( fyne.io/fyne/v2 v2.4.1 - github.com/mattn/go-sqlite3 v1.14.17 + github.com/mattn/go-sqlite3 v1.14.32 ) require (