From c60dd3357fc84e14795f5f864e9fa9ce7150179f Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Mon, 8 Apr 2024 23:23:23 +0200 Subject: Some work --- go.mod | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 13fb741..b16882b 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,8 @@ module stevenlr.com/timer go 1.22.2 -require github.com/mattn/go-sqlite3 v1.14.22 // indirect +require ( + github.com/a-h/templ v0.2.648 // indirect + github.com/google/uuid v1.6.0 // indirect + github.com/mattn/go-sqlite3 v1.14.22 // indirect +) -- cgit