From 4ff490806c826cf2da4c2291ed924f0a49383fce Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Mon, 30 Sep 2024 00:58:49 +0200 Subject: feat(tfstated): implement GET and POST methods, states are encrypted in a sqlite3 database --- go.mod | 2 ++ 1 file changed, 2 insertions(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 9a846e2..14aa55d 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,5 @@ module git.adyxax.org/adyxax/tfstated go 1.23.1 + +require github.com/mattn/go-sqlite3 v1.14.23 -- cgit v1.2.3