diff options
author | Valery Piashchynski <[email protected]> | 2023-02-16 20:50:52 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2023-02-16 20:50:52 +0100 |
commit | 92fc954a0288e9f1ff3948a169edb270867f5d70 (patch) | |
tree | 3a94fc09a549f6a0d85d2ae2bf620d2b5a50e644 /go.mod | |
parent | 30879ba7eb5d4a89df790a79808ebb49444ca6fd (diff) | |
parent | e6440526036f874051dd288b084aef8070385bc0 (diff) |
[#1468]: pre-release: `v2023.1.0-alpha.2`v2023.1.0-alpha.2
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 71 |
1 files changed, 36 insertions, 35 deletions
@@ -8,48 +8,49 @@ require ( github.com/fatih/color v1.14.1 github.com/joho/godotenv v1.5.1 github.com/olekukonko/tablewriter v0.0.5 - github.com/roadrunner-server/amqp/v4 v4.1.1 + github.com/roadrunner-server/amqp/v4 v4.1.2 github.com/roadrunner-server/api/v3 v3.2.1 - github.com/roadrunner-server/app-logger/v4 v4.0.1 - github.com/roadrunner-server/beanstalk/v4 v4.1.1 - github.com/roadrunner-server/boltdb/v4 v4.2.1 - github.com/roadrunner-server/centrifuge/v4 v4.0.2 - github.com/roadrunner-server/config/v4 v4.1.1 + github.com/roadrunner-server/app-logger/v4 v4.0.2 + github.com/roadrunner-server/beanstalk/v4 v4.1.2 + github.com/roadrunner-server/boltdb/v4 v4.2.2 + github.com/roadrunner-server/centrifuge/v4 v4.0.3 + github.com/roadrunner-server/config/v4 v4.1.2 github.com/roadrunner-server/endure/v2 v2.2.0 github.com/roadrunner-server/errors v1.2.0 - github.com/roadrunner-server/fileserver/v4 v4.0.1 + github.com/roadrunner-server/fileserver/v4 v4.0.2 github.com/roadrunner-server/goridge/v3 v3.6.2 - github.com/roadrunner-server/grpc/v4 v4.1.0 - github.com/roadrunner-server/gzip/v4 v4.0.1 - github.com/roadrunner-server/headers/v4 v4.0.1 - github.com/roadrunner-server/http/v4 v4.0.3 - github.com/roadrunner-server/informer/v4 v4.0.1 - github.com/roadrunner-server/jobs/v4 v4.2.1 - github.com/roadrunner-server/kv/v4 v4.1.1 - github.com/roadrunner-server/logger/v4 v4.0.1 - github.com/roadrunner-server/memcached/v4 v4.1.2 - github.com/roadrunner-server/memory/v4 v4.1.1 - github.com/roadrunner-server/metrics/v4 v4.0.1 - github.com/roadrunner-server/nats/v4 v4.1.1 - github.com/roadrunner-server/otel/v4 v4.1.0 - github.com/roadrunner-server/prometheus/v4 v4.0.2 - github.com/roadrunner-server/proxy_ip_parser/v4 v4.0.2 - github.com/roadrunner-server/redis/v4 v4.1.1 - github.com/roadrunner-server/reload/v4 v4.0.1 - github.com/roadrunner-server/resetter/v4 v4.0.1 - github.com/roadrunner-server/rpc/v4 v4.1.0 + github.com/roadrunner-server/grpc/v4 v4.1.1 + github.com/roadrunner-server/gzip/v4 v4.0.2 + github.com/roadrunner-server/headers/v4 v4.0.2 + github.com/roadrunner-server/http/v4 v4.0.4 + github.com/roadrunner-server/informer/v4 v4.0.2 + github.com/roadrunner-server/jobs/v4 v4.2.2 + github.com/roadrunner-server/kv/v4 v4.1.2 + github.com/roadrunner-server/lock/v4 v4.0.0-beta.1 + github.com/roadrunner-server/logger/v4 v4.0.2 + github.com/roadrunner-server/memcached/v4 v4.1.3 + github.com/roadrunner-server/memory/v4 v4.1.2 + github.com/roadrunner-server/metrics/v4 v4.0.2 + github.com/roadrunner-server/nats/v4 v4.1.2 + github.com/roadrunner-server/otel/v4 v4.1.1 + github.com/roadrunner-server/prometheus/v4 v4.0.3 + github.com/roadrunner-server/proxy_ip_parser/v4 v4.0.3 + github.com/roadrunner-server/redis/v4 v4.1.2 + github.com/roadrunner-server/reload/v4 v4.0.2 + github.com/roadrunner-server/resetter/v4 v4.0.2 + github.com/roadrunner-server/rpc/v4 v4.1.1 github.com/roadrunner-server/sdk/v4 v4.2.0 - github.com/roadrunner-server/send/v4 v4.0.2 - github.com/roadrunner-server/server/v4 v4.0.1 - github.com/roadrunner-server/service/v4 v4.0.2 - github.com/roadrunner-server/sqs/v4 v4.1.1 - github.com/roadrunner-server/static/v4 v4.0.2 - github.com/roadrunner-server/status/v4 v4.0.1 - github.com/roadrunner-server/tcp/v4 v4.0.1 + github.com/roadrunner-server/send/v4 v4.0.3 + github.com/roadrunner-server/server/v4 v4.0.2 + github.com/roadrunner-server/service/v4 v4.0.3 + github.com/roadrunner-server/sqs/v4 v4.1.2 + github.com/roadrunner-server/static/v4 v4.0.3 + github.com/roadrunner-server/status/v4 v4.0.2 + github.com/roadrunner-server/tcp/v4 v4.0.2 github.com/spf13/cobra v1.6.1 github.com/spf13/viper v1.15.0 github.com/stretchr/testify v1.8.1 - github.com/temporalio/roadrunner-temporal/v4 v4.1.0 + github.com/temporalio/roadrunner-temporal/v4 v4.2.0-alpha.1 go.buf.build/protocolbuffers/go/roadrunner-server/api v1.3.31 go.uber.org/automaxprocs v1.5.1 golang.org/x/exp v0.0.0-20230213192124-5e25df0256eb @@ -129,7 +130,7 @@ require ( github.com/rabbitmq/amqp091-go v1.7.0 // indirect github.com/rivo/uniseg v0.4.3 // indirect github.com/roadrunner-server/api/v4 v4.1.0 // indirect - github.com/roadrunner-server/tcplisten v1.2.1 // indirect + github.com/roadrunner-server/tcplisten v1.3.0 // indirect github.com/robfig/cron v1.2.0 // indirect github.com/savsgio/dictpool v0.0.0-20221023140959-7bf2e61cea94 // indirect github.com/savsgio/gotils v0.0.0-20230208104028-c358bd845dee // indirect |