diff options
author | Valery Piashchynski <[email protected]> | 2023-03-09 12:38:57 +0100 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2023-03-09 12:38:57 +0100 |
commit | 5f615068e9cdeb70ba4c8f53013898e2c1e7991a (patch) | |
tree | 6d315403ee5bbcd9f7ba27d8494d5a8f08d76f4d /go.mod | |
parent | fe517059eefc0fb094b3af5982c423802a0f11b2 (diff) |
chore(deps): update dependencies
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 32 |
1 files changed, 16 insertions, 16 deletions
@@ -19,21 +19,21 @@ require ( github.com/roadrunner-server/errors v1.2.0 github.com/roadrunner-server/fileserver/v4 v4.0.2 github.com/roadrunner-server/goridge/v3 v3.6.2 - github.com/roadrunner-server/grpc/v4 v4.1.1 + github.com/roadrunner-server/grpc/v4 v4.1.2 github.com/roadrunner-server/gzip/v4 v4.0.2 github.com/roadrunner-server/headers/v4 v4.0.2 github.com/roadrunner-server/http/v4 v4.0.4 github.com/roadrunner-server/informer/v4 v4.0.2 github.com/roadrunner-server/jobs/v4 v4.2.2 - github.com/roadrunner-server/kafka/v4 v4.0.6 + github.com/roadrunner-server/kafka/v4 v4.0.7 github.com/roadrunner-server/kv/v4 v4.1.2 github.com/roadrunner-server/lock/v4 v4.0.0-beta.1 - github.com/roadrunner-server/logger/v4 v4.0.2 + github.com/roadrunner-server/logger/v4 v4.1.0 github.com/roadrunner-server/memcached/v4 v4.1.3 github.com/roadrunner-server/memory/v4 v4.1.2 github.com/roadrunner-server/metrics/v4 v4.0.2 github.com/roadrunner-server/nats/v4 v4.1.2 - github.com/roadrunner-server/otel/v4 v4.1.1 + github.com/roadrunner-server/otel/v4 v4.1.2 github.com/roadrunner-server/prometheus/v4 v4.0.3 github.com/roadrunner-server/proxy_ip_parser/v4 v4.0.3 github.com/roadrunner-server/redis/v4 v4.1.2 @@ -54,12 +54,12 @@ require ( github.com/temporalio/roadrunner-temporal/v4 v4.2.0-alpha.1 go.buf.build/protocolbuffers/go/roadrunner-server/api v1.3.31 go.uber.org/automaxprocs v1.5.1 - golang.org/x/exp v0.0.0-20230304125523-9ff063c70017 + golang.org/x/exp v0.0.0-20230307190834-24139beb5833 ) require ( github.com/andybalholm/brotli v1.0.5 // indirect - github.com/aws/aws-sdk-go v1.44.214 // indirect + github.com/aws/aws-sdk-go v1.44.217 // indirect github.com/aws/aws-sdk-go-v2 v1.17.5 // indirect github.com/aws/aws-sdk-go-v2/config v1.18.15 // indirect github.com/aws/aws-sdk-go-v2/credentials v1.13.15 // indirect @@ -96,7 +96,7 @@ require ( github.com/gogo/protobuf v1.3.2 // indirect github.com/gogo/status v1.1.1 // indirect github.com/golang/mock v1.6.0 // indirect - github.com/golang/protobuf v1.5.2 // indirect + github.com/golang/protobuf v1.5.3 // indirect github.com/google/uuid v1.3.0 // indirect github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect github.com/grpc-ecosystem/grpc-gateway/v2 v2.15.2 // indirect @@ -129,11 +129,11 @@ require ( github.com/pmezard/go-difflib v1.0.0 // indirect github.com/prometheus/client_golang v1.14.0 // indirect github.com/prometheus/client_model v0.3.0 // indirect - github.com/prometheus/common v0.41.0 // indirect + github.com/prometheus/common v0.42.0 // indirect github.com/prometheus/procfs v0.9.0 // indirect github.com/rabbitmq/amqp091-go v1.7.0 // indirect github.com/rivo/uniseg v0.4.4 // indirect - github.com/roadrunner-server/api/v4 v4.1.0 // indirect + github.com/roadrunner-server/api/v4 v4.2.0 // indirect github.com/roadrunner-server/tcplisten v1.3.0 // indirect github.com/robfig/cron v1.2.0 // indirect github.com/savsgio/dictpool v0.0.0-20221023140959-7bf2e61cea94 // indirect @@ -141,7 +141,7 @@ require ( github.com/segmentio/asm v1.2.0 // indirect github.com/segmentio/encoding v0.3.6 // indirect github.com/shirou/gopsutil v3.21.11+incompatible // indirect - github.com/spf13/afero v1.9.4 // indirect + github.com/spf13/afero v1.9.5 // indirect github.com/spf13/cast v1.5.0 // indirect github.com/spf13/jwalterweatherman v1.1.0 // indirect github.com/spf13/pflag v1.0.5 // indirect @@ -183,19 +183,19 @@ require ( go.temporal.io/sdk/contrib/tally v0.2.0 // indirect go.temporal.io/server v1.20.0 // indirect go.uber.org/atomic v1.10.0 // indirect - go.uber.org/multierr v1.9.0 // indirect + go.uber.org/multierr v1.10.0 // indirect go.uber.org/zap v1.24.0 // indirect - golang.org/x/crypto v0.6.0 // indirect + golang.org/x/crypto v0.7.0 // indirect golang.org/x/mod v0.9.0 // indirect - golang.org/x/net v0.7.0 // indirect + golang.org/x/net v0.8.0 // indirect golang.org/x/sync v0.1.0 // indirect golang.org/x/sys v0.6.0 // indirect golang.org/x/text v0.8.0 // indirect golang.org/x/time v0.3.0 // indirect - golang.org/x/tools v0.6.0 // indirect - google.golang.org/genproto v0.0.0-20230303212802-e74f57abe488 // indirect + golang.org/x/tools v0.7.0 // indirect + google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect google.golang.org/grpc v1.53.0 // indirect - google.golang.org/protobuf v1.28.1 // indirect + google.golang.org/protobuf v1.29.0 // indirect gopkg.in/ini.v1 v1.67.0 // indirect gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect |