diff --git a/enable/mongodb/go.mod b/enable/mongodb/go.mod index 7fadfeb..6c3bb82 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.24.0 require ( - github.com/go-openapi/strfmt v0.26.0 + github.com/go-openapi/strfmt v0.26.1 go.mongodb.org/mongo-driver/v2 v2.5.0 ) diff --git a/internal/testintegration/go.mod b/internal/testintegration/go.mod index 9e534e4..2af95ce 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.24.0 require ( - github.com/go-openapi/strfmt v0.26.0 + 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-sql-driver/mysql v1.9.3