diff --git a/enable/mongodb/go.mod b/enable/mongodb/go.mod index f8130ce..657ed78 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.4 + github.com/go-openapi/strfmt v0.27.0 go.mongodb.org/mongo-driver/v2 v2.8.0 ) diff --git a/internal/testintegration/go.mod b/internal/testintegration/go.mod index 23ffe3f..513e080 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.4 + github.com/go-openapi/strfmt v0.27.0 github.com/go-openapi/strfmt/enable/mongodb v0.25.0 github.com/go-openapi/testify/v2 v2.6.0 github.com/go-sql-driver/mysql v1.10.0