summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 5 insertions, 1 deletions
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
+)