summaryrefslogtreecommitdiff
path: root/go.sum
diff options
context:
space:
mode:
authorDavid Schlachter <t480-debian-git@schlachter.ca>2025-11-10 09:07:02 -0500
committerDavid Schlachter <t480-debian-git@schlachter.ca>2025-11-10 09:07:02 -0500
commit107bf7368d405f68eb1256869850b882c80d6649 (patch)
treead7d884ae5927bc7b8f212f464ee780c77bd2bde /go.sum
parentb78ce8899f0776db7a08d1f054e017c43ff08821 (diff)
Retry when task creation fails
Diffstat (limited to 'go.sum')
-rw-r--r--go.sum2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.sum b/go.sum
index 0667807..512dd4d 100644
--- a/go.sum
+++ b/go.sum
@@ -1,2 +1,4 @@
+github.com/cenkalti/backoff/v5 v5.0.3 h1:ZN+IMa753KfX5hd8vVaMixjnqRZ3y8CuJKRKj1xcsSM=
+github.com/cenkalti/backoff/v5 v5.0.3/go.mod h1:rkhZdG3JZukswDf7f0cwqPNk4K0sa+F97BxZthm/crw=
github.com/robfig/cron/v3 v3.0.1 h1:WdRxkvbJztn8LMz/QEvLN5sBU+xKpSqwwUO1Pjr4qDs=
github.com/robfig/cron/v3 v3.0.1/go.mod h1:eQICP3HwyT7UooqI/z+Ov+PtYAWygg1TEWWzGIFLtro=