simple rate limiter

This commit is contained in:
nquidox 2026-02-20 14:39:24 +03:00
parent d2af3b1183
commit 8b1bc57cd0
3 changed files with 9 additions and 2 deletions

2
go.mod
View file

@ -3,3 +3,5 @@ module repo.nqws.ru/merch-tracker-v2/mt-rabbit
go 1.25.0
require github.com/rabbitmq/amqp091-go v1.10.0
require golang.org/x/time v0.14.0 // indirect