summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorDavid Schlachter <t480-debian-git@schlachter.ca>2025-11-10 00:24:57 -0500
committerDavid Schlachter <t480-debian-git@schlachter.ca>2025-11-10 00:24:57 -0500
commit8f09516cc211e3652189e4cedab5810af89cd178 (patch)
treef83dfef080cce5aeccde4d32c5bbe988f5a89a06 /go.mod
parentb488c1495f90605646453a4c6e3c3d69022bf135 (diff)
Add file parsing
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 5 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..d761957
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,5 @@
+module davidschlachter.com/todoist-repeater
+
+go 1.24.1
+
+require github.com/robfig/cron/v3 v3.0.1