summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2023-07-06 18:23:56 +0200
committerValery Piashchynski <[email protected]>2023-07-06 18:23:56 +0200
commit7b8a59ed071c0f66877aa8fe28155100fb18373d (patch)
tree8dbe5c20fa74fc9bf877c2025285b46c4c498eb1 /go.mod
parentd6ca04f1d7ae230bc8139ea652d67766779beb57 (diff)
release: update schema3.0, CHANGELOG, config, plugins
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod79
1 files changed, 40 insertions, 39 deletions
diff --git a/go.mod b/go.mod
index 1149a140..787915e6 100644
--- a/go.mod
+++ b/go.mod
@@ -8,59 +8,61 @@ require (
github.com/fatih/color v1.15.0
github.com/joho/godotenv v1.5.1
github.com/olekukonko/tablewriter v0.0.5
- github.com/roadrunner-server/amqp/v4 v4.6.1
+ github.com/roadrunner-server/amqp/v4 v4.7.0
github.com/roadrunner-server/api/v4 v4.5.0
github.com/roadrunner-server/app-logger/v4 v4.0.9
- github.com/roadrunner-server/beanstalk/v4 v4.3.0
- github.com/roadrunner-server/boltdb/v4 v4.4.1
- github.com/roadrunner-server/centrifuge/v4 v4.1.11
- github.com/roadrunner-server/config/v4 v4.3.5
+ github.com/roadrunner-server/beanstalk/v4 v4.4.0
+ github.com/roadrunner-server/boltdb/v4 v4.5.0
+ github.com/roadrunner-server/centrifuge/v4 v4.2.0
+ github.com/roadrunner-server/config/v4 v4.4.0
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.14
+ github.com/roadrunner-server/fileserver/v4 v4.1.0
github.com/roadrunner-server/goridge/v3 v3.6.3
- github.com/roadrunner-server/grpc/v4 v4.1.15
- github.com/roadrunner-server/gzip/v4 v4.0.13
- github.com/roadrunner-server/headers/v4 v4.1.1
- github.com/roadrunner-server/http/v4 v4.1.14
- github.com/roadrunner-server/informer/v4 v4.1.10
- github.com/roadrunner-server/jobs/v4 v4.4.1
- github.com/roadrunner-server/kafka/v4 v4.2.1
- github.com/roadrunner-server/kv/v4 v4.1.13
- github.com/roadrunner-server/lock/v4 v4.2.0
- github.com/roadrunner-server/logger/v4 v4.1.10
+ github.com/roadrunner-server/grpc/v4 v4.2.0
+ github.com/roadrunner-server/gzip/v4 v4.1.0
+ github.com/roadrunner-server/headers/v4 v4.2.0
+ github.com/roadrunner-server/http/v4 v4.2.0
+ github.com/roadrunner-server/informer/v4 v4.2.0
+ github.com/roadrunner-server/jobs/v4 v4.5.0
+ github.com/roadrunner-server/kafka/v4 v4.3.0
+ github.com/roadrunner-server/kv/v4 v4.2.0
+ github.com/roadrunner-server/lock/v4 v4.3.0
+ github.com/roadrunner-server/logger/v4 v4.2.0
github.com/roadrunner-server/memcached/v4 v4.1.10
- github.com/roadrunner-server/memory/v4 v4.3.0
- github.com/roadrunner-server/metrics/v4 v4.0.12
- github.com/roadrunner-server/nats/v4 v4.3.1
- github.com/roadrunner-server/otel/v4 v4.1.15
- github.com/roadrunner-server/prometheus/v4 v4.0.14
- github.com/roadrunner-server/proxy_ip_parser/v4 v4.0.12
- github.com/roadrunner-server/redis/v4 v4.1.13
+ github.com/roadrunner-server/memory/v4 v4.4.0
+ github.com/roadrunner-server/metrics/v4 v4.1.0
+ github.com/roadrunner-server/nats/v4 v4.4.0
+ github.com/roadrunner-server/otel/v4 v4.2.0
+ github.com/roadrunner-server/prometheus/v4 v4.1.0
+ github.com/roadrunner-server/proxy_ip_parser/v4 v4.1.0
+ github.com/roadrunner-server/redis/v4 v4.2.0
github.com/roadrunner-server/resetter/v4 v4.0.7
- github.com/roadrunner-server/rpc/v4 v4.1.12
- github.com/roadrunner-server/sdk/v4 v4.3.0
- github.com/roadrunner-server/send/v4 v4.1.0
- github.com/roadrunner-server/server/v4 v4.1.10
- github.com/roadrunner-server/service/v4 v4.2.0
- github.com/roadrunner-server/sqs/v4 v4.3.1
- github.com/roadrunner-server/static/v4 v4.0.13
- github.com/roadrunner-server/status/v4 v4.2.0
- github.com/roadrunner-server/tcp/v4 v4.0.12
+ github.com/roadrunner-server/rpc/v4 v4.2.0
+ github.com/roadrunner-server/sdk/v4 v4.3.1
+ github.com/roadrunner-server/send/v4 v4.2.0
+ github.com/roadrunner-server/server/v4 v4.2.0
+ github.com/roadrunner-server/service/v4 v4.3.0
+ github.com/roadrunner-server/sqs/v4 v4.4.0
+ github.com/roadrunner-server/static/v4 v4.1.0
+ github.com/roadrunner-server/status/v4 v4.3.0
+ github.com/roadrunner-server/tcp/v4 v4.1.0
github.com/spf13/cobra v1.7.0
github.com/spf13/viper v1.16.0
github.com/stretchr/testify v1.8.4
- github.com/temporalio/roadrunner-temporal/v4 v4.2.7
+ github.com/temporalio/roadrunner-temporal/v4 v4.3.2
go.buf.build/protocolbuffers/go/roadrunner-server/api v1.3.40
go.uber.org/automaxprocs v1.5.2
golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df
)
+replace github.com/temporalio/roadrunner-temporal/v4 => ../plugins/roadrunner-temporal
+
exclude github.com/uber-go/tally/v4 v4.1.7
require (
github.com/andybalholm/brotli v1.0.5 // indirect
- github.com/aws/aws-sdk-go v1.44.295 // indirect
+ github.com/aws/aws-sdk-go v1.44.296 // indirect
github.com/aws/aws-sdk-go-v2 v1.18.1 // indirect
github.com/aws/aws-sdk-go-v2/config v1.18.27 // indirect
github.com/aws/aws-sdk-go-v2/credentials v1.13.26 // indirect
@@ -90,7 +92,6 @@ require (
github.com/go-logr/logr v1.2.4 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
- github.com/go-redis/redis/v8 v8.11.5 // indirect
github.com/goccy/go-json v0.10.2 // indirect
github.com/gofiber/fiber/v2 v2.47.0 // indirect
github.com/gogo/googleapis v1.4.1 // indirect
@@ -120,7 +121,6 @@ require (
github.com/nats-io/nats.go v1.27.1 // indirect
github.com/nats-io/nkeys v0.4.4 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
- github.com/onsi/gomega v1.24.1 // indirect
github.com/openzipkin/zipkin-go v0.4.1 // indirect
github.com/pborman/uuid v1.2.1 // indirect
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
@@ -133,6 +133,7 @@ require (
github.com/prometheus/common v0.44.0 // indirect
github.com/prometheus/procfs v0.11.0 // indirect
github.com/rabbitmq/amqp091-go v1.8.1 // indirect
+ github.com/redis/go-redis/v9 v9.0.5 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/roadrunner-server/tcplisten v1.3.0 // indirect
github.com/robfig/cron v1.2.0 // indirect
@@ -184,14 +185,14 @@ require (
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.24.0 // indirect
- golang.org/x/crypto v0.10.0 // indirect
+ golang.org/x/crypto v0.11.0 // indirect
golang.org/x/mod v0.12.0 // indirect
- golang.org/x/net v0.11.0 // indirect
+ golang.org/x/net v0.12.0 // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/sys v0.10.0 // indirect
golang.org/x/text v0.11.0 // indirect
golang.org/x/time v0.3.0 // indirect
- golang.org/x/tools v0.10.0 // indirect
+ golang.org/x/tools v0.11.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20230629202037-9506855d4529 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230629202037-9506855d4529 // indirect
google.golang.org/grpc v1.56.1 // indirect