@@ -2,58 +2,58 @@ module github.com/roadrunner-server/roadrunner/v2024
2
2
3
3
go 1.23
4
4
5
- toolchain go1.23.0
5
+ toolchain go1.23.1
6
6
7
7
require (
8
8
github.com/buger/goterm v1.0.4
9
9
github.com/dustin/go-humanize v1.0.1
10
10
github.com/fatih/color v1.17.0
11
11
github.com/joho/godotenv v1.5.1
12
12
github.com/olekukonko/tablewriter v0.0.5
13
- github.com/roadrunner-server/amqp/v5 v5.0.2
13
+ github.com/roadrunner-server/amqp/v5 v5.0.4
14
14
github.com/roadrunner-server/api/v4 v4.16.0
15
- github.com/roadrunner-server/app-logger/v5 v5.0.2
16
- github.com/roadrunner-server/beanstalk/v5 v5.0.2
17
- github.com/roadrunner-server/boltdb/v5 v5.0.2
18
- github.com/roadrunner-server/centrifuge/v5 v5.0.2
19
- github.com/roadrunner-server/config/v5 v5.0.2
20
- github.com/roadrunner-server/endure/v2 v2.5.0
15
+ github.com/roadrunner-server/app-logger/v5 v5.0.4
16
+ github.com/roadrunner-server/beanstalk/v5 v5.0.4
17
+ github.com/roadrunner-server/boltdb/v5 v5.0.4
18
+ github.com/roadrunner-server/centrifuge/v5 v5.0.4
19
+ github.com/roadrunner-server/config/v5 v5.0.4
20
+ github.com/roadrunner-server/endure/v2 v2.6.1
21
21
github.com/roadrunner-server/errors v1.4.1
22
- github.com/roadrunner-server/fileserver/v5 v5.0.1
23
- github.com/roadrunner-server/google-pub-sub/v5 v5.0.2
22
+ github.com/roadrunner-server/fileserver/v5 v5.0.3
23
+ github.com/roadrunner-server/google-pub-sub/v5 v5.0.4
24
24
github.com/roadrunner-server/goridge/v3 v3.8.3
25
- github.com/roadrunner-server/grpc/v5 v5.0.4
26
- github.com/roadrunner-server/gzip/v5 v5.0.2
27
- github.com/roadrunner-server/headers/v5 v5.0.2
28
- github.com/roadrunner-server/http/v5 v5.0.2
29
- github.com/roadrunner-server/informer/v5 v5.0.2
30
- github.com/roadrunner-server/jobs/v5 v5.0.3
31
- github.com/roadrunner-server/kafka/v5 v5.0.2
32
- github.com/roadrunner-server/kv/v5 v5.0.2
33
- github.com/roadrunner-server/lock/v5 v5.0.2
34
- github.com/roadrunner-server/logger/v5 v5.0.2
35
- github.com/roadrunner-server/memcached/v5 v5.0.2
36
- github.com/roadrunner-server/memory/v5 v5.0.2
37
- github.com/roadrunner-server/metrics/v5 v5.0.2
38
- github.com/roadrunner-server/nats/v5 v5.0.2
39
- github.com/roadrunner-server/otel/v5 v5.0.1
40
- github.com/roadrunner-server/pool v1.0.1
41
- github.com/roadrunner-server/prometheus/v5 v5.0.1
42
- github.com/roadrunner-server/proxy_ip_parser/v5 v5.0.2
43
- github.com/roadrunner-server/redis/v5 v5.0.2
44
- github.com/roadrunner-server/resetter/v5 v5.0.2
45
- github.com/roadrunner-server/rpc/v5 v5.0.2
46
- github.com/roadrunner-server/send/v5 v5.0.1
47
- github.com/roadrunner-server/server/v5 v5.0 .2
48
- github.com/roadrunner-server/service/v5 v5.0.2
49
- github.com/roadrunner-server/sqs/v5 v5.0.2
50
- github.com/roadrunner-server/static/v5 v5.0.1
51
- github.com/roadrunner-server/status/v5 v5.0.2
52
- github.com/roadrunner-server/tcp/v5 v5.0.2
25
+ github.com/roadrunner-server/grpc/v5 v5.0.6
26
+ github.com/roadrunner-server/gzip/v5 v5.0.4
27
+ github.com/roadrunner-server/headers/v5 v5.0.4
28
+ github.com/roadrunner-server/http/v5 v5.0.4
29
+ github.com/roadrunner-server/informer/v5 v5.0.4
30
+ github.com/roadrunner-server/jobs/v5 v5.0.5
31
+ github.com/roadrunner-server/kafka/v5 v5.0.4
32
+ github.com/roadrunner-server/kv/v5 v5.0.4
33
+ github.com/roadrunner-server/lock/v5 v5.0.4
34
+ github.com/roadrunner-server/logger/v5 v5.0.4
35
+ github.com/roadrunner-server/memcached/v5 v5.0.4
36
+ github.com/roadrunner-server/memory/v5 v5.0.4
37
+ github.com/roadrunner-server/metrics/v5 v5.0.4
38
+ github.com/roadrunner-server/nats/v5 v5.0.4
39
+ github.com/roadrunner-server/otel/v5 v5.0.3
40
+ github.com/roadrunner-server/pool v1.0.2
41
+ github.com/roadrunner-server/prometheus/v5 v5.0.3
42
+ github.com/roadrunner-server/proxy_ip_parser/v5 v5.0.4
43
+ github.com/roadrunner-server/redis/v5 v5.0.4
44
+ github.com/roadrunner-server/resetter/v5 v5.0.5
45
+ github.com/roadrunner-server/rpc/v5 v5.0.4
46
+ github.com/roadrunner-server/send/v5 v5.0.3
47
+ github.com/roadrunner-server/server/v5 v5.1 .2
48
+ github.com/roadrunner-server/service/v5 v5.0.4
49
+ github.com/roadrunner-server/sqs/v5 v5.0.4
50
+ github.com/roadrunner-server/static/v5 v5.0.3
51
+ github.com/roadrunner-server/status/v5 v5.0.4
52
+ github.com/roadrunner-server/tcp/v5 v5.0.4
53
53
github.com/spf13/cobra v1.8.1
54
54
github.com/spf13/viper v1.19.0
55
55
github.com/stretchr/testify v1.9.0
56
- github.com/temporalio/roadrunner-temporal/v5 v5.1.0
56
+ github.com/temporalio/roadrunner-temporal/v5 v5.1.1
57
57
go.uber.org/automaxprocs v1.5.3
58
58
)
59
59
@@ -67,26 +67,26 @@ exclude (
67
67
68
68
require (
69
69
cloud.google.com/go v0.115.1 // indirect
70
- cloud.google.com/go/auth v0.9.1 // indirect
70
+ cloud.google.com/go/auth v0.9.4 // indirect
71
71
cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect
72
72
cloud.google.com/go/compute/metadata v0.5.0 // indirect
73
73
cloud.google.com/go/iam v1.2.0 // indirect
74
- cloud.google.com/go/pubsub v1.42 .0 // indirect
74
+ cloud.google.com/go/pubsub v1.43 .0 // indirect
75
75
github.com/andybalholm/brotli v1.1.0 // indirect
76
76
github.com/aws/aws-sdk-go v1.55.5 // indirect
77
- github.com/aws/aws-sdk-go-v2 v1.30.4 // indirect
78
- github.com/aws/aws-sdk-go-v2/config v1.27.31 // indirect
79
- github.com/aws/aws-sdk-go-v2/credentials v1.17.30 // indirect
80
- github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.12 // indirect
81
- github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.16 // indirect
82
- github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.16 // indirect
77
+ github.com/aws/aws-sdk-go-v2 v1.30.5 // indirect
78
+ github.com/aws/aws-sdk-go-v2/config v1.27.33 // indirect
79
+ github.com/aws/aws-sdk-go-v2/credentials v1.17.32 // indirect
80
+ github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.13 // indirect
81
+ github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.17 // indirect
82
+ github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.17 // indirect
83
83
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect
84
84
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.4 // indirect
85
- github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.18 // indirect
86
- github.com/aws/aws-sdk-go-v2/service/sqs v1.34.5 // indirect
87
- github.com/aws/aws-sdk-go-v2/service/sso v1.22.5 // indirect
88
- github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.5 // indirect
89
- github.com/aws/aws-sdk-go-v2/service/sts v1.30.5 // indirect
85
+ github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.19 // indirect
86
+ github.com/aws/aws-sdk-go-v2/service/sqs v1.34.8 // indirect
87
+ github.com/aws/aws-sdk-go-v2/service/sso v1.22.7 // indirect
88
+ github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.7 // indirect
89
+ github.com/aws/aws-sdk-go-v2/service/sts v1.30.7 // indirect
90
90
github.com/aws/smithy-go v1.20.4 // indirect
91
91
github.com/beanstalkd/go-beanstalk v0.2.0 // indirect
92
92
github.com/beorn7/perks v1.0.1 // indirect
@@ -111,10 +111,10 @@ require (
111
111
github.com/gogo/protobuf v1.3.2 // indirect
112
112
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
113
113
github.com/golang/mock v1.7.0-rc.1 // indirect
114
- github.com/google/pprof v0.0.0-20240827171923-fa2c70bbbfe5 // indirect
114
+ github.com/google/pprof v0.0.0-20240910150728-a0b0bb1d4134 // indirect
115
115
github.com/google/s2a-go v0.1.8 // indirect
116
116
github.com/google/uuid v1.6.0 // indirect
117
- github.com/googleapis/enterprise-certificate-proxy v0.3.3 // indirect
117
+ github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
118
118
github.com/googleapis/gax-go/v2 v2.13.0 // indirect
119
119
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
120
120
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
@@ -144,12 +144,12 @@ require (
144
144
github.com/pierrec/lz4/v4 v4.1.21 // indirect
145
145
github.com/pkg/errors v0.9.1 // indirect
146
146
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
147
- github.com/prometheus/client_golang v1.20.2 // indirect
147
+ github.com/prometheus/client_golang v1.20.3 // indirect
148
148
github.com/prometheus/client_model v0.6.1 // indirect
149
- github.com/prometheus/common v0.57.0 // indirect
149
+ github.com/prometheus/common v0.59.1 // indirect
150
150
github.com/prometheus/procfs v0.15.1 // indirect
151
- github.com/quic-go/qpack v0.4.0 // indirect
152
- github.com/quic-go/quic-go v0.46 .0 // indirect
151
+ github.com/quic-go/qpack v0.5.1 // indirect
152
+ github.com/quic-go/quic-go v0.47 .0 // indirect
153
153
github.com/rabbitmq/amqp091-go v1.10.0 // indirect
154
154
github.com/redis/go-redis/extra/rediscmd/v9 v9.5.3 // indirect
155
155
github.com/redis/go-redis/extra/redisotel/v9 v9.5.3 // indirect
@@ -160,7 +160,7 @@ require (
160
160
github.com/roadrunner-server/priority_queue v1.0.2 // indirect
161
161
github.com/roadrunner-server/tcplisten v1.5.1 // indirect
162
162
github.com/robfig/cron v1.2.0 // indirect
163
- github.com/rs/cors v1.11.0 // indirect
163
+ github.com/rs/cors v1.11.1 // indirect
164
164
github.com/sagikazarmark/locafero v0.6.0 // indirect
165
165
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
166
166
github.com/shirou/gopsutil v3.21.11+incompatible // indirect
@@ -187,43 +187,43 @@ require (
187
187
go.etcd.io/bbolt v1.3.11 // indirect
188
188
go.opencensus.io v0.24.0 // indirect
189
189
go.opentelemetry.io/contrib/instrumentation/github.com/bradfitz/gomemcache/memcache/otelmemcache v0.43.0 // indirect
190
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54 .0 // indirect
191
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54 .0 // indirect
192
- go.opentelemetry.io/contrib/propagators/jaeger v1.29 .0 // indirect
193
- go.opentelemetry.io/otel v1.29 .0 // indirect
194
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.29 .0 // indirect
195
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.29 .0 // indirect
196
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.29 .0 // indirect
197
- go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.29 .0 // indirect
198
- go.opentelemetry.io/otel/exporters/zipkin v1.29 .0 // indirect
199
- go.opentelemetry.io/otel/metric v1.29 .0 // indirect
200
- go.opentelemetry.io/otel/sdk v1.29 .0 // indirect
201
- go.opentelemetry.io/otel/trace v1.29 .0 // indirect
190
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.55 .0 // indirect
191
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55 .0 // indirect
192
+ go.opentelemetry.io/contrib/propagators/jaeger v1.30 .0 // indirect
193
+ go.opentelemetry.io/otel v1.30 .0 // indirect
194
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.30 .0 // indirect
195
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.30 .0 // indirect
196
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.30 .0 // indirect
197
+ go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.30 .0 // indirect
198
+ go.opentelemetry.io/otel/exporters/zipkin v1.30 .0 // indirect
199
+ go.opentelemetry.io/otel/metric v1.30 .0 // indirect
200
+ go.opentelemetry.io/otel/sdk v1.30 .0 // indirect
201
+ go.opentelemetry.io/otel/trace v1.30 .0 // indirect
202
202
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
203
203
go.temporal.io/api v1.39.0 // indirect
204
- go.temporal.io/sdk v1.28 .1 // indirect
204
+ go.temporal.io/sdk v1.29 .1 // indirect
205
205
go.temporal.io/sdk/contrib/opentelemetry v0.6.0 // indirect
206
206
go.temporal.io/sdk/contrib/tally v0.2.0 // indirect
207
- go.temporal.io/server v1.24.2 // indirect
207
+ go.temporal.io/server v1.25.0 // indirect
208
208
go.uber.org/atomic v1.11.0 // indirect
209
209
go.uber.org/mock v0.4.0 // indirect
210
210
go.uber.org/multierr v1.11.0 // indirect
211
211
go.uber.org/zap v1.27.0 // indirect
212
- golang.org/x/crypto v0.26 .0 // indirect
213
- golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 // indirect
214
- golang.org/x/mod v0.20 .0 // indirect
215
- golang.org/x/net v0.28 .0 // indirect
216
- golang.org/x/oauth2 v0.22 .0 // indirect
212
+ golang.org/x/crypto v0.27 .0 // indirect
213
+ golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
214
+ golang.org/x/mod v0.21 .0 // indirect
215
+ golang.org/x/net v0.29 .0 // indirect
216
+ golang.org/x/oauth2 v0.23 .0 // indirect
217
217
golang.org/x/sync v0.8.0 // indirect
218
- golang.org/x/sys v0.24 .0 // indirect
219
- golang.org/x/text v0.17 .0 // indirect
218
+ golang.org/x/sys v0.25 .0 // indirect
219
+ golang.org/x/text v0.18 .0 // indirect
220
220
golang.org/x/time v0.6.0 // indirect
221
- golang.org/x/tools v0.24 .0 // indirect
222
- google.golang.org/api v0.195 .0 // indirect
223
- google.golang.org/genproto v0.0.0-20240827150818-7e3bb234dfed // indirect
224
- google.golang.org/genproto/googleapis/api v0.0.0-20240827150818-7e3bb234dfed // indirect
225
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240827150818-7e3bb234dfed // indirect
226
- google.golang.org/grpc v1.66.0 // indirect
221
+ golang.org/x/tools v0.25 .0 // indirect
222
+ google.golang.org/api v0.197 .0 // indirect
223
+ google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1 // indirect
224
+ google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 // indirect
225
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
226
+ google.golang.org/grpc v1.66.2 // indirect
227
227
google.golang.org/protobuf v1.34.2 // indirect
228
228
gopkg.in/ini.v1 v1.67.0 // indirect
229
229
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
0 commit comments