| commit | b1d0107de2defefc39f9f37684a4269fa8100cf8 | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Tue Sep 02 04:13:23 2025 +0000 |
| committer | Akron <nils@diewald-online.de> | Thu Nov 06 15:47:43 2025 +0100 |
| tree | 20c583d1c8172002ec2cb8a759653cd740d49fc3 | |
| parent | abd60217e6e0d33b763429fb74e6e33333ecf286 [diff] [blame] |
Bump github.com/stretchr/testify from 1.10.0 to 1.11.1 (closes #46) Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.10.0 to 1.11.1. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.10.0...v1.11.1) Change-Id: I09f8cd2c313606c3a27592cd4c4f83355698ca02 --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Change-Id: I2f81d282318d40e88abab9c1ea546bb25f20376b
diff --git a/go.mod b/go.mod index 6d4d627..5fcbf02 100644 --- a/go.mod +++ b/go.mod
@@ -14,7 +14,7 @@ github.com/gin-gonic/gin v1.10.1 github.com/joho/godotenv v1.5.1 github.com/mattn/go-jsonpointer v0.0.1 - github.com/stretchr/testify v1.10.0 + github.com/stretchr/testify v1.11.1 golang.org/x/text v0.27.0 )