blob: b16882bda622d3d96e13640e3f0c71ac7bf0f323 (
plain)
1
2
3
4
5
6
7
8
9
|
module stevenlr.com/timer
go 1.22.2
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
)
|