summaryrefslogtreecommitdiff
path: root/cmd/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/go.mod')
-rw-r--r--cmd/go.mod8
1 files changed, 4 insertions, 4 deletions
diff --git a/cmd/go.mod b/cmd/go.mod
index 45a918df..20103616 100644
--- a/cmd/go.mod
+++ b/cmd/go.mod
@@ -7,11 +7,11 @@ require (
github.com/fatih/color v1.10.0
github.com/mattn/go-runewidth v0.0.10
github.com/spf13/cobra v1.1.1
- github.com/spiral/endure v1.0.0-beta.22
+ github.com/spiral/endure v1.0.0-RC.1
github.com/spiral/errors v1.0.9
- github.com/spiral/goridge/v3 v3.0.0
- github.com/spiral/roadrunner/v2 v2.0.0-beta.24
- github.com/temporalio/roadrunner-temporal v1.0.0-beta.5
+ github.com/spiral/goridge/v3 v3.0.1
+ github.com/spiral/roadrunner/v2 v2.0.0-RC.1
+ github.com/temporalio/roadrunner-temporal v1.0.0-RC.1
github.com/vbauerster/mpb/v5 v5.4.0
go.uber.org/multierr v1.6.0
)