summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-15 22:27:42 +0000
committerGitHub <[email protected]>2022-03-15 22:27:42 +0000
commit0df21d443dc95c68dad65e2a500372f9fcd5c2ea (patch)
tree181e854ad5761e51620b66321fad07607da2894e /go.mod
parent06aaf81ee1f2add69eca4d2768f9419807b757a3 (diff)
Bump github.com/stretchr/testify from 1.7.0 to 1.7.1
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.7.0...v1.7.1) --- updated-dependencies: - dependency-name: github.com/stretchr/testify 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 8512eef4..d91dd057 100644
--- a/go.mod
+++ b/go.mod
@@ -48,7 +48,7 @@ require (
github.com/roadrunner-server/websockets/v2 v2.10.1
github.com/spf13/cobra v1.4.0
github.com/spf13/viper v1.10.1
- github.com/stretchr/testify v1.7.0
+ github.com/stretchr/testify v1.7.1
github.com/temporalio/roadrunner-temporal v1.3.3
github.com/vbauerster/mpb/v5 v5.4.0
)