Skip to content

Commit f312926

Browse files
authored
[#2123]: release: v2024.3.3
2 parents e32785b + 8a46765 commit f312926

File tree

2 files changed

+147
-147
lines changed

2 files changed

+147
-147
lines changed

go.mod

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -10,50 +10,50 @@ require (
1010
github.com/fatih/color v1.18.0
1111
github.com/joho/godotenv v1.5.1
1212
github.com/olekukonko/tablewriter v0.0.5
13-
github.com/roadrunner-server/amqp/v5 v5.1.2
13+
github.com/roadrunner-server/amqp/v5 v5.1.3
1414
github.com/roadrunner-server/api/v4 v4.18.1
15-
github.com/roadrunner-server/app-logger/v5 v5.1.2
16-
github.com/roadrunner-server/beanstalk/v5 v5.1.2
17-
github.com/roadrunner-server/boltdb/v5 v5.1.2
18-
github.com/roadrunner-server/centrifuge/v5 v5.1.2
19-
github.com/roadrunner-server/config/v5 v5.1.2
15+
github.com/roadrunner-server/app-logger/v5 v5.1.3
16+
github.com/roadrunner-server/beanstalk/v5 v5.1.3
17+
github.com/roadrunner-server/boltdb/v5 v5.1.3
18+
github.com/roadrunner-server/centrifuge/v5 v5.1.3
19+
github.com/roadrunner-server/config/v5 v5.1.3
2020
github.com/roadrunner-server/endure/v2 v2.6.1
2121
github.com/roadrunner-server/errors v1.4.1
22-
github.com/roadrunner-server/fileserver/v5 v5.1.2
23-
github.com/roadrunner-server/google-pub-sub/v5 v5.1.2
22+
github.com/roadrunner-server/fileserver/v5 v5.1.3
23+
github.com/roadrunner-server/google-pub-sub/v5 v5.1.3
2424
github.com/roadrunner-server/goridge/v3 v3.8.3
25-
github.com/roadrunner-server/grpc/v5 v5.1.2
26-
github.com/roadrunner-server/gzip/v5 v5.1.2
27-
github.com/roadrunner-server/headers/v5 v5.1.2
28-
github.com/roadrunner-server/http/v5 v5.2.1
29-
github.com/roadrunner-server/informer/v5 v5.1.2
30-
github.com/roadrunner-server/jobs/v5 v5.1.2
31-
github.com/roadrunner-server/kafka/v5 v5.1.2
32-
github.com/roadrunner-server/kv/v5 v5.2.2
33-
github.com/roadrunner-server/lock/v5 v5.1.2
34-
github.com/roadrunner-server/logger/v5 v5.1.2
35-
github.com/roadrunner-server/memcached/v5 v5.1.2
36-
github.com/roadrunner-server/memory/v5 v5.2.2
37-
github.com/roadrunner-server/metrics/v5 v5.1.2
38-
github.com/roadrunner-server/nats/v5 v5.1.2
39-
github.com/roadrunner-server/otel/v5 v5.1.2
25+
github.com/roadrunner-server/grpc/v5 v5.1.3
26+
github.com/roadrunner-server/gzip/v5 v5.1.3
27+
github.com/roadrunner-server/headers/v5 v5.1.3
28+
github.com/roadrunner-server/http/v5 v5.2.2
29+
github.com/roadrunner-server/informer/v5 v5.1.3
30+
github.com/roadrunner-server/jobs/v5 v5.1.3
31+
github.com/roadrunner-server/kafka/v5 v5.1.3
32+
github.com/roadrunner-server/kv/v5 v5.2.3
33+
github.com/roadrunner-server/lock/v5 v5.1.3
34+
github.com/roadrunner-server/logger/v5 v5.1.3
35+
github.com/roadrunner-server/memcached/v5 v5.1.3
36+
github.com/roadrunner-server/memory/v5 v5.2.3
37+
github.com/roadrunner-server/metrics/v5 v5.1.3
38+
github.com/roadrunner-server/nats/v5 v5.1.3
39+
github.com/roadrunner-server/otel/v5 v5.1.3
4040
github.com/roadrunner-server/pool v1.1.2
41-
github.com/roadrunner-server/prometheus/v5 v5.1.2
42-
github.com/roadrunner-server/proxy_ip_parser/v5 v5.1.2
43-
github.com/roadrunner-server/redis/v5 v5.1.2
44-
github.com/roadrunner-server/resetter/v5 v5.1.2
45-
github.com/roadrunner-server/rpc/v5 v5.1.2
46-
github.com/roadrunner-server/send/v5 v5.1.1
47-
github.com/roadrunner-server/server/v5 v5.2.3
48-
github.com/roadrunner-server/service/v5 v5.1.2
49-
github.com/roadrunner-server/sqs/v5 v5.1.2
50-
github.com/roadrunner-server/static/v5 v5.1.1
51-
github.com/roadrunner-server/status/v5 v5.1.2
52-
github.com/roadrunner-server/tcp/v5 v5.1.2
41+
github.com/roadrunner-server/prometheus/v5 v5.1.3
42+
github.com/roadrunner-server/proxy_ip_parser/v5 v5.1.3
43+
github.com/roadrunner-server/redis/v5 v5.1.3
44+
github.com/roadrunner-server/resetter/v5 v5.1.3
45+
github.com/roadrunner-server/rpc/v5 v5.1.3
46+
github.com/roadrunner-server/send/v5 v5.1.2
47+
github.com/roadrunner-server/server/v5 v5.2.4
48+
github.com/roadrunner-server/service/v5 v5.1.3
49+
github.com/roadrunner-server/sqs/v5 v5.1.3
50+
github.com/roadrunner-server/static/v5 v5.1.2
51+
github.com/roadrunner-server/status/v5 v5.1.3
52+
github.com/roadrunner-server/tcp/v5 v5.1.3
5353
github.com/spf13/cobra v1.8.1
5454
github.com/spf13/viper v1.19.0
5555
github.com/stretchr/testify v1.10.0
56-
github.com/temporalio/roadrunner-temporal/v5 v5.4.0
56+
github.com/temporalio/roadrunner-temporal/v5 v5.5.0
5757
go.uber.org/automaxprocs v1.6.0
5858
)
5959

@@ -66,7 +66,7 @@ exclude (
6666
)
6767

6868
require (
69-
cloud.google.com/go v0.118.1 // indirect
69+
cloud.google.com/go v0.118.2 // indirect
7070
cloud.google.com/go/auth v0.14.1 // indirect
7171
cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
7272
cloud.google.com/go/compute/metadata v0.6.0 // indirect
@@ -110,13 +110,13 @@ require (
110110
github.com/gofiber/fiber/v2 v2.52.6 // indirect
111111
github.com/gogo/protobuf v1.3.2 // indirect
112112
github.com/golang/mock v1.7.0-rc.1 // indirect
113-
github.com/google/pprof v0.0.0-20250202011525-fc3143867406 // indirect
113+
github.com/google/pprof v0.0.0-20250208200701-d0013a598941 // indirect
114114
github.com/google/s2a-go v0.1.9 // indirect
115115
github.com/google/uuid v1.6.0 // indirect
116116
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
117117
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
118118
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
119-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.0 // indirect
119+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1 // indirect
120120
github.com/hashicorp/hcl v1.0.0 // indirect
121121
github.com/inconshreveable/mousetrap v1.1.0 // indirect
122122
github.com/jmespath/go-jmespath v0.4.0 // indirect
@@ -133,9 +133,9 @@ require (
133133
github.com/mitchellh/mapstructure v1.5.0 // indirect
134134
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
135135
github.com/nats-io/nats.go v1.39.0 // indirect
136-
github.com/nats-io/nkeys v0.4.9 // indirect
136+
github.com/nats-io/nkeys v0.4.10 // indirect
137137
github.com/nats-io/nuid v1.0.1 // indirect
138-
github.com/nexus-rpc/sdk-go v0.1.1 // indirect
138+
github.com/nexus-rpc/sdk-go v0.2.0 // indirect
139139
github.com/onsi/ginkgo/v2 v2.22.2 // indirect
140140
github.com/openzipkin/zipkin-go v0.4.3 // indirect
141141
github.com/pborman/uuid v1.2.1 // indirect
@@ -200,7 +200,7 @@ require (
200200
go.opentelemetry.io/otel/sdk v1.34.0 // indirect
201201
go.opentelemetry.io/otel/trace v1.34.0 // indirect
202202
go.opentelemetry.io/proto/otlp v1.5.0 // indirect
203-
go.temporal.io/api v1.43.2 // indirect
203+
go.temporal.io/api v1.44.1 // indirect
204204
go.temporal.io/sdk v1.32.1 // indirect
205205
go.temporal.io/sdk/contrib/opentelemetry v0.6.0 // indirect
206206
go.temporal.io/sdk/contrib/tally v0.2.0 // indirect
@@ -210,20 +210,20 @@ require (
210210
go.uber.org/multierr v1.11.0 // indirect
211211
go.uber.org/zap v1.27.0 // indirect
212212
go.uber.org/zap/exp v0.3.0 // indirect
213-
golang.org/x/crypto v0.32.0 // indirect
214-
golang.org/x/exp v0.0.0-20250128182459-e0ece0dbea4c // indirect
213+
golang.org/x/crypto v0.33.0 // indirect
214+
golang.org/x/exp v0.0.0-20250210185358-939b2ce775ac // indirect
215215
golang.org/x/mod v0.23.0 // indirect
216-
golang.org/x/net v0.34.0 // indirect
216+
golang.org/x/net v0.35.0 // indirect
217217
golang.org/x/oauth2 v0.26.0 // indirect
218218
golang.org/x/sync v0.11.0 // indirect
219219
golang.org/x/sys v0.30.0 // indirect
220220
golang.org/x/text v0.22.0 // indirect
221221
golang.org/x/time v0.10.0 // indirect
222-
golang.org/x/tools v0.29.0 // indirect
222+
golang.org/x/tools v0.30.0 // indirect
223223
google.golang.org/api v0.220.0 // indirect
224-
google.golang.org/genproto v0.0.0-20250204164813-702378808489 // indirect
225-
google.golang.org/genproto/googleapis/api v0.0.0-20250204164813-702378808489 // indirect
226-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250204164813-702378808489 // indirect
224+
google.golang.org/genproto v0.0.0-20250207221924-e9438ea467c6 // indirect
225+
google.golang.org/genproto/googleapis/api v0.0.0-20250207221924-e9438ea467c6 // indirect
226+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250207221924-e9438ea467c6 // indirect
227227
google.golang.org/grpc v1.70.0 // indirect
228228
google.golang.org/protobuf v1.36.5 // indirect
229229
gopkg.in/ini.v1 v1.67.0 // indirect

0 commit comments

Comments
 (0)