diff options
author | Valery Piashchynski <[email protected]> | 2023-09-14 18:19:14 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2023-09-14 18:19:14 +0200 |
commit | 91f04d7e00efeeb9df3594351d8b8218adbb7b44 (patch) | |
tree | 526293cb715ff3589bbc962a4b7da0c503e5afdd /go.mod | |
parent | 332ffd2ef7e63562bc0ccc966975768eacbb99ac (diff) |
chore: update AMQP driver
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ require ( github.com/fatih/color v1.15.0 github.com/joho/godotenv v1.5.1 github.com/olekukonko/tablewriter v0.0.5 - github.com/roadrunner-server/amqp/v4 v4.8.3 + github.com/roadrunner-server/amqp/v4 v4.8.4 github.com/roadrunner-server/api/v4 v4.8.0 github.com/roadrunner-server/app-logger/v4 v4.1.0 github.com/roadrunner-server/beanstalk/v4 v4.5.2 |