fix: restore backoff module requirement
Deploy / Test, build and deploy (push) Successful in 2m28s

This commit is contained in:
2026-06-27 03:00:11 +04:00
parent a055e0606f
commit f46ec2abde
+1 -2
View File
@@ -4,8 +4,7 @@ go 1.26.2
require (
github.com/caarlos0/env/v11 v11.4.1
github.com/cenkalti/backoff/v6 v6.0.1
github.com/cenkalti/backoff/v6 v6.0.1
github.com/cenkalti/backoff/v4 v4.3.0
github.com/go-sql-driver/mysql v1.10.0
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
github.com/golang-migrate/migrate/v4 v4.19.1