summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--go.mod2
-rw-r--r--go.sum4
2 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 4dd53b78..8210da65 100644
--- a/go.mod
+++ b/go.mod
@@ -8,7 +8,7 @@ require (
github.com/fatih/color v1.14.1
github.com/joho/godotenv v1.5.1
github.com/olekukonko/tablewriter v0.0.5
- github.com/roadrunner-server/amqp/v4 v4.2.0
+ github.com/roadrunner-server/amqp/v4 v4.2.1
github.com/roadrunner-server/api/v3 v3.2.1
github.com/roadrunner-server/app-logger/v4 v4.0.2
github.com/roadrunner-server/beanstalk/v4 v4.1.2
diff --git a/go.sum b/go.sum
index 33867802..1a7dab00 100644
--- a/go.sum
+++ b/go.sum
@@ -771,8 +771,8 @@ github.com/rabbitmq/amqp091-go v1.7.0/go.mod h1:wfClAtY0C7bOHxd3GjmF26jEHn+rR/0B
github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
github.com/rivo/uniseg v0.4.3 h1:utMvzDsuh3suAEnhH0RdHmoPbU648o6CvXxTx4SBMOw=
github.com/rivo/uniseg v0.4.3/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=
-github.com/roadrunner-server/amqp/v4 v4.2.0 h1:BMmCJrZcmnqfV15orr0ZUftdr9+trUXYDhUTtLnhy1U=
-github.com/roadrunner-server/amqp/v4 v4.2.0/go.mod h1:V5sw1foA6IxZfCCTMZi0cfXHWUmEAglKMc+eueFJyE8=
+github.com/roadrunner-server/amqp/v4 v4.2.1 h1:jAnHLdcInnHEVF6QVZPTEJffDzfNNDSA9hhdN5dm3Kk=
+github.com/roadrunner-server/amqp/v4 v4.2.1/go.mod h1:V5sw1foA6IxZfCCTMZi0cfXHWUmEAglKMc+eueFJyE8=
github.com/roadrunner-server/api/v3 v3.2.1 h1:N4rokKVkN8Phoodbqtil90G65t2BqIWvHCKaxIKajvs=
github.com/roadrunner-server/api/v3 v3.2.1/go.mod h1:hlv546SS3tZVIDu68YekPCLS/82Y/AoS8Eu5xysvwBQ=
github.com/roadrunner-server/api/v4 v4.1.0 h1:VDFYfcLKCKi4hAsVNhRkbJ8yYVBY8vCdcmBDVtvBdI8=