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.sum | |
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 'go.sum')
-rw-r--r-- | go.sum | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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= |