From 2fc95fb4c98099420a9dbcdbeae5c63ba7476607 Mon Sep 17 00:00:00 2001 From: "bot-go-openapi[bot]" <246880138+bot-go-openapi[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 07:53:45 +0000 Subject: [PATCH] chore: prepare release v0.26.3 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- enable/mongodb/go.mod | 2 +- internal/testintegration/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/enable/mongodb/go.mod b/enable/mongodb/go.mod index 4153084..0ccec50 100644 --- a/enable/mongodb/go.mod +++ b/enable/mongodb/go.mod @@ -3,7 +3,7 @@ module github.com/go-openapi/strfmt/enable/mongodb go 1.25.0 require ( - github.com/go-openapi/strfmt v0.26.2 + github.com/go-openapi/strfmt v0.26.3 go.mongodb.org/mongo-driver/v2 v2.6.0 ) diff --git a/internal/testintegration/go.mod b/internal/testintegration/go.mod index 091626c..b9e5026 100644 --- a/internal/testintegration/go.mod +++ b/internal/testintegration/go.mod @@ -3,7 +3,7 @@ module github.com/go-openapi/strfmt/internal/testintegration go 1.25.0 require ( - github.com/go-openapi/strfmt v0.26.2 + github.com/go-openapi/strfmt v0.26.3 github.com/go-openapi/strfmt/enable/mongodb v0.25.0 github.com/go-openapi/testify/v2 v2.5.1 github.com/go-sql-driver/mysql v1.10.0