summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-01 22:47:11 +0000
committerGitHub <[email protected]>2024-03-01 22:47:11 +0000
commite1bae4371ee11395b4a16b6b7ccafe2c8cd1a3ec (patch)
tree1897092e5aac6bd08a8eb567550e3c5825458a9f /go.mod
parent28e94cea420b0ef604c924e31987626551c23068 (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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 933f7a18..d47eb9d9 100644
--- a/go.mod
+++ b/go.mod
@@ -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
)