diff options
author | Valery Piashchynski <[email protected]> | 2022-02-19 16:22:13 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-02-19 16:22:13 +0300 |
commit | 48c31d9438f9fc92356d19cd071de56c912c4b25 (patch) | |
tree | a409c9860388c818e8c64ccddaf95016d4483daf /go.mod | |
parent | 6e5394b2f757afad2dbc711bf0e389b10f54b080 (diff) |
deps: update dependencies
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 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.0 - github.com/roadrunner-server/api/v2 v2.9.0 + github.com/roadrunner-server/api/v2 v2.10.0 github.com/roadrunner-server/beanstalk/v2 v2.9.0 github.com/roadrunner-server/boltdb/v2 v2.9.0 github.com/roadrunner-server/broadcast/v2 v2.9.0 @@ -122,7 +122,7 @@ 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.9.1 // indirect + github.com/roadrunner-server/sdk/v2 v2.10.0 // 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 |