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