commit | 61d3cbe164c8a4a4dd526da7d79850dd4128d888 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon Nov 25 17:11:04 2024 +0000 |
committer | Akron <nils@diewald-online.de> | Thu Nov 28 10:08:36 2024 +0100 |
tree | 080c035dd56c9c303f33524ad2885d177fbe3c96 | |
parent | 40e895a0be36a14480c8dbaff5de69bf43b33841 [diff] [blame] |
Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (closes #32) Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.9.0...v1.10.0) Change-Id: I326ebcf8b033ce82b4f8d9c6f9248f4c47ee53a2 --- 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: Ia1a2cfef32e5470c596f9e88e21862489cb5a2d0
diff --git a/go.mod b/go.mod index 0dd423f..b67f8fa 100644 --- a/go.mod +++ b/go.mod
@@ -14,7 +14,7 @@ github.com/gin-gonic/gin v1.10.0 github.com/joho/godotenv v1.5.1 github.com/mattn/go-jsonpointer v0.0.1 - github.com/stretchr/testify v1.9.0 + github.com/stretchr/testify v1.10.0 golang.org/x/text v0.20.0 )