diff options
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 +) |
