1
1
module github.com/roadrunner-server/roadrunner/v2024
2
2
3
- go 1.22.5
3
+ go 1.22
4
+
5
+ toolchain go1.22.5
4
6
5
7
require (
6
8
github.com/buger/goterm v1.0.4
7
9
github.com/dustin/go-humanize v1.0.1
8
10
github.com/fatih/color v1.17.0
9
11
github.com/joho/godotenv v1.5.1
10
12
github.com/olekukonko/tablewriter v0.0.5
11
- github.com/roadrunner-server/amqp/v5 v5.0.0
12
- github.com/roadrunner-server/api/v4 v4.15.0
13
- github.com/roadrunner-server/app-logger/v5 v5.0.0
14
- github.com/roadrunner-server/beanstalk/v5 v5.0.0
15
- github.com/roadrunner-server/boltdb/v5 v5.0.0
16
- github.com/roadrunner-server/centrifuge/v5 v5.0.0
17
- github.com/roadrunner-server/config/v5 v5.0.0
18
- github.com/roadrunner-server/endure/v2 v2.4.5
19
- github.com/roadrunner-server/errors v1.4.0
20
- github.com/roadrunner-server/fileserver/v5 v5.0.0
21
- github.com/roadrunner-server/goridge/v3 v3.8.2
22
- github.com/roadrunner-server/grpc/v5 v5.0.1
23
- github.com/roadrunner-server/gzip/v5 v5.0.0
24
- github.com/roadrunner-server/headers/v5 v5.0.0
25
- github.com/roadrunner-server/http/v5 v5.0.0
26
- github.com/roadrunner-server/informer/v5 v5.0.0
27
- github.com/roadrunner-server/jobs/v5 v5.0.1
28
- github.com/roadrunner-server/kafka/v5 v5.0.0
29
- github.com/roadrunner-server/kv/v5 v5.0.0
30
- github.com/roadrunner-server/lock/v5 v5.0.0
31
- github.com/roadrunner-server/logger/v5 v5.0.0
32
- github.com/roadrunner-server/memcached/v5 v5.0.0
33
- github.com/roadrunner-server/memory/v5 v5.0.0
34
- github.com/roadrunner-server/metrics/v5 v5.0.0
35
- github.com/roadrunner-server/nats/v5 v5.0.0
36
- github.com/roadrunner-server/otel/v5 v5.0.0
37
- github.com/roadrunner-server/pool v1.0.0
38
- github.com/roadrunner-server/prometheus/v5 v5.0.0
39
- github.com/roadrunner-server/proxy_ip_parser/v5 v5.0.0
40
- github.com/roadrunner-server/redis/v5 v5.0.0
41
- github.com/roadrunner-server/resetter/v5 v5.0.0
42
- github.com/roadrunner-server/rpc/v5 v5.0.0
43
- github.com/roadrunner-server/send/v5 v5.0.0
44
- github.com/roadrunner-server/server/v5 v5.0.0
45
- github.com/roadrunner-server/service/v5 v5.0.0
46
- github.com/roadrunner-server/sqs/v5 v5.0.0
47
- github.com/roadrunner-server/static/v5 v5.0.0
48
- github.com/roadrunner-server/status/v5 v5.0.0
49
- github.com/roadrunner-server/tcp/v5 v5.0.0
13
+ github.com/roadrunner-server/amqp/v5 v5.0.2
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.4.6
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
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
50
53
github.com/spf13/cobra v1.8.1
51
54
github.com/spf13/viper v1.19.0
52
55
github.com/stretchr/testify v1.9.0
53
- github.com/temporalio/roadrunner-temporal/v5 v5.0 .0
56
+ github.com/temporalio/roadrunner-temporal/v5 v5.1 .0
54
57
go.uber.org/automaxprocs v1.5.3
55
58
)
56
59
@@ -63,21 +66,27 @@ exclude (
63
66
)
64
67
65
68
require (
69
+ cloud.google.com/go v0.115.0 // indirect
70
+ cloud.google.com/go/auth v0.7.2 // indirect
71
+ cloud.google.com/go/auth/oauth2adapt v0.2.3 // indirect
72
+ cloud.google.com/go/compute/metadata v0.5.0 // indirect
73
+ cloud.google.com/go/iam v1.1.12 // indirect
74
+ cloud.google.com/go/pubsub v1.40.0 // indirect
66
75
github.com/andybalholm/brotli v1.1.0 // indirect
67
- github.com/aws/aws-sdk-go v1.54.17 // indirect
68
- github.com/aws/aws-sdk-go-v2 v1.30.1 // indirect
69
- github.com/aws/aws-sdk-go-v2/config v1.27.24 // indirect
70
- github.com/aws/aws-sdk-go-v2/credentials v1.17.24 // indirect
71
- github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.9 // indirect
72
- github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.13 // indirect
73
- github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.13 // indirect
76
+ github.com/aws/aws-sdk-go v1.55.2 // indirect
77
+ github.com/aws/aws-sdk-go-v2 v1.30.3 // indirect
78
+ github.com/aws/aws-sdk-go-v2/config v1.27.27 // indirect
79
+ github.com/aws/aws-sdk-go-v2/credentials v1.17.27 // indirect
80
+ github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.11 // indirect
81
+ github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.15 // indirect
82
+ github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.15 // indirect
74
83
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 // indirect
75
84
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.3 // indirect
76
- github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.15 // indirect
77
- github.com/aws/aws-sdk-go-v2/service/sqs v1.34.1 // indirect
78
- github.com/aws/aws-sdk-go-v2/service/sso v1.22.1 // indirect
79
- github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.2 // indirect
80
- github.com/aws/aws-sdk-go-v2/service/sts v1.30.1 // indirect
85
+ github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.17 // indirect
86
+ github.com/aws/aws-sdk-go-v2/service/sqs v1.34.3 // indirect
87
+ github.com/aws/aws-sdk-go-v2/service/sso v1.22.4 // indirect
88
+ github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.4 // indirect
89
+ github.com/aws/aws-sdk-go-v2/service/sts v1.30.3 // indirect
81
90
github.com/aws/smithy-go v1.20.3 // indirect
82
91
github.com/beanstalkd/go-beanstalk v0.2.0 // indirect
83
92
github.com/beorn7/perks v1.0.1 // indirect
@@ -100,9 +109,13 @@ require (
100
109
github.com/goccy/go-json v0.10.3 // indirect
101
110
github.com/gofiber/fiber/v2 v2.52.5 // indirect
102
111
github.com/gogo/protobuf v1.3.2 // indirect
112
+ github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
103
113
github.com/golang/mock v1.7.0-rc.1 // indirect
104
- github.com/google/pprof v0.0.0-20240625030939-27f56978b8b0 // indirect
114
+ github.com/google/pprof v0.0.0-20240722153945-304e4f0156b8 // indirect
115
+ github.com/google/s2a-go v0.1.8 // indirect
105
116
github.com/google/uuid v1.6.0 // indirect
117
+ github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
118
+ github.com/googleapis/gax-go/v2 v2.13.0 // indirect
106
119
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
107
120
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
108
121
github.com/hashicorp/hcl v1.0.0 // indirect
@@ -114,7 +127,7 @@ require (
114
127
github.com/magiconair/properties v1.8.7 // indirect
115
128
github.com/mattn/go-colorable v0.1.13 // indirect
116
129
github.com/mattn/go-isatty v0.0.20 // indirect
117
- github.com/mattn/go-runewidth v0.0.15 // indirect
130
+ github.com/mattn/go-runewidth v0.0.16 // indirect
118
131
github.com/mholt/acmez v1.2.0 // indirect
119
132
github.com/mholt/acmez/v2 v2.0.1 // indirect
120
133
github.com/miekg/dns v1.1.61 // indirect
@@ -123,6 +136,7 @@ require (
123
136
github.com/nats-io/nats.go v1.36.0 // indirect
124
137
github.com/nats-io/nkeys v0.4.7 // indirect
125
138
github.com/nats-io/nuid v1.0.1 // indirect
139
+ github.com/nexus-rpc/sdk-go v0.0.9 // indirect
126
140
github.com/onsi/ginkgo/v2 v2.19.0 // indirect
127
141
github.com/openzipkin/zipkin-go v0.4.3 // indirect
128
142
github.com/pborman/uuid v1.2.1 // indirect
@@ -139,13 +153,12 @@ require (
139
153
github.com/rabbitmq/amqp091-go v1.10.0 // indirect
140
154
github.com/redis/go-redis/extra/rediscmd/v9 v9.5.3 // indirect
141
155
github.com/redis/go-redis/extra/redisotel/v9 v9.5.3 // indirect
142
- github.com/redis/go-redis/v9 v9.5.3 // indirect
156
+ github.com/redis/go-redis/v9 v9.6.1 // indirect
143
157
github.com/rivo/uniseg v0.4.7 // indirect
144
- github.com/roadrunner-server/context v1.0.0 // indirect
145
- github.com/roadrunner-server/events v1.0.0 // indirect
146
- github.com/roadrunner-server/priority_queue v1.0.1 // indirect
147
- github.com/roadrunner-server/redis/v4 v4.4.5 // indirect
148
- github.com/roadrunner-server/tcplisten v1.5.0 // indirect
158
+ github.com/roadrunner-server/context v1.0.1 // indirect
159
+ github.com/roadrunner-server/events v1.0.1 // indirect
160
+ github.com/roadrunner-server/priority_queue v1.0.2 // indirect
161
+ github.com/roadrunner-server/tcplisten v1.5.1 // indirect
149
162
github.com/robfig/cron v1.2.0 // indirect
150
163
github.com/rs/cors v1.11.0 // indirect
151
164
github.com/sagikazarmark/locafero v0.6.0 // indirect
@@ -172,6 +185,7 @@ require (
172
185
github.com/zeebo/assert v1.3.1 // indirect
173
186
github.com/zeebo/blake3 v0.2.3 // indirect
174
187
go.etcd.io/bbolt v1.3.10 // indirect
188
+ go.opencensus.io v0.24.0 // indirect
175
189
go.opentelemetry.io/contrib/instrumentation/github.com/bradfitz/gomemcache/memcache/otelmemcache v0.43.0 // indirect
176
190
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.53.0 // indirect
177
191
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
@@ -186,8 +200,8 @@ require (
186
200
go.opentelemetry.io/otel/sdk v1.28.0 // indirect
187
201
go.opentelemetry.io/otel/trace v1.28.0 // indirect
188
202
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
189
- go.temporal.io/api v1.35 .0 // indirect
190
- go.temporal.io/sdk v1.27.0 // indirect
203
+ go.temporal.io/api v1.36 .0 // indirect
204
+ go.temporal.io/sdk v1.28.1 // indirect
191
205
go.temporal.io/sdk/contrib/opentelemetry v0.6.0 // indirect
192
206
go.temporal.io/sdk/contrib/tally v0.2.0 // indirect
193
207
go.temporal.io/server v1.24.2 // indirect
@@ -196,16 +210,19 @@ require (
196
210
go.uber.org/multierr v1.11.0 // indirect
197
211
go.uber.org/zap v1.27.0 // indirect
198
212
golang.org/x/crypto v0.25.0 // indirect
199
- golang.org/x/exp v0.0.0-20240707233637-46b078467d37 // indirect
213
+ golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
200
214
golang.org/x/mod v0.19.0 // indirect
201
215
golang.org/x/net v0.27.0 // indirect
216
+ golang.org/x/oauth2 v0.21.0 // indirect
202
217
golang.org/x/sync v0.7.0 // indirect
203
218
golang.org/x/sys v0.22.0 // indirect
204
219
golang.org/x/text v0.16.0 // indirect
205
220
golang.org/x/time v0.5.0 // indirect
206
221
golang.org/x/tools v0.23.0 // indirect
207
- google.golang.org/genproto/googleapis/api v0.0.0-20240709173604-40e1e62336c5 // indirect
208
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240709173604-40e1e62336c5 // indirect
222
+ google.golang.org/api v0.189.0 // indirect
223
+ google.golang.org/genproto v0.0.0-20240723171418-e6d459c13d2a // indirect
224
+ google.golang.org/genproto/googleapis/api v0.0.0-20240723171418-e6d459c13d2a // indirect
225
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240723171418-e6d459c13d2a // indirect
209
226
google.golang.org/grpc v1.65.0 // indirect
210
227
google.golang.org/protobuf v1.34.2 // indirect
211
228
gopkg.in/ini.v1 v1.67.0 // indirect
0 commit comments