diff options
| author | David Schlachter <t480-debian-git@schlachter.ca> | 2025-11-10 00:24:57 -0500 |
|---|---|---|
| committer | David Schlachter <t480-debian-git@schlachter.ca> | 2025-11-10 00:24:57 -0500 |
| commit | 8f09516cc211e3652189e4cedab5810af89cd178 (patch) | |
| tree | f83dfef080cce5aeccde4d32c5bbe988f5a89a06 /go.mod | |
| parent | b488c1495f90605646453a4c6e3c3d69022bf135 (diff) | |
Add file parsing
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +module davidschlachter.com/todoist-repeater + +go 1.24.1 + +require github.com/robfig/cron/v3 v3.0.1 |
