summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2023-09-14 18:19:14 +0200
committerValery Piashchynski <[email protected]>2023-09-14 18:19:14 +0200
commit91f04d7e00efeeb9df3594351d8b8218adbb7b44 (patch)
tree526293cb715ff3589bbc962a4b7da0c503e5afdd /go.mod
parent332ffd2ef7e63562bc0ccc966975768eacbb99ac (diff)
chore: update AMQP driver
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index e7a59d49..6c394494 100644
--- a/go.mod
+++ b/go.mod
@@ -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