summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-25 22:28:01 +0000
committerGitHub <[email protected]>2022-04-25 22:28:01 +0000
commite7f4e1f97603eb51605b26f2febef38896988f21 (patch)
treedf18d9dd299badb6134670e5ce9ea135258c869e /go.mod
parent6e3b6a4f85f3d25a82549b8cc3f14a616f19774c (diff)
build(deps): bump github.com/temporalio/roadrunner-temporal
Bumps [github.com/temporalio/roadrunner-temporal](https://github.com/temporalio/roadrunner-temporal) from 1.4.0-beta.1 to 1.4.0-rc.1. - [Release notes](https://github.com/temporalio/roadrunner-temporal/releases) - [Commits](https://github.com/temporalio/roadrunner-temporal/compare/v1.4.0-beta.1...v1.4.0-rc.1) --- updated-dependencies: - dependency-name: github.com/temporalio/roadrunner-temporal dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
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
)