summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJulien Dessaux2024-10-22 19:19:04 +0200
committerJulien Dessaux2024-11-11 23:22:54 +0100
commitc2e7c3c2a14f596df4f773045ac248556b8179b5 (patch)
treef8a5eb9fee6f868a82119358dbc41c73236f2ab1 /go.mod
parentfeat(tfstated): allow configuration of version history limit via environment ... (diff)
downloadtfstated-c2e7c3c2a14f596df4f773045ac248556b8179b5.tar.gz
tfstated-c2e7c3c2a14f596df4f773045ac248556b8179b5.tar.bz2
tfstated-c2e7c3c2a14f596df4f773045ac248556b8179b5.zip
chore(deps): update dependencies
Diffstat (limited to '')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 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