diff options
author | Valery Piashchynski <[email protected]> | 2023-01-10 09:57:32 +0100 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2023-01-10 09:57:32 +0100 |
commit | 0aa148d0f9f0780a94abc9ef323da44e0a3fa500 (patch) | |
tree | 163d29aa0300f39306836ce21468ca4d1508bfb4 /go.mod | |
parent | 3bb4d3a497b609557e884ec29a94c204dfac86a2 (diff) |
plugins v4
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 78 |
1 files changed, 39 insertions, 39 deletions
@@ -8,51 +8,51 @@ require ( github.com/fatih/color v1.13.0 github.com/joho/godotenv v1.4.0 github.com/olekukonko/tablewriter v0.0.5 - github.com/roadrunner-server/amqp/v3 v3.2.1 + github.com/roadrunner-server/amqp/v4 v4.0.0 github.com/roadrunner-server/api/v3 v3.1.2 - github.com/roadrunner-server/app-logger/v3 v3.1.0 - github.com/roadrunner-server/beanstalk/v3 v3.1.0 - github.com/roadrunner-server/boltdb/v3 v3.1.0 - github.com/roadrunner-server/centrifuge/v3 v3.1.0 - github.com/roadrunner-server/config/v3 v3.1.0 - github.com/roadrunner-server/endure/v2 v2.0.0-beta.1 + github.com/roadrunner-server/app-logger/v4 v4.0.0 + github.com/roadrunner-server/beanstalk/v4 v4.0.0 + github.com/roadrunner-server/boltdb/v4 v4.0.0 + github.com/roadrunner-server/centrifuge/v4 v4.0.0 + github.com/roadrunner-server/config/v4 v4.0.0 + github.com/roadrunner-server/endure/v2 v2.0.0-rc.2 github.com/roadrunner-server/errors v1.2.0 - github.com/roadrunner-server/fileserver/v3 v3.1.0 + github.com/roadrunner-server/fileserver/v4 v4.0.0 github.com/roadrunner-server/goridge/v3 v3.6.2 - github.com/roadrunner-server/grpc/v3 v3.2.0 - github.com/roadrunner-server/gzip/v3 v3.1.0 - github.com/roadrunner-server/headers/v3 v3.1.0 - github.com/roadrunner-server/http/v3 v3.1.0 - github.com/roadrunner-server/informer/v3 v3.1.0 - github.com/roadrunner-server/jobs/v3 v3.1.0 - github.com/roadrunner-server/kv/v3 v3.1.0 - github.com/roadrunner-server/logger/v3 v3.1.0 - github.com/roadrunner-server/memcached/v3 v3.1.0 - github.com/roadrunner-server/memory/v3 v3.2.0 - github.com/roadrunner-server/metrics/v3 v3.2.0 - github.com/roadrunner-server/nats/v3 v3.1.0 - github.com/roadrunner-server/otel/v3 v3.1.0 - github.com/roadrunner-server/prometheus/v3 v3.1.0 - github.com/roadrunner-server/proxy_ip_parser/v3 v3.1.0 - github.com/roadrunner-server/redis/v3 v3.1.0 - github.com/roadrunner-server/reload/v3 v3.1.0 - github.com/roadrunner-server/resetter/v3 v3.1.0 - github.com/roadrunner-server/rpc/v3 v3.1.0 - github.com/roadrunner-server/sdk/v3 v3.1.0 - github.com/roadrunner-server/send/v3 v3.2.0 - github.com/roadrunner-server/server/v3 v3.1.0 - github.com/roadrunner-server/service/v3 v3.1.0 - github.com/roadrunner-server/sqs/v3 v3.2.0 - github.com/roadrunner-server/static/v3 v3.1.0 - github.com/roadrunner-server/status/v3 v3.1.0 - github.com/roadrunner-server/tcp/v3 v3.1.0 + github.com/roadrunner-server/grpc/v4 v4.0.0 + github.com/roadrunner-server/gzip/v4 v4.0.0 + github.com/roadrunner-server/headers/v4 v4.0.0 + github.com/roadrunner-server/http/v4 v4.0.0 + github.com/roadrunner-server/informer/v4 v4.0.0 + github.com/roadrunner-server/jobs/v4 v4.0.0 + github.com/roadrunner-server/kv/v4 v4.0.0 + github.com/roadrunner-server/logger/v4 v4.0.0 + github.com/roadrunner-server/memcached/v4 v4.0.0 + github.com/roadrunner-server/memory/v4 v4.0.0 + github.com/roadrunner-server/metrics/v4 v4.0.0 + github.com/roadrunner-server/nats/v4 v4.0.0 + github.com/roadrunner-server/otel/v4 v4.0.0 + github.com/roadrunner-server/prometheus/v4 v4.0.0 + github.com/roadrunner-server/proxy_ip_parser/v4 v4.0.0 + github.com/roadrunner-server/redis/v4 v4.0.0 + github.com/roadrunner-server/reload/v4 v4.0.0 + github.com/roadrunner-server/resetter/v4 v4.0.0 + github.com/roadrunner-server/rpc/v4 v4.0.0 + github.com/roadrunner-server/sdk/v4 v4.0.0 + github.com/roadrunner-server/send/v4 v4.0.0 + github.com/roadrunner-server/server/v4 v4.0.0 + github.com/roadrunner-server/service/v4 v4.0.0 + github.com/roadrunner-server/sqs/v4 v4.0.0 + github.com/roadrunner-server/static/v4 v4.0.0 + github.com/roadrunner-server/status/v4 v4.0.0 + github.com/roadrunner-server/tcp/v4 v4.0.0 github.com/spf13/cobra v1.6.1 github.com/spf13/viper v1.14.0 github.com/stretchr/testify v1.8.1 - github.com/temporalio/roadrunner-temporal/v2 v2.2.0 + github.com/temporalio/roadrunner-temporal/v4 v4.0.0 go.buf.build/protocolbuffers/go/roadrunner-server/api v1.3.27 go.uber.org/automaxprocs v1.5.1 - golang.org/x/exp v0.0.0-20230105000112-eab7a2c85304 + golang.org/x/exp v0.0.0-20230105202349-8879d0199aa3 ) require ( @@ -166,7 +166,7 @@ require ( go.opentelemetry.io/otel/sdk v1.11.2 // indirect go.opentelemetry.io/otel/trace v1.11.2 // indirect go.opentelemetry.io/proto/otlp v0.19.0 // indirect - go.temporal.io/api v1.13.1-0.20221110200459-6a3cb21a3415 // indirect + go.temporal.io/api v1.14.0 // indirect go.temporal.io/sdk v1.19.0 // indirect go.temporal.io/sdk/contrib/tally v0.2.0 // indirect go.temporal.io/server v1.19.0 // indirect @@ -181,7 +181,7 @@ require ( golang.org/x/text v0.6.0 // indirect golang.org/x/time v0.3.0 // indirect golang.org/x/tools v0.5.0 // indirect - google.golang.org/genproto v0.0.0-20230104163317-caabf589fcbf // indirect + google.golang.org/genproto v0.0.0-20230109162033-3c3c17ce83e6 // indirect google.golang.org/grpc v1.51.0 // indirect google.golang.org/protobuf v1.28.1 // indirect gopkg.in/ini.v1 v1.67.0 // indirect |