diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-01 22:47:11 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-03-01 22:47:11 +0000 |
commit | e1bae4371ee11395b4a16b6b7ccafe2c8cd1a3ec (patch) | |
tree | 1897092e5aac6bd08a8eb567550e3c5825458a9f /go.mod | |
parent | 28e94cea420b0ef604c924e31987626551c23068 (diff) |
build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.8.4...v1.9.0)
---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
dependency-type: direct:production
update-type: version-update:semver-minor
...
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
@@ -49,7 +49,7 @@ require ( github.com/roadrunner-server/tcp/v4 v4.3.14 github.com/spf13/cobra v1.8.0 github.com/spf13/viper v1.18.2 - github.com/stretchr/testify v1.8.4 + github.com/stretchr/testify v1.9.0 github.com/temporalio/roadrunner-temporal/v4 v4.6.1 go.uber.org/automaxprocs v1.5.3 ) |