diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 24 |
1 files changed, 12 insertions, 12 deletions
@@ -8,33 +8,33 @@ 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.4.5 + github.com/roadrunner-server/amqp/v4 v4.4.6 github.com/roadrunner-server/api/v4 v4.3.2 github.com/roadrunner-server/app-logger/v4 v4.0.6 - github.com/roadrunner-server/beanstalk/v4 v4.2.5 + github.com/roadrunner-server/beanstalk/v4 v4.2.6 github.com/roadrunner-server/boltdb/v4 v4.3.5 github.com/roadrunner-server/centrifuge/v4 v4.1.6 github.com/roadrunner-server/config/v4 v4.3.1 github.com/roadrunner-server/endure/v2 v2.2.0 github.com/roadrunner-server/errors v1.2.0 - github.com/roadrunner-server/fileserver/v4 v4.0.8 + github.com/roadrunner-server/fileserver/v4 v4.0.9 github.com/roadrunner-server/goridge/v3 v3.6.2 - github.com/roadrunner-server/grpc/v4 v4.1.9 - github.com/roadrunner-server/gzip/v4 v4.0.7 + github.com/roadrunner-server/grpc/v4 v4.1.10 + github.com/roadrunner-server/gzip/v4 v4.0.8 github.com/roadrunner-server/headers/v4 v4.0.7 - github.com/roadrunner-server/http/v4 v4.1.7 + github.com/roadrunner-server/http/v4 v4.1.8 github.com/roadrunner-server/informer/v4 v4.1.5 - github.com/roadrunner-server/jobs/v4 v4.3.5 - github.com/roadrunner-server/kafka/v4 v4.1.7 + github.com/roadrunner-server/jobs/v4 v4.3.6 + github.com/roadrunner-server/kafka/v4 v4.1.8 github.com/roadrunner-server/kv/v4 v4.1.7 github.com/roadrunner-server/lock/v4 v4.0.6 github.com/roadrunner-server/logger/v4 v4.1.5 github.com/roadrunner-server/memcached/v4 v4.1.7 github.com/roadrunner-server/memory/v4 v4.2.5 - github.com/roadrunner-server/metrics/v4 v4.0.6 + github.com/roadrunner-server/metrics/v4 v4.0.7 github.com/roadrunner-server/nats/v4 v4.2.5 - github.com/roadrunner-server/otel/v4 v4.1.9 - github.com/roadrunner-server/prometheus/v4 v4.0.8 + github.com/roadrunner-server/otel/v4 v4.1.10 + github.com/roadrunner-server/prometheus/v4 v4.0.9 github.com/roadrunner-server/proxy_ip_parser/v4 v4.0.7 github.com/roadrunner-server/redis/v4 v4.1.8 github.com/roadrunner-server/resetter/v4 v4.0.3 @@ -50,7 +50,7 @@ require ( github.com/spf13/cobra v1.7.0 github.com/spf13/viper v1.15.0 github.com/stretchr/testify v1.8.2 - github.com/temporalio/roadrunner-temporal/v4 v4.2.2 + github.com/temporalio/roadrunner-temporal/v4 v4.2.3 go.buf.build/protocolbuffers/go/roadrunner-server/api v1.3.39 go.uber.org/automaxprocs v1.5.2 golang.org/x/exp v0.0.0-20230419192730-864b3d6c5c2c |