summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-04-26 00:34:41 +0200
committerGitHub <[email protected]>2022-04-26 00:34:41 +0200
commitd0c569b705f12f1f81639994f932ffbddc87f769 (patch)
tree1df2609ecf125fa0d52c189a73ac511ec08da377 /go.mod
parent5aaa9e5b06b58ac3229b010fafa4a5f53020e9f3 (diff)
parent16a8a157c28e4e933a4140b94303193a9d207b59 (diff)
[#1095]: build(deps): bump github.com/temporalio/roadrunner-temporal from 1.4.0-beta.1 to 1.4.0-rc.1
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index fa1af91a..fee58ec2 100644
--- a/go.mod
+++ b/go.mod
@@ -50,7 +50,7 @@ require (
github.com/spf13/cobra v1.4.0
github.com/spf13/viper v1.11.0
github.com/stretchr/testify v1.7.1
- github.com/temporalio/roadrunner-temporal v1.4.0-beta.1
+ github.com/temporalio/roadrunner-temporal v1.4.0-rc.1
github.com/vbauerster/mpb/v5 v5.4.0
)