From c2e7c3c2a14f596df4f773045ac248556b8179b5 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Tue, 22 Oct 2024 19:19:04 +0200 Subject: chore(deps): update dependencies --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index e56a3aa..fef6907 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module git.adyxax.org/adyxax/tfstated go 1.23.2 -require github.com/mattn/go-sqlite3 v1.14.23 +require github.com/mattn/go-sqlite3 v1.14.24 diff --git a/go.sum b/go.sum index 32531fa..9dcdc9b 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -github.com/mattn/go-sqlite3 v1.14.23 h1:gbShiuAP1W5j9UOksQ06aiiqPMxYecovVGwmTxWtuw0= -github.com/mattn/go-sqlite3 v1.14.23/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y= +github.com/mattn/go-sqlite3 v1.14.24 h1:tpSp2G2KyMnnQu99ngJ47EIkWVmliIizyZBfPrBWDRM= +github.com/mattn/go-sqlite3 v1.14.24/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y= -- cgit v1.2.3