diff options
author | Julien Dessaux | 2024-10-22 19:19:04 +0200 |
---|---|---|
committer | Julien Dessaux | 2024-11-11 23:22:54 +0100 |
commit | c2e7c3c2a14f596df4f773045ac248556b8179b5 (patch) | |
tree | f8a5eb9fee6f868a82119358dbc41c73236f2ab1 /go.mod | |
parent | feat(tfstated): allow configuration of version history limit via environment ... (diff) | |
download | tfstated-c2e7c3c2a14f596df4f773045ac248556b8179b5.tar.gz tfstated-c2e7c3c2a14f596df4f773045ac248556b8179b5.tar.bz2 tfstated-c2e7c3c2a14f596df4f773045ac248556b8179b5.zip |
chore(deps): update dependencies
Diffstat (limited to '')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |