@@ -2,57 +2,57 @@ module github.com/roadrunner-server/roadrunner/v2023
22
33go 1.21
44
5- toolchain go1.21.4
5+ toolchain go1.21.5
66
77require (
88 github.com/buger/goterm v1.0.4
99 github.com/dustin/go-humanize v1.0.1
1010 github.com/fatih/color v1.16.0
1111 github.com/joho/godotenv v1.5.1
1212 github.com/olekukonko/tablewriter v0.0.5
13- github.com/roadrunner-server/amqp/v4 v4.9.8
13+ github.com/roadrunner-server/amqp/v4 v4.9.9
1414 github.com/roadrunner-server/api/v4 v4.9.0
15- github.com/roadrunner-server/app-logger/v4 v4.2.7
16- github.com/roadrunner-server/beanstalk/v4 v4.6.1
17- github.com/roadrunner-server/boltdb/v4 v4.7.9
18- github.com/roadrunner-server/centrifuge/v4 v4.5.6
19- github.com/roadrunner-server/config/v4 v4.6.3
15+ github.com/roadrunner-server/app-logger/v4 v4.2.8
16+ github.com/roadrunner-server/beanstalk/v4 v4.6.2
17+ github.com/roadrunner-server/boltdb/v4 v4.7.10
18+ github.com/roadrunner-server/centrifuge/v4 v4.5.7
19+ github.com/roadrunner-server/config/v4 v4.6.4
2020 github.com/roadrunner-server/endure/v2 v2.4.3
2121 github.com/roadrunner-server/errors v1.3.0
22- github.com/roadrunner-server/fileserver/v4 v4.1.11
22+ github.com/roadrunner-server/fileserver/v4 v4.1.12
2323 github.com/roadrunner-server/goridge/v3 v3.8.1
24- github.com/roadrunner-server/grpc/v4 v4.6.1
25- github.com/roadrunner-server/gzip/v4 v4.1.11
26- github.com/roadrunner-server/headers/v4 v4.2.12
27- github.com/roadrunner-server/http/v4 v4.4.8
28- github.com/roadrunner-server/informer/v4 v4.3.10
29- github.com/roadrunner-server/jobs/v4 v4.7.9
30- github.com/roadrunner-server/kafka/v4 v4.4.12
31- github.com/roadrunner-server/kv/v4 v4.4.10
32- github.com/roadrunner-server/lock/v4 v4.5.8
33- github.com/roadrunner-server/logger/v4 v4.2.10
34- github.com/roadrunner-server/memcached/v4 v4.3.9
35- github.com/roadrunner-server/memory/v4 v4.6.10
36- github.com/roadrunner-server/metrics/v4 v4.1.12
37- github.com/roadrunner-server/nats/v4 v4.6.3
38- github.com/roadrunner-server/otel/v4 v4.3.8
39- github.com/roadrunner-server/prometheus/v4 v4.1.11
40- github.com/roadrunner-server/proxy_ip_parser/v4 v4.1.11
41- github.com/roadrunner-server/redis/v4 v4.2.11
42- github.com/roadrunner-server/resetter/v4 v4.0.17
43- github.com/roadrunner-server/rpc/v4 v4.2.11
24+ github.com/roadrunner-server/grpc/v4 v4.6.2
25+ github.com/roadrunner-server/gzip/v4 v4.1.12
26+ github.com/roadrunner-server/headers/v4 v4.2.13
27+ github.com/roadrunner-server/http/v4 v4.4.9
28+ github.com/roadrunner-server/informer/v4 v4.3.11
29+ github.com/roadrunner-server/jobs/v4 v4.7.10
30+ github.com/roadrunner-server/kafka/v4 v4.4.13
31+ github.com/roadrunner-server/kv/v4 v4.4.11
32+ github.com/roadrunner-server/lock/v4 v4.5.9
33+ github.com/roadrunner-server/logger/v4 v4.2.11
34+ github.com/roadrunner-server/memcached/v4 v4.3.10
35+ github.com/roadrunner-server/memory/v4 v4.6.11
36+ github.com/roadrunner-server/metrics/v4 v4.1.13
37+ github.com/roadrunner-server/nats/v4 v4.6.4
38+ github.com/roadrunner-server/otel/v4 v4.3.9
39+ github.com/roadrunner-server/prometheus/v4 v4.1.12
40+ github.com/roadrunner-server/proxy_ip_parser/v4 v4.1.12
41+ github.com/roadrunner-server/redis/v4 v4.2.12
42+ github.com/roadrunner-server/resetter/v4 v4.0.18
43+ github.com/roadrunner-server/rpc/v4 v4.2.12
4444 github.com/roadrunner-server/sdk/v4 v4.5.4
45- github.com/roadrunner-server/send/v4 v4.2.11
46- github.com/roadrunner-server/server/v4 v4.5.3
47- github.com/roadrunner-server/service/v4 v4.4.10
48- github.com/roadrunner-server/sqs/v4 v4.5.10
49- github.com/roadrunner-server/static/v4 v4.1.11
50- github.com/roadrunner-server/status/v4 v4.4.9
51- github.com/roadrunner-server/tcp/v4 v4.3.8
45+ github.com/roadrunner-server/send/v4 v4.2.12
46+ github.com/roadrunner-server/server/v4 v4.5.4
47+ github.com/roadrunner-server/service/v4 v4.4.11
48+ github.com/roadrunner-server/sqs/v4 v4.5.11
49+ github.com/roadrunner-server/static/v4 v4.1.12
50+ github.com/roadrunner-server/status/v4 v4.4.10
51+ github.com/roadrunner-server/tcp/v4 v4.3.9
5252 github.com/spf13/cobra v1.8.0
5353 github.com/spf13/viper v1.17.0
5454 github.com/stretchr/testify v1.8.4
55- github.com/temporalio/roadrunner-temporal/v4 v4.5.6
55+ github.com/temporalio/roadrunner-temporal/v4 v4.5.7
5656 go.uber.org/automaxprocs v1.5.3
5757)
5858
@@ -64,7 +64,7 @@ exclude (
6464
6565require (
6666 github.com/andybalholm/brotli v1.0.6 // indirect
67- github.com/aws/aws-sdk-go v1.49.1 // indirect
67+ github.com/aws/aws-sdk-go v1.49.2 // indirect
6868 github.com/aws/aws-sdk-go-v2 v1.24.0 // indirect
6969 github.com/aws/aws-sdk-go-v2/config v1.26.1 // indirect
7070 github.com/aws/aws-sdk-go-v2/credentials v1.16.12 // indirect
@@ -95,13 +95,15 @@ require (
9595 github.com/go-logr/logr v1.3.0 // indirect
9696 github.com/go-logr/stdr v1.2.2 // indirect
9797 github.com/go-ole/go-ole v1.3.0 // indirect
98+ github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
9899 github.com/goccy/go-json v0.10.2 // indirect
99100 github.com/gofiber/fiber/v2 v2.51.0 // indirect
100101 github.com/gogo/googleapis v1.4.1 // indirect
101102 github.com/gogo/protobuf v1.3.2 // indirect
102103 github.com/gogo/status v1.1.1 // indirect
103104 github.com/golang/mock v1.7.0-rc.1 // indirect
104105 github.com/golang/protobuf v1.5.3 // indirect
106+ github.com/google/pprof v0.0.0-20231212022811-ec68065c825e // indirect
105107 github.com/google/uuid v1.5.0 // indirect
106108 github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
107109 github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
@@ -123,6 +125,7 @@ require (
123125 github.com/nats-io/nats.go v1.31.0 // indirect
124126 github.com/nats-io/nkeys v0.4.6 // indirect
125127 github.com/nats-io/nuid v1.0.1 // indirect
128+ github.com/onsi/ginkgo/v2 v2.13.2 // indirect
126129 github.com/openzipkin/zipkin-go v0.4.2 // indirect
127130 github.com/pborman/uuid v1.2.1 // indirect
128131 github.com/pelletier/go-toml/v2 v2.1.1 // indirect
@@ -133,6 +136,9 @@ require (
133136 github.com/prometheus/client_model v0.5.0 // indirect
134137 github.com/prometheus/common v0.45.0 // indirect
135138 github.com/prometheus/procfs v0.12.0 // indirect
139+ github.com/quic-go/qpack v0.4.0 // indirect
140+ github.com/quic-go/qtls-go1-20 v0.4.1 // indirect
141+ github.com/quic-go/quic-go v0.40.1 // indirect
136142 github.com/rabbitmq/amqp091-go v1.9.0 // indirect
137143 github.com/redis/go-redis/extra/rediscmd/v9 v9.0.5 // indirect
138144 github.com/redis/go-redis/extra/redisotel/v9 v9.0.5 // indirect
@@ -184,6 +190,7 @@ require (
184190 go.temporal.io/sdk/contrib/tally v0.2.0 // indirect
185191 go.temporal.io/server v1.22.3 // indirect
186192 go.uber.org/atomic v1.11.0 // indirect
193+ go.uber.org/mock v0.3.0 // indirect
187194 go.uber.org/multierr v1.11.0 // indirect
188195 go.uber.org/zap v1.26.0 // indirect
189196 golang.org/x/crypto v0.16.0 // indirect
0 commit comments