diff options
author | Valery Piashchynski <[email protected]> | 2023-02-21 11:46:19 +0100 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2023-02-21 11:46:19 +0100 |
commit | fd4d70cbcb538153cc1e3375726c10030e66de52 (patch) | |
tree | d42655bcf366b3e110fd0ce0250fdb8703ca75be | |
parent | 32d252b7711c76bdbbb0f3cc02dd16dc4a5cd528 (diff) |
chore(deps): update dependencies
-rw-r--r-- | go.mod | 2 | ||||
-rw-r--r-- | go.sum | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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 @@ -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= |