commit | 0b9aa666d6e824452935c84e8f88637f5017499c | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon Mar 04 03:07:33 2024 +0000 |
committer | Akron <nils@diewald-online.de> | Mon Mar 04 15:36:31 2024 +0100 |
tree | c081983a4c5f633b86fe53f29eeaadf7d3e4b887 | |
parent | 90b3f9f270b1749ae0b783a834762141401cb513 [diff] [blame] |
Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (closes #9) 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) Change-Id: Ia3510de8542c7dd7292fd0606cfec8b79e4ac4a7 --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Change-Id: Iecab6ffd6ae157bdaa43cdd553abebc0ac2f1c9f
diff --git a/go.mod b/go.mod index 39e8550..69f4030 100644 --- a/go.mod +++ b/go.mod
@@ -4,5 +4,5 @@ require ( github.com/alecthomas/kong v0.8.1 - github.com/stretchr/testify v1.8.4 + github.com/stretchr/testify v1.9.0 )