From 59e09d196b73ed9f797a89b0d7144271c487cf82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 10:55:17 -0700 Subject: Bump github.com/stretchr/testify from 1.8.2 to 1.8.4 (#100) Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.2 to 1.8.4. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.8.2...v1.8.4) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 2bdfabf..3aca281 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module go.uber.org/sally go 1.18 require ( - github.com/stretchr/testify v1.8.3 + github.com/stretchr/testify v1.8.4 golang.org/x/net v0.10.0 gopkg.in/yaml.v3 v3.0.1 ) -- cgit v1.2.3