diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 56 |
1 files changed, 28 insertions, 28 deletions
@@ -9,47 +9,47 @@ require ( github.com/joho/godotenv v1.4.0 github.com/mattn/go-runewidth v0.0.13 github.com/olekukonko/tablewriter v0.0.5 - github.com/roadrunner-server/amqp/v2 v2.11.1 + github.com/roadrunner-server/amqp/v2 v2.12.0 github.com/roadrunner-server/api/v2 v2.14.0 - github.com/roadrunner-server/beanstalk/v2 v2.11.0 - github.com/roadrunner-server/boltdb/v2 v2.11.1 + github.com/roadrunner-server/beanstalk/v2 v2.12.0 + github.com/roadrunner-server/boltdb/v2 v2.12.0 github.com/roadrunner-server/broadcast/v2 v2.11.0 - github.com/roadrunner-server/cache/v2 v2.11.1 - github.com/roadrunner-server/config/v2 v2.11.1 + github.com/roadrunner-server/cache/v2 v2.12.0 + github.com/roadrunner-server/config/v2 v2.13.0 github.com/roadrunner-server/endure v1.2.2 github.com/roadrunner-server/errors v1.1.2 - github.com/roadrunner-server/fileserver/v2 v2.11.1 + github.com/roadrunner-server/fileserver/v2 v2.12.0 github.com/roadrunner-server/goridge/v3 v3.4.0 - github.com/roadrunner-server/grpc/v2 v2.12.1 + github.com/roadrunner-server/grpc/v2 v2.13.0 github.com/roadrunner-server/gzip/v2 v2.10.0 github.com/roadrunner-server/headers/v2 v2.11.0 - github.com/roadrunner-server/http/v2 v2.13.3 + github.com/roadrunner-server/http/v2 v2.14.0 github.com/roadrunner-server/informer/v2 v2.11.0 - github.com/roadrunner-server/jobs/v2 v2.11.1 + github.com/roadrunner-server/jobs/v2 v2.12.0 github.com/roadrunner-server/kv/v2 v2.11.0 - github.com/roadrunner-server/logger/v2 v2.11.1 + github.com/roadrunner-server/logger/v2 v2.12.0 github.com/roadrunner-server/memcached/v2 v2.11.0 - github.com/roadrunner-server/memory/v2 v2.11.0 - github.com/roadrunner-server/metrics/v2 v2.11.1 - github.com/roadrunner-server/nats/v2 v2.11.0 - github.com/roadrunner-server/new_relic/v2 v2.12.1 - github.com/roadrunner-server/prometheus/v2 v2.11.1 - github.com/roadrunner-server/redis/v2 v2.12.0 + github.com/roadrunner-server/memory/v2 v2.12.0 + github.com/roadrunner-server/metrics/v2 v2.12.0 + github.com/roadrunner-server/nats/v2 v2.12.0 + github.com/roadrunner-server/new_relic/v2 v2.13.0 + github.com/roadrunner-server/prometheus/v2 v2.12.0 + github.com/roadrunner-server/redis/v2 v2.13.0 github.com/roadrunner-server/reload/v2 v2.11.0 github.com/roadrunner-server/resetter/v2 v2.11.0 - github.com/roadrunner-server/rpc/v2 v2.11.0 + github.com/roadrunner-server/rpc/v2 v2.12.0 github.com/roadrunner-server/send/v2 v2.10.0 - github.com/roadrunner-server/server/v2 v2.12.1 - github.com/roadrunner-server/service/v2 v2.11.1 - github.com/roadrunner-server/sqs/v2 v2.12.2 - github.com/roadrunner-server/static/v2 v2.11.0 - github.com/roadrunner-server/status/v2 v2.11.1 - github.com/roadrunner-server/tcp/v2 v2.11.1 - github.com/roadrunner-server/websockets/v2 v2.11.2 + github.com/roadrunner-server/server/v2 v2.13.0 + github.com/roadrunner-server/service/v2 v2.12.0 + github.com/roadrunner-server/sqs/v2 v2.13.0 + github.com/roadrunner-server/static/v2 v2.12.0 + github.com/roadrunner-server/status/v2 v2.11.2 + github.com/roadrunner-server/tcp/v2 v2.12.0 + github.com/roadrunner-server/websockets/v2 v2.12.0 github.com/spf13/cobra v1.4.0 github.com/spf13/viper v1.10.1 github.com/stretchr/testify v1.7.1 - github.com/temporalio/roadrunner-temporal v1.3.4 + github.com/temporalio/roadrunner-temporal v1.3.5 github.com/vbauerster/mpb/v5 v5.4.0 ) @@ -123,7 +123,7 @@ require ( github.com/prometheus/procfs v0.7.3 // indirect github.com/rabbitmq/amqp091-go v1.3.4 // indirect github.com/rivo/uniseg v0.2.0 // indirect - github.com/roadrunner-server/sdk/v2 v2.12.0 // indirect + github.com/roadrunner-server/sdk/v2 v2.13.0 // indirect github.com/roadrunner-server/tcplisten v1.1.2 // indirect github.com/robfig/cron v1.2.0 // indirect github.com/shirou/gopsutil v3.21.11+incompatible // indirect @@ -154,12 +154,12 @@ require ( golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 //indirect golang.org/x/net v0.0.0-20220403103023-749bd193bc2b // indirect golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect - golang.org/x/sys v0.0.0-20220405052023-b1e9470b6e64 // indirect + golang.org/x/sys v0.0.0-20220406163625-3f8b81556e12 // indirect golang.org/x/text v0.3.7 // indirect golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 // indirect golang.org/x/tools v0.1.10 // indirect golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect - google.golang.org/genproto v0.0.0-20220401170504-314d38edb7de // indirect + google.golang.org/genproto v0.0.0-20220405205423-9d709892a2bf // indirect google.golang.org/grpc v1.45.0 // indirect google.golang.org/protobuf v1.28.0 // indirect gopkg.in/ini.v1 v1.66.4 // indirect |