diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-03-30 23:00:28 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2023-03-30 23:00:28 +0000 |
commit | ccf9283314f0ec15b62a0ca5ee365b794ddc9889 (patch) | |
tree | 49560c0384a16a2c59a26219284148bdbf640fe4 /go.mod | |
parent | bc5492d018f8f37db9f4587885e0c132dd67cd52 (diff) |
build(deps): bump github.com/temporalio/roadrunner-temporal/v4
Bumps [github.com/temporalio/roadrunner-temporal/v4](https://github.com/temporalio/roadrunner-temporal) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/temporalio/roadrunner-temporal/releases)
- [Commits](https://github.com/temporalio/roadrunner-temporal/compare/v4.2.0...v4.2.1)
---
updated-dependencies:
- dependency-name: github.com/temporalio/roadrunner-temporal/v4
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 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -50,7 +50,7 @@ require ( github.com/spf13/cobra v1.6.1 github.com/spf13/viper v1.15.0 github.com/stretchr/testify v1.8.2 - github.com/temporalio/roadrunner-temporal/v4 v4.2.0 + github.com/temporalio/roadrunner-temporal/v4 v4.2.1 go.buf.build/protocolbuffers/go/roadrunner-server/api v1.3.39 go.uber.org/automaxprocs v1.5.2 golang.org/x/exp v0.0.0-20230321023759-10a507213a29 @@ -179,7 +179,7 @@ require ( go.temporal.io/sdk v1.21.1 // indirect go.temporal.io/sdk/contrib/opentelemetry v0.2.0 // indirect go.temporal.io/sdk/contrib/tally v0.2.0 // indirect - go.temporal.io/server v1.20.0 // indirect + go.temporal.io/server v1.20.1 // indirect go.uber.org/atomic v1.10.0 // indirect go.uber.org/multierr v1.10.0 // indirect go.uber.org/zap v1.24.0 // indirect |