summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod87
1 files changed, 43 insertions, 44 deletions
diff --git a/go.mod b/go.mod
index 89e0df1f..289f6f22 100644
--- a/go.mod
+++ b/go.mod
@@ -10,43 +10,43 @@ 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.0-beta.2
+ github.com/roadrunner-server/amqp/v4 v4.8.1
github.com/roadrunner-server/api/v4 v4.7.0
github.com/roadrunner-server/app-logger/v4 v4.0.10
- github.com/roadrunner-server/beanstalk/v4 v4.5.0-beta.1
- github.com/roadrunner-server/boltdb/v4 v4.6.0-beta.1
+ github.com/roadrunner-server/beanstalk/v4 v4.5.1
+ github.com/roadrunner-server/boltdb/v4 v4.6.1
github.com/roadrunner-server/centrifuge/v4 v4.3.0-beta.4
- github.com/roadrunner-server/config/v4 v4.4.1
+ github.com/roadrunner-server/config/v4 v4.4.2
github.com/roadrunner-server/endure/v2 v2.4.2
github.com/roadrunner-server/errors v1.3.0
- github.com/roadrunner-server/fileserver/v4 v4.1.1
+ github.com/roadrunner-server/fileserver/v4 v4.1.2
github.com/roadrunner-server/goridge/v3 v3.8.0
github.com/roadrunner-server/grpc/v4 v4.4.0-beta.3
- github.com/roadrunner-server/gzip/v4 v4.1.1
- github.com/roadrunner-server/headers/v4 v4.2.2
- github.com/roadrunner-server/http/v4 v4.3.0-beta.5
- github.com/roadrunner-server/informer/v4 v4.2.1
- github.com/roadrunner-server/jobs/v4 v4.6.0-beta.6
- github.com/roadrunner-server/kafka/v4 v4.4.0-beta.3
- github.com/roadrunner-server/kv/v4 v4.3.0-beta.2
- github.com/roadrunner-server/lock/v4 v4.4.0-beta.2
+ github.com/roadrunner-server/gzip/v4 v4.1.2
+ github.com/roadrunner-server/headers/v4 v4.2.3
+ github.com/roadrunner-server/http/v4 v4.3.1
+ github.com/roadrunner-server/informer/v4 v4.2.2
+ github.com/roadrunner-server/jobs/v4 v4.6.1
+ github.com/roadrunner-server/kafka/v4 v4.4.1
+ github.com/roadrunner-server/kv/v4 v4.3.1
+ github.com/roadrunner-server/lock/v4 v4.4.1
github.com/roadrunner-server/logger/v4 v4.2.1
- github.com/roadrunner-server/memcached/v4 v4.1.11
- github.com/roadrunner-server/memory/v4 v4.5.0-beta.1
+ github.com/roadrunner-server/memcached/v4 v4.1.12
+ github.com/roadrunner-server/memory/v4 v4.5.1
github.com/roadrunner-server/metrics/v4 v4.1.3
- github.com/roadrunner-server/nats/v4 v4.5.0-beta.1
- github.com/roadrunner-server/otel/v4 v4.2.1
- github.com/roadrunner-server/prometheus/v4 v4.1.1
- github.com/roadrunner-server/proxy_ip_parser/v4 v4.1.1
+ github.com/roadrunner-server/nats/v4 v4.5.1
+ github.com/roadrunner-server/otel/v4 v4.2.2
+ github.com/roadrunner-server/prometheus/v4 v4.1.2
+ github.com/roadrunner-server/proxy_ip_parser/v4 v4.1.2
github.com/roadrunner-server/redis/v4 v4.2.2
- github.com/roadrunner-server/resetter/v4 v4.0.8
- github.com/roadrunner-server/rpc/v4 v4.2.1
+ github.com/roadrunner-server/resetter/v4 v4.0.9
+ github.com/roadrunner-server/rpc/v4 v4.2.2
github.com/roadrunner-server/sdk/v4 v4.4.0-beta.8
- github.com/roadrunner-server/send/v4 v4.2.1
- github.com/roadrunner-server/server/v4 v4.3.0-beta.4
- github.com/roadrunner-server/service/v4 v4.4.0-beta.2
- github.com/roadrunner-server/sqs/v4 v4.5.0-beta.1
- github.com/roadrunner-server/static/v4 v4.1.2
+ github.com/roadrunner-server/send/v4 v4.2.2
+ github.com/roadrunner-server/server/v4 v4.3.1
+ github.com/roadrunner-server/service/v4 v4.4.1
+ github.com/roadrunner-server/sqs/v4 v4.5.1
+ github.com/roadrunner-server/static/v4 v4.1.3
github.com/roadrunner-server/status/v4 v4.4.0-beta.1
github.com/roadrunner-server/tcp/v4 v4.2.0-beta.3
github.com/spf13/cobra v1.7.0
@@ -60,7 +60,7 @@ exclude github.com/uber-go/tally/v4 v4.1.7
require (
github.com/andybalholm/brotli v1.0.5 // indirect
- github.com/aws/aws-sdk-go v1.44.332 // indirect
+ github.com/aws/aws-sdk-go v1.45.0 // indirect
github.com/aws/aws-sdk-go-v2 v1.21.0 // indirect
github.com/aws/aws-sdk-go-v2/config v1.18.37 // indirect
github.com/aws/aws-sdk-go-v2/credentials v1.13.35 // indirect
@@ -91,7 +91,7 @@ require (
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/goccy/go-json v0.10.2 // indirect
- github.com/gofiber/fiber/v2 v2.48.0 // indirect
+ github.com/gofiber/fiber/v2 v2.49.0 // indirect
github.com/gogo/googleapis v1.4.1 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/gogo/status v1.1.1 // indirect
@@ -122,7 +122,7 @@ require (
github.com/nats-io/nuid v1.0.1 // indirect
github.com/openzipkin/zipkin-go v0.4.2 // indirect
github.com/pborman/uuid v1.2.1 // indirect
- github.com/pelletier/go-toml/v2 v2.0.9 // indirect
+ github.com/pelletier/go-toml/v2 v2.1.0 // indirect
github.com/pierrec/lz4/v4 v4.1.18 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
@@ -150,27 +150,26 @@ require (
github.com/twmb/murmur3 v1.1.8 // indirect
github.com/uber-go/tally/v4 v4.1.6 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
- github.com/valyala/fasthttp v1.48.0 // indirect
+ github.com/valyala/fasthttp v1.49.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
github.com/yusufpapurcu/wmi v1.2.3 // indirect
github.com/zeebo/blake3 v0.2.3 // indirect
go.etcd.io/bbolt v1.3.7 // indirect
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.42.0 // indirect
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.42.0 // indirect
- go.opentelemetry.io/contrib/propagators/jaeger v1.17.0 // indirect
- go.opentelemetry.io/otel v1.16.0 // indirect
- go.opentelemetry.io/otel/exporters/jaeger v1.16.0 // indirect
- go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.16.0 // indirect
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.16.0 // indirect
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.16.0 // indirect
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.16.0 // indirect
- go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.16.0 // indirect
- go.opentelemetry.io/otel/exporters/zipkin v1.16.0 // indirect
- go.opentelemetry.io/otel/metric v1.16.0 // indirect
- go.opentelemetry.io/otel/sdk v1.16.0 // indirect
- go.opentelemetry.io/otel/trace v1.16.0 // indirect
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.43.0 // indirect
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.43.0 // indirect
+ go.opentelemetry.io/contrib/propagators/jaeger v1.18.0 // indirect
+ go.opentelemetry.io/otel v1.17.0 // indirect
+ go.opentelemetry.io/otel/exporters/jaeger v1.17.0 // indirect
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.17.0 // indirect
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.17.0 // indirect
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.17.0 // indirect
+ go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.17.0 // indirect
+ go.opentelemetry.io/otel/exporters/zipkin v1.17.0 // indirect
+ go.opentelemetry.io/otel/metric v1.17.0 // indirect
+ go.opentelemetry.io/otel/sdk v1.17.0 // indirect
+ go.opentelemetry.io/otel/trace v1.17.0 // indirect
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
go.temporal.io/api v1.24.0 // indirect
go.temporal.io/sdk v1.24.0 // indirect