diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -10,7 +10,7 @@ require ( github.com/mattn/go-runewidth v0.0.13 github.com/olekukonko/tablewriter v0.0.5 github.com/roadrunner-server/amqp/v2 v2.9.1 - github.com/roadrunner-server/api/v2 v2.10.0 + github.com/roadrunner-server/api/v2 v2.11.0 github.com/roadrunner-server/beanstalk/v2 v2.9.1 github.com/roadrunner-server/boltdb/v2 v2.9.2 github.com/roadrunner-server/broadcast/v2 v2.9.1 @@ -40,7 +40,7 @@ require ( github.com/roadrunner-server/rpc/v2 v2.9.1 github.com/roadrunner-server/send/v2 v2.8.0 github.com/roadrunner-server/server/v2 v2.9.4 - github.com/roadrunner-server/service/v2 v2.9.2 + github.com/roadrunner-server/service/v2 v2.10.0 github.com/roadrunner-server/sqs/v2 v2.10.1 github.com/roadrunner-server/static/v2 v2.9.1 github.com/roadrunner-server/status/v2 v2.9.3 @@ -49,7 +49,7 @@ require ( github.com/spf13/cobra v1.4.0 github.com/spf13/viper v1.10.1 github.com/stretchr/testify v1.7.0 - github.com/temporalio/roadrunner-temporal v1.3.1 + github.com/temporalio/roadrunner-temporal v1.3.2 github.com/vbauerster/mpb/v5 v5.4.0 ) @@ -123,11 +123,11 @@ require ( github.com/prometheus/procfs v0.7.3 // indirect github.com/rabbitmq/amqp091-go v1.3.0 // indirect github.com/rivo/uniseg v0.2.0 // indirect - github.com/roadrunner-server/sdk/v2 v2.10.0 // indirect + github.com/roadrunner-server/sdk/v2 v2.10.1 // indirect github.com/roadrunner-server/tcplisten v1.1.1 // indirect github.com/robfig/cron v1.2.0 // indirect github.com/shirou/gopsutil v3.21.11+incompatible // indirect - github.com/spf13/afero v1.8.1 // indirect + github.com/spf13/afero v1.8.2 // indirect github.com/spf13/cast v1.4.1 // indirect github.com/spf13/jwalterweatherman v1.1.0 // indirect github.com/spf13/pflag v1.0.5 // indirect |