summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2024-04-08 23:23:23 +0200
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2024-04-08 23:23:23 +0200
commitc60dd3357fc84e14795f5f864e9fa9ce7150179f (patch)
treee642f70b89674b0f4ef88986a98001f8be8e24db /go.mod
parent01e96380a4e48b5d338c71fad690382124195b17 (diff)
Some work
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
+)