blob: ec764746f276a12b714f7eed5235de0b886b80b1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
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
golang.org/x/crypto v0.22.0 // indirect
)
|