chore(tfstated): improve error messages and refactored PRAGMA code in the database module

This commit is contained in:
Julien Dessaux 2024-11-28 00:11:11 +01:00
parent b3980358cf
commit 6cf7872b22
Signed by: adyxax
GPG key ID: F92E51B86E07177E
3 changed files with 22 additions and 20 deletions

7
go.mod
View file

@ -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
)