simple rate limiter
This commit is contained in:
parent
d2af3b1183
commit
8b1bc57cd0
3 changed files with 9 additions and 2 deletions
2
go.mod
2
go.mod
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue