add backoff

This commit is contained in:
2025-10-30 15:12:36 +01:00
parent 802dfc97a2
commit 6f4090fcb3
3 changed files with 29 additions and 9 deletions
+4 -1
View File
@@ -4,4 +4,7 @@ go 1.25.2
replace pkg => ../pkg
require pkg v0.0.0-00010101000000-000000000000
require (
github.com/cenkalti/backoff/v5 v5.0.3
pkg v0.0.0-00010101000000-000000000000
)