diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-04-25 22:28:01 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2022-04-25 22:28:01 +0000 |
commit | e7f4e1f97603eb51605b26f2febef38896988f21 (patch) | |
tree | df18d9dd299badb6134670e5ce9ea135258c869e /go.mod | |
parent | 6e3b6a4f85f3d25a82549b8cc3f14a616f19774c (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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ) |