Some work

This commit is contained in:
2024-04-08 23:23:23 +02:00
parent 01e96380a4
commit c60dd3357f
15 changed files with 407 additions and 23 deletions

6
go.mod
View File

@ -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
)