diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -9,9 +9,9 @@ require ( github.com/fatih/color v1.13.0 github.com/joho/godotenv v1.4.0 github.com/olekukonko/tablewriter v0.0.5 - github.com/roadrunner-server/amqp/v2 v2.17.10 + github.com/roadrunner-server/amqp/v2 v2.17.11 github.com/roadrunner-server/api/v2 v2.20.1 - github.com/roadrunner-server/beanstalk/v2 v2.16.7 + github.com/roadrunner-server/beanstalk/v2 v2.16.8 github.com/roadrunner-server/boltdb/v2 v2.16.9 github.com/roadrunner-server/broadcast/v2 v2.12.11 github.com/roadrunner-server/config/v2 v2.14.10 @@ -31,7 +31,7 @@ require ( github.com/roadrunner-server/memcached/v2 v2.12.8 github.com/roadrunner-server/memory/v2 v2.15.7 github.com/roadrunner-server/metrics/v2 v2.13.11 - github.com/roadrunner-server/nats/v2 v2.16.6 + github.com/roadrunner-server/nats/v2 v2.16.7 github.com/roadrunner-server/otel/v2 v2.3.1 github.com/roadrunner-server/prometheus/v2 v2.13.10 github.com/roadrunner-server/proxy_ip_parser/v2 v2.4.1 @@ -42,7 +42,7 @@ require ( github.com/roadrunner-server/send/v2 v2.12.7 github.com/roadrunner-server/server/v2 v2.14.10 github.com/roadrunner-server/service/v2 v2.15.4 - github.com/roadrunner-server/sqs/v2 v2.17.7 + github.com/roadrunner-server/sqs/v2 v2.17.8 github.com/roadrunner-server/static/v2 v2.13.8 github.com/roadrunner-server/status/v2 v2.13.11 github.com/roadrunner-server/tcp/v2 v2.13.11 |