From 6cf7872b22755e97408d4f67a645ef3ccc6c0b4d Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Thu, 28 Nov 2024 00:11:11 +0100 Subject: chore(tfstated): improve error messages and refactored PRAGMA code in the database module --- go.mod | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'go.mod') 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 ) -- cgit v1.2.3