diff options
| author | David Schlachter <t480-debian-git@schlachter.ca> | 2025-11-10 09:07:02 -0500 |
|---|---|---|
| committer | David Schlachter <t480-debian-git@schlachter.ca> | 2025-11-10 09:07:02 -0500 |
| commit | 107bf7368d405f68eb1256869850b882c80d6649 (patch) | |
| tree | ad7d884ae5927bc7b8f212f464ee780c77bd2bde /go.mod | |
| parent | b78ce8899f0776db7a08d1f054e017c43ff08821 (diff) | |
Retry when task creation fails
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -2,4 +2,7 @@ module davidschlachter.com/todoist-repeater go 1.24.1 -require github.com/robfig/cron/v3 v3.0.1 +require ( + github.com/cenkalti/backoff/v5 v5.0.3 + github.com/robfig/cron/v3 v3.0.1 +) |
