Skip to content

Commit

Permalink
Merge branch 'roadrunner-server:master' into jobs-status
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaspiman authored Jun 11, 2023
2 parents 505fe8c + 1769b7b commit 1010e6d
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 107 deletions.
71 changes: 35 additions & 36 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,46 +19,46 @@ require (
github.com/pborman/uuid v1.2.1
github.com/prometheus/client_golang v1.15.1
github.com/rabbitmq/amqp091-go v1.8.1
github.com/roadrunner-server/amqp/v4 v4.5.1
github.com/roadrunner-server/amqp/v4 v4.5.2
github.com/roadrunner-server/api/v4 v4.3.2
github.com/roadrunner-server/app-logger/v4 v4.0.7
github.com/roadrunner-server/beanstalk/v4 v4.2.9
github.com/roadrunner-server/boltdb/v4 v4.3.8
github.com/roadrunner-server/centrifuge/v4 v4.1.9
github.com/roadrunner-server/config/v4 v4.3.3
github.com/roadrunner-server/app-logger/v4 v4.0.8
github.com/roadrunner-server/beanstalk/v4 v4.2.10
github.com/roadrunner-server/boltdb/v4 v4.3.9
github.com/roadrunner-server/centrifuge/v4 v4.1.10
github.com/roadrunner-server/config/v4 v4.3.4
github.com/roadrunner-server/endure/v2 v2.2.1
github.com/roadrunner-server/errors v1.2.0
github.com/roadrunner-server/fileserver/v4 v4.0.12
github.com/roadrunner-server/fileserver/v4 v4.0.13
github.com/roadrunner-server/goridge/v3 v3.6.2
github.com/roadrunner-server/grpc/v4 v4.1.13
github.com/roadrunner-server/gzip/v4 v4.0.11
github.com/roadrunner-server/headers/v4 v4.0.10
github.com/roadrunner-server/http/v4 v4.1.11
github.com/roadrunner-server/informer/v4 v4.1.8
github.com/roadrunner-server/jobs/v4 v4.3.10
github.com/roadrunner-server/kafka/v4 v4.1.11
github.com/roadrunner-server/kv/v4 v4.1.11
github.com/roadrunner-server/lock/v4 v4.0.9
github.com/roadrunner-server/logger/v4 v4.1.8
github.com/roadrunner-server/memcached/v4 v4.1.8
github.com/roadrunner-server/memory/v4 v4.2.8
github.com/roadrunner-server/metrics/v4 v4.0.10
github.com/roadrunner-server/nats/v4 v4.2.8
github.com/roadrunner-server/otel/v4 v4.1.13
github.com/roadrunner-server/prometheus/v4 v4.0.12
github.com/roadrunner-server/proxy_ip_parser/v4 v4.0.10
github.com/roadrunner-server/redis/v4 v4.1.11
github.com/roadrunner-server/grpc/v4 v4.1.14
github.com/roadrunner-server/gzip/v4 v4.0.12
github.com/roadrunner-server/headers/v4 v4.0.11
github.com/roadrunner-server/http/v4 v4.1.13
github.com/roadrunner-server/informer/v4 v4.1.9
github.com/roadrunner-server/jobs/v4 v4.3.11
github.com/roadrunner-server/kafka/v4 v4.1.12
github.com/roadrunner-server/kv/v4 v4.1.12
github.com/roadrunner-server/lock/v4 v4.0.10
github.com/roadrunner-server/logger/v4 v4.1.9
github.com/roadrunner-server/memcached/v4 v4.1.9
github.com/roadrunner-server/memory/v4 v4.2.9
github.com/roadrunner-server/metrics/v4 v4.0.11
github.com/roadrunner-server/nats/v4 v4.2.9
github.com/roadrunner-server/otel/v4 v4.1.14
github.com/roadrunner-server/prometheus/v4 v4.0.13
github.com/roadrunner-server/proxy_ip_parser/v4 v4.0.11
github.com/roadrunner-server/redis/v4 v4.1.12
github.com/roadrunner-server/reload/v4 v4.0.4
github.com/roadrunner-server/resetter/v4 v4.0.5
github.com/roadrunner-server/rpc/v4 v4.1.10
github.com/roadrunner-server/resetter/v4 v4.0.6
github.com/roadrunner-server/rpc/v4 v4.1.11
github.com/roadrunner-server/sdk/v4 v4.2.6
github.com/roadrunner-server/send/v4 v4.0.12
github.com/roadrunner-server/server/v4 v4.1.8
github.com/roadrunner-server/service/v4 v4.1.7
github.com/roadrunner-server/sqs/v4 v4.2.10
github.com/roadrunner-server/static/v4 v4.0.11
github.com/roadrunner-server/status/v4 v4.1.11
github.com/roadrunner-server/tcp/v4 v4.0.10
github.com/roadrunner-server/server/v4 v4.1.9
github.com/roadrunner-server/service/v4 v4.1.8
github.com/roadrunner-server/sqs/v4 v4.2.11
github.com/roadrunner-server/static/v4 v4.0.12
github.com/roadrunner-server/status/v4 v4.1.12
github.com/roadrunner-server/tcp/v4 v4.0.11
github.com/stretchr/testify v1.8.4
github.com/temporalio/roadrunner-temporal/v4 v4.2.6
github.com/yookoala/gofast v0.7.0
Expand All @@ -77,7 +77,7 @@ exclude github.com/uber-go/tally/v4 v4.1.7
require (
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/andybalholm/brotli v1.0.5 // indirect
github.com/aws/aws-sdk-go v1.44.277 // indirect
github.com/aws/aws-sdk-go v1.44.278 // indirect
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.3 // indirect
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.33 // indirect
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.27 // indirect
Expand Down Expand Up @@ -192,7 +192,7 @@ require (
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/proto/otlp v0.19.0 // indirect
go.opentelemetry.io/proto/otlp v0.20.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.20.3 // indirect
Expand All @@ -205,7 +205,6 @@ require (
golang.org/x/text v0.9.0 // indirect
golang.org/x/time v0.3.0 // indirect
golang.org/x/tools v0.9.3 // indirect
google.golang.org/genproto v0.0.0-20230530153820-e85fd2cbaebc // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20230530153820-e85fd2cbaebc // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
Expand Down
Loading

0 comments on commit 1010e6d

Please sign in to comment.