diff options
author | Valery Piashchynski <[email protected]> | 2023-09-09 17:27:46 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2023-09-09 17:27:46 +0200 |
commit | b5a87e86eebfc88d2019b1dcd64590b2bd4d9834 (patch) | |
tree | aaf7f4ff9817cce70d72385766ce3b663aeb746c /go.mod | |
parent | baf955d79b51edb089924108bf0618d328771066 (diff) |
chore(deps): update dependencies
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 45 |
1 files changed, 21 insertions, 24 deletions
@@ -15,33 +15,33 @@ require ( github.com/roadrunner-server/app-logger/v4 v4.0.10 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/centrifuge/v4 v4.3.0 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.2 github.com/roadrunner-server/goridge/v3 v3.8.1 - github.com/roadrunner-server/grpc/v4 v4.4.0-beta.3 + github.com/roadrunner-server/grpc/v4 v4.4.0 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/kv/v4 v4.4.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.12 - github.com/roadrunner-server/memory/v4 v4.5.1 + github.com/roadrunner-server/memcached/v4 v4.2.0 + github.com/roadrunner-server/memory/v4 v4.6.0 github.com/roadrunner-server/metrics/v4 v4.1.3 github.com/roadrunner-server/nats/v4 v4.5.1 - github.com/roadrunner-server/otel/v4 v4.2.2 + github.com/roadrunner-server/otel/v4 v4.2.4 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.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/sdk/v4 v4.4.0 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 @@ -52,18 +52,16 @@ require ( github.com/spf13/cobra v1.7.0 github.com/spf13/viper v1.16.0 github.com/stretchr/testify v1.8.4 - github.com/temporalio/roadrunner-temporal/v4 v4.4.0-beta.5 + github.com/temporalio/roadrunner-temporal/v4 v4.4.0 go.uber.org/automaxprocs v1.5.3 ) -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.45.2 // indirect + github.com/aws/aws-sdk-go v1.45.6 // indirect github.com/aws/aws-sdk-go-v2 v1.21.0 // indirect - github.com/aws/aws-sdk-go-v2/config v1.18.38 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.13.36 // indirect + github.com/aws/aws-sdk-go-v2/config v1.18.39 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.13.37 // indirect github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.11 // indirect github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.41 // indirect github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.35 // indirect @@ -71,13 +69,13 @@ require ( github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.35 // indirect github.com/aws/aws-sdk-go-v2/service/sqs v1.24.5 // indirect github.com/aws/aws-sdk-go-v2/service/sso v1.13.6 // indirect - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.15.5 // indirect + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.15.6 // indirect github.com/aws/aws-sdk-go-v2/service/sts v1.21.5 // indirect github.com/aws/smithy-go v1.14.2 // 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-20230611145640-acc696258285 // indirect - github.com/cactus/go-statsd-client/statsd v0.0.0-20200423205355-cb0885a1018c // indirect + github.com/bradfitz/gomemcache v0.0.0-20230905024940-24af94b03874 // indirect + github.com/cactus/go-statsd-client/v5 v5.1.0 // indirect github.com/caddyserver/certmagic v0.19.2 // indirect github.com/cenkalti/backoff/v4 v4.2.1 // indirect github.com/cespare/xxhash/v2 v2.2.0 // indirect @@ -135,7 +133,7 @@ require ( github.com/rivo/uniseg v0.4.4 // indirect github.com/roadrunner-server/tcplisten v1.4.0 // indirect github.com/robfig/cron v1.2.0 // indirect - github.com/rs/cors v1.9.0 // indirect + github.com/rs/cors v1.10.0 // indirect github.com/shirou/gopsutil v3.21.11+incompatible // indirect github.com/spf13/afero v1.9.5 // indirect github.com/spf13/cast v1.5.1 // indirect @@ -148,7 +146,7 @@ require ( github.com/twmb/franz-go v1.14.4 // indirect github.com/twmb/franz-go/pkg/kmsg v1.6.1 // indirect github.com/twmb/murmur3 v1.1.8 // indirect - github.com/uber-go/tally/v4 v4.1.6 // indirect + github.com/uber-go/tally/v4 v4.1.7 // indirect github.com/valyala/bytebufferpool v1.0.0 // indirect github.com/valyala/fasthttp v1.49.0 // indirect github.com/valyala/tcplisten v1.0.0 // indirect @@ -161,7 +159,6 @@ require ( 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 @@ -175,22 +172,22 @@ require ( go.temporal.io/sdk v1.24.0 // indirect go.temporal.io/sdk/contrib/opentelemetry v0.2.0 // indirect go.temporal.io/sdk/contrib/tally v0.2.0 // indirect - go.temporal.io/server v1.21.5 // indirect + go.temporal.io/server v1.22.0 // indirect go.uber.org/atomic v1.11.0 // indirect go.uber.org/multierr v1.11.0 // indirect go.uber.org/zap v1.25.0 // indirect - golang.org/x/crypto v0.12.0 // indirect + golang.org/x/crypto v0.13.0 // indirect golang.org/x/mod v0.12.0 // indirect - golang.org/x/net v0.14.0 // indirect + golang.org/x/net v0.15.0 // indirect golang.org/x/sync v0.3.0 // indirect golang.org/x/sys v0.12.0 // indirect golang.org/x/text v0.13.0 // indirect golang.org/x/time v0.3.0 // indirect - golang.org/x/tools v0.12.1-0.20230815132531-74c255bcf846 // indirect + golang.org/x/tools v0.13.0 // indirect google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d // indirect google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect - google.golang.org/grpc v1.57.0 // indirect + google.golang.org/grpc v1.58.0 // indirect google.golang.org/protobuf v1.31.0 // indirect gopkg.in/ini.v1 v1.67.0 // indirect gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect |