From 286e0620ca9536a29a337762c9c1fe7156921c8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 13:36:21 +0000 Subject: [PATCH] build(deps): bump the go-openapi-dependencies group across 2 directories with 1 update Bumps the go-openapi-dependencies group with 1 update in the / directory: [github.com/go-openapi/testify/v2](https://github.com/go-openapi/testify). Bumps the go-openapi-dependencies group with 1 update in the /internal/testintegration directory: [github.com/go-openapi/testify/v2](https://github.com/go-openapi/testify). Updates `github.com/go-openapi/testify/v2` from 2.4.1 to 2.4.2 - [Release notes](https://github.com/go-openapi/testify/releases) - [Commits](https://github.com/go-openapi/testify/compare/v2.4.1...v2.4.2) Updates `github.com/go-openapi/testify/v2` from 2.4.1 to 2.4.2 - [Release notes](https://github.com/go-openapi/testify/releases) - [Commits](https://github.com/go-openapi/testify/compare/v2.4.1...v2.4.2) --- updated-dependencies: - dependency-name: github.com/go-openapi/testify/v2 dependency-version: 2.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-openapi-dependencies - dependency-name: github.com/go-openapi/testify/v2 dependency-version: 2.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-openapi-dependencies ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- internal/testintegration/go.mod | 2 +- internal/testintegration/go.sum | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 2c0ca09..7988035 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.25.0 require ( github.com/go-openapi/errors v0.22.7 - github.com/go-openapi/testify/v2 v2.4.1 + github.com/go-openapi/testify/v2 v2.4.2 github.com/go-viper/mapstructure/v2 v2.5.0 github.com/google/uuid v1.6.0 github.com/oklog/ulid/v2 v2.1.1 diff --git a/go.sum b/go.sum index d6d0c0a..96516f0 100644 --- a/go.sum +++ b/go.sum @@ -1,7 +1,7 @@ github.com/go-openapi/errors v0.22.7 h1:JLFBGC0Apwdzw3484MmBqspjPbwa2SHvpDm0u5aGhUA= github.com/go-openapi/errors v0.22.7/go.mod h1://QW6SD9OsWtH6gHllUCddOXDL0tk0ZGNYHwsw4sW3w= -github.com/go-openapi/testify/v2 v2.4.1 h1:zB34HDKj4tHwyUQHrUkpV0Q0iXQ6dUCOQtIqn8hE6Iw= -github.com/go-openapi/testify/v2 v2.4.1/go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54= +github.com/go-openapi/testify/v2 v2.4.2 h1:tiByHpvE9uHrrKjOszax7ZvKB7QOgizBWGBLuq0ePx4= +github.com/go-openapi/testify/v2 v2.4.2/go.mod h1:SgsVHtfooshd0tublTtJ50FPKhujf47YRqauXXOUxfw= github.com/go-viper/mapstructure/v2 v2.5.0 h1:vM5IJoUAy3d7zRSVtIwQgBj7BiWtMPfmPEgAXnvj1Ro= github.com/go-viper/mapstructure/v2 v2.5.0/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM= github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0= diff --git a/internal/testintegration/go.mod b/internal/testintegration/go.mod index b76606d..656961d 100644 --- a/internal/testintegration/go.mod +++ b/internal/testintegration/go.mod @@ -5,7 +5,7 @@ go 1.25.0 require ( github.com/go-openapi/strfmt v0.26.1 github.com/go-openapi/strfmt/enable/mongodb v0.25.0 - github.com/go-openapi/testify/v2 v2.4.1 + github.com/go-openapi/testify/v2 v2.4.2 github.com/go-sql-driver/mysql v1.9.3 github.com/jackc/pgx/v5 v5.8.0 go.mongodb.org/mongo-driver/v2 v2.5.0 diff --git a/internal/testintegration/go.sum b/internal/testintegration/go.sum index c5c3af6..c054418 100644 --- a/internal/testintegration/go.sum +++ b/internal/testintegration/go.sum @@ -5,8 +5,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/go-openapi/errors v0.22.7 h1:JLFBGC0Apwdzw3484MmBqspjPbwa2SHvpDm0u5aGhUA= github.com/go-openapi/errors v0.22.7/go.mod h1://QW6SD9OsWtH6gHllUCddOXDL0tk0ZGNYHwsw4sW3w= -github.com/go-openapi/testify/v2 v2.4.1 h1:zB34HDKj4tHwyUQHrUkpV0Q0iXQ6dUCOQtIqn8hE6Iw= -github.com/go-openapi/testify/v2 v2.4.1/go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54= +github.com/go-openapi/testify/v2 v2.4.2 h1:tiByHpvE9uHrrKjOszax7ZvKB7QOgizBWGBLuq0ePx4= +github.com/go-openapi/testify/v2 v2.4.2/go.mod h1:SgsVHtfooshd0tublTtJ50FPKhujf47YRqauXXOUxfw= github.com/go-sql-driver/mysql v1.9.3 h1:U/N249h2WzJ3Ukj8SowVFjdtZKfu9vlLZxjPXV1aweo= github.com/go-sql-driver/mysql v1.9.3/go.mod h1:qn46aNg1333BRMNU69Lq93t8du/dwxI64Gl8i5p1WMU= github.com/go-viper/mapstructure/v2 v2.5.0 h1:vM5IJoUAy3d7zRSVtIwQgBj7BiWtMPfmPEgAXnvj1Ro=