diff options
author | Valery Piashchynski <[email protected]> | 2024-07-05 15:49:21 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2024-07-05 15:49:21 +0200 |
commit | c0fe37837d1e1d36f0e712810a60107511b4a39a (patch) | |
tree | 1e07eaa6ef82bc5f7be6de2beb97953cd9f83839 /go.mod | |
parent | 2b72bebf7e8119a9d160cc10ec182eae022136ff (diff) |
chore(deps): update dependencies
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 160 |
1 files changed, 83 insertions, 77 deletions
@@ -1,6 +1,6 @@ module github.com/roadrunner-server/roadrunner/v2024 -go 1.22.4 +go 1.22.5 require ( github.com/buger/goterm v1.0.4 @@ -8,49 +8,49 @@ require ( github.com/fatih/color v1.17.0 github.com/joho/godotenv v1.5.1 github.com/olekukonko/tablewriter v0.0.5 - github.com/roadrunner-server/amqp/v4 v4.11.5 - github.com/roadrunner-server/api/v4 v4.12.0 - github.com/roadrunner-server/app-logger/v4 v4.4.5 - github.com/roadrunner-server/beanstalk/v4 v4.8.5 - github.com/roadrunner-server/boltdb/v4 v4.9.5 - github.com/roadrunner-server/centrifuge/v4 v4.9.5 - github.com/roadrunner-server/config/v4 v4.9.3 + github.com/roadrunner-server/amqp/v5 v5.0.0 + github.com/roadrunner-server/api/v4 v4.15.0 + github.com/roadrunner-server/app-logger/v5 v5.0.0 + github.com/roadrunner-server/beanstalk/v5 v5.0.0 + github.com/roadrunner-server/boltdb/v5 v5.0.0 + github.com/roadrunner-server/centrifuge/v5 v5.0.0 + github.com/roadrunner-server/config/v5 v5.0.0 github.com/roadrunner-server/endure/v2 v2.4.5 github.com/roadrunner-server/errors v1.4.0 - github.com/roadrunner-server/fileserver/v4 v4.3.5 + github.com/roadrunner-server/fileserver/v5 v5.0.0 github.com/roadrunner-server/goridge/v3 v3.8.2 - github.com/roadrunner-server/grpc/v4 v4.8.7 - github.com/roadrunner-server/gzip/v4 v4.3.5 - github.com/roadrunner-server/headers/v4 v4.4.5 - github.com/roadrunner-server/http/v4 v4.7.7 - github.com/roadrunner-server/informer/v4 v4.5.5 - github.com/roadrunner-server/jobs/v4 v4.9.5 - github.com/roadrunner-server/kafka/v4 v4.6.5 - github.com/roadrunner-server/kv/v4 v4.6.5 - github.com/roadrunner-server/lock/v4 v4.7.5 - github.com/roadrunner-server/logger/v4 v4.4.5 - github.com/roadrunner-server/memcached/v4 v4.5.5 - github.com/roadrunner-server/memory/v4 v4.8.5 - github.com/roadrunner-server/metrics/v4 v4.3.5 - github.com/roadrunner-server/nats/v4 v4.8.5 - github.com/roadrunner-server/otel/v4 v4.5.5 - github.com/roadrunner-server/prometheus/v4 v4.3.4 - github.com/roadrunner-server/proxy_ip_parser/v4 v4.3.5 - github.com/roadrunner-server/redis/v4 v4.4.5 - github.com/roadrunner-server/resetter/v4 v4.3.5 - github.com/roadrunner-server/rpc/v4 v4.4.5 - github.com/roadrunner-server/sdk/v4 v4.7.3 - github.com/roadrunner-server/send/v4 v4.4.3 - github.com/roadrunner-server/server/v4 v4.8.5 - github.com/roadrunner-server/service/v4 v4.7.5 - github.com/roadrunner-server/sqs/v4 v4.8.5 - github.com/roadrunner-server/static/v4 v4.3.3 - github.com/roadrunner-server/status/v4 v4.6.5 - github.com/roadrunner-server/tcp/v4 v4.5.5 + github.com/roadrunner-server/grpc/v5 v5.0.1 + github.com/roadrunner-server/gzip/v5 v5.0.0 + github.com/roadrunner-server/headers/v5 v5.0.0 + github.com/roadrunner-server/http/v5 v5.0.0 + github.com/roadrunner-server/informer/v5 v5.0.0 + github.com/roadrunner-server/jobs/v5 v5.0.0 + github.com/roadrunner-server/kafka/v5 v5.0.0 + github.com/roadrunner-server/kv/v5 v5.0.0 + github.com/roadrunner-server/lock/v5 v5.0.0 + github.com/roadrunner-server/logger/v5 v5.0.0 + github.com/roadrunner-server/memcached/v5 v5.0.0 + github.com/roadrunner-server/memory/v5 v5.0.0 + github.com/roadrunner-server/metrics/v5 v5.0.0 + github.com/roadrunner-server/nats/v5 v5.0.0 + github.com/roadrunner-server/otel/v5 v5.0.0 + github.com/roadrunner-server/pool v1.0.0 + github.com/roadrunner-server/prometheus/v5 v5.0.0 + github.com/roadrunner-server/proxy_ip_parser/v5 v5.0.0 + github.com/roadrunner-server/redis/v5 v5.0.0 + github.com/roadrunner-server/resetter/v5 v5.0.0 + github.com/roadrunner-server/rpc/v5 v5.0.0 + github.com/roadrunner-server/send/v5 v5.0.0 + github.com/roadrunner-server/server/v5 v5.0.0 + github.com/roadrunner-server/service/v5 v5.0.0 + github.com/roadrunner-server/sqs/v5 v5.0.0 + github.com/roadrunner-server/static/v5 v5.0.0 + github.com/roadrunner-server/status/v5 v5.0.0 + github.com/roadrunner-server/tcp/v5 v5.0.0 github.com/spf13/cobra v1.8.1 github.com/spf13/viper v1.19.0 github.com/stretchr/testify v1.9.0 - github.com/temporalio/roadrunner-temporal/v4 v4.9.1 + github.com/temporalio/roadrunner-temporal/v5 v5.0.0 go.uber.org/automaxprocs v1.5.3 ) @@ -64,21 +64,21 @@ exclude ( require ( github.com/andybalholm/brotli v1.1.0 // indirect - github.com/aws/aws-sdk-go v1.54.6 // indirect - github.com/aws/aws-sdk-go-v2 v1.30.0 // indirect - github.com/aws/aws-sdk-go-v2/config v1.27.21 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.17.21 // indirect - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.8 // indirect - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.12 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.12 // indirect + github.com/aws/aws-sdk-go v1.54.14 // indirect + github.com/aws/aws-sdk-go-v2 v1.30.1 // indirect + github.com/aws/aws-sdk-go-v2/config v1.27.24 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.24 // indirect + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.9 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.13 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.13 // indirect github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.2 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.14 // indirect - github.com/aws/aws-sdk-go-v2/service/sqs v1.33.1 // indirect - github.com/aws/aws-sdk-go-v2/service/sso v1.21.1 // indirect - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.25.1 // indirect - github.com/aws/aws-sdk-go-v2/service/sts v1.29.1 // indirect - github.com/aws/smithy-go v1.20.2 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.3 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.15 // indirect + github.com/aws/aws-sdk-go-v2/service/sqs v1.34.1 // indirect + github.com/aws/aws-sdk-go-v2/service/sso v1.22.1 // indirect + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.2 // indirect + github.com/aws/aws-sdk-go-v2/service/sts v1.30.1 // indirect + github.com/aws/smithy-go v1.20.3 // indirect github.com/beanstalkd/go-beanstalk v0.2.0 // indirect github.com/beorn7/perks v1.0.1 // indirect github.com/bradfitz/gomemcache v0.0.0-20230905024940-24af94b03874 // indirect @@ -98,10 +98,10 @@ require ( github.com/go-ole/go-ole v1.3.0 // indirect github.com/go-task/slim-sprig/v3 v3.0.0 // indirect github.com/goccy/go-json v0.10.3 // indirect - github.com/gofiber/fiber/v2 v2.52.4 // indirect + github.com/gofiber/fiber/v2 v2.52.5 // indirect github.com/gogo/protobuf v1.3.2 // indirect github.com/golang/mock v1.7.0-rc.1 // indirect - github.com/google/pprof v0.0.0-20240618054019-d3b898a103f8 // indirect + github.com/google/pprof v0.0.0-20240625030939-27f56978b8b0 // indirect github.com/google/uuid v1.6.0 // indirect github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect @@ -119,6 +119,7 @@ require ( github.com/mholt/acmez/v2 v2.0.1 // indirect github.com/miekg/dns v1.1.61 // indirect github.com/mitchellh/mapstructure v1.5.0 // indirect + github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect github.com/nats-io/nats.go v1.36.0 // indirect github.com/nats-io/nkeys v0.4.7 // indirect github.com/nats-io/nuid v1.0.1 // indirect @@ -131,16 +132,20 @@ require ( github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect github.com/prometheus/client_golang v1.19.1 // indirect github.com/prometheus/client_model v0.6.1 // indirect - github.com/prometheus/common v0.54.0 // indirect + github.com/prometheus/common v0.55.0 // indirect github.com/prometheus/procfs v0.15.1 // indirect github.com/quic-go/qpack v0.4.0 // indirect - github.com/quic-go/quic-go v0.45.0 // indirect + github.com/quic-go/quic-go v0.45.1 // indirect github.com/rabbitmq/amqp091-go v1.10.0 // indirect github.com/redis/go-redis/extra/rediscmd/v9 v9.5.3 // indirect github.com/redis/go-redis/extra/redisotel/v9 v9.5.3 // indirect github.com/redis/go-redis/v9 v9.5.3 // indirect github.com/rivo/uniseg v0.4.7 // indirect - github.com/roadrunner-server/tcplisten v1.4.0 // indirect + github.com/roadrunner-server/context v1.0.0 // indirect + github.com/roadrunner-server/events v1.0.0 // indirect + github.com/roadrunner-server/priority_queue v1.0.1 // indirect + github.com/roadrunner-server/redis/v4 v4.4.5 // indirect + github.com/roadrunner-server/tcplisten v1.5.0 // indirect github.com/robfig/cron v1.2.0 // indirect github.com/rs/cors v1.11.0 // indirect github.com/sagikazarmark/locafero v0.6.0 // indirect @@ -164,23 +169,24 @@ require ( github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect github.com/yusufpapurcu/wmi v1.2.4 // indirect + github.com/zeebo/assert v1.3.1 // indirect github.com/zeebo/blake3 v0.2.3 // indirect go.etcd.io/bbolt v1.3.10 // indirect go.opentelemetry.io/contrib/instrumentation/github.com/bradfitz/gomemcache/memcache/otelmemcache v0.43.0 // indirect - go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.52.0 // indirect - go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.52.0 // indirect - go.opentelemetry.io/contrib/propagators/jaeger v1.27.0 // indirect - go.opentelemetry.io/otel v1.27.0 // indirect - go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.27.0 // indirect - go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.27.0 // indirect - go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.27.0 // indirect - go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.27.0 // indirect - go.opentelemetry.io/otel/exporters/zipkin v1.27.0 // indirect - go.opentelemetry.io/otel/metric v1.27.0 // indirect - go.opentelemetry.io/otel/sdk v1.27.0 // indirect - go.opentelemetry.io/otel/trace v1.27.0 // indirect + go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.53.0 // indirect + go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect + go.opentelemetry.io/contrib/propagators/jaeger v1.28.0 // indirect + go.opentelemetry.io/otel v1.28.0 // indirect + go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 // indirect + go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28.0 // indirect + go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.28.0 // indirect + go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.28.0 // indirect + go.opentelemetry.io/otel/exporters/zipkin v1.28.0 // indirect + go.opentelemetry.io/otel/metric v1.28.0 // indirect + go.opentelemetry.io/otel/sdk v1.28.0 // indirect + go.opentelemetry.io/otel/trace v1.28.0 // indirect go.opentelemetry.io/proto/otlp v1.3.1 // indirect - go.temporal.io/api v1.34.0 // indirect + go.temporal.io/api v1.35.0 // indirect go.temporal.io/sdk v1.27.0 // indirect go.temporal.io/sdk/contrib/opentelemetry v0.6.0 // indirect go.temporal.io/sdk/contrib/tally v0.2.0 // indirect @@ -189,18 +195,18 @@ require ( go.uber.org/mock v0.4.0 // indirect go.uber.org/multierr v1.11.0 // indirect go.uber.org/zap v1.27.0 // indirect - golang.org/x/crypto v0.24.0 // indirect + golang.org/x/crypto v0.25.0 // indirect golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect - golang.org/x/mod v0.18.0 // indirect - golang.org/x/net v0.26.0 // indirect + golang.org/x/mod v0.19.0 // indirect + golang.org/x/net v0.27.0 // indirect golang.org/x/sync v0.7.0 // indirect - golang.org/x/sys v0.21.0 // indirect + golang.org/x/sys v0.22.0 // indirect golang.org/x/text v0.16.0 // indirect golang.org/x/time v0.5.0 // indirect golang.org/x/tools v0.22.0 // indirect - google.golang.org/genproto/googleapis/api v0.0.0-20240617180043-68d350f18fd4 // indirect - google.golang.org/genproto/googleapis/rpc v0.0.0-20240617180043-68d350f18fd4 // indirect - google.golang.org/grpc v1.64.0 // indirect + google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094 // indirect + google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect + google.golang.org/grpc v1.65.0 // indirect google.golang.org/protobuf v1.34.2 // indirect gopkg.in/ini.v1 v1.67.0 // indirect gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect |