feat(tfstated): begin implementing tests

This commit is contained in:
Julien Dessaux 2024-10-04 00:22:49 +02:00
parent 3d74311931
commit 7ec826921c
Signed by: adyxax
GPG key ID: F92E51B86E07177E
7 changed files with 249 additions and 10 deletions

2
go.mod
View file

@ -1,5 +1,5 @@
module git.adyxax.org/adyxax/tfstated
go 1.23.1
go 1.23.2
require github.com/mattn/go-sqlite3 v1.14.23