diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-04-08 23:23:23 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-04-08 23:23:23 +0200 |
commit | c60dd3357fc84e14795f5f864e9fa9ce7150179f (patch) | |
tree | e642f70b89674b0f4ef88986a98001f8be8e24db /go.mod | |
parent | 01e96380a4e48b5d338c71fad690382124195b17 (diff) |
Some work
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 +) |