summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJulien Dessaux2024-11-28 00:11:11 +0100
committerJulien Dessaux2024-12-17 23:19:22 +0100
commit6cf7872b22755e97408d4f67a645ef3ccc6c0b4d (patch)
treec9bffabde6ca73607ed87622685d948bb78b9bc6 /go.mod
parentfix(tfstated): rollack transaction in case of panic (diff)
downloadtfstated-6cf7872b22755e97408d4f67a645ef3ccc6c0b4d.tar.gz
tfstated-6cf7872b22755e97408d4f67a645ef3ccc6c0b4d.tar.bz2
tfstated-6cf7872b22755e97408d4f67a645ef3ccc6c0b4d.zip
chore(tfstated): improve error messages and refactored PRAGMA code in the database module
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod7
1 files changed, 3 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index 2733025..5cdb0f4 100644
--- a/go.mod
+++ b/go.mod
@@ -2,9 +2,8 @@ module git.adyxax.org/adyxax/tfstated
go 1.23.3
-require github.com/mattn/go-sqlite3 v1.14.24
-
require (
- go.n16f.net/uuid v0.0.0-20240707135755-e4fd26b968ad // indirect
- golang.org/x/crypto v0.29.0 // indirect
+ github.com/mattn/go-sqlite3 v1.14.24
+ go.n16f.net/uuid v0.0.0-20240707135755-e4fd26b968ad
+ golang.org/x/crypto v0.29.0
)