diff --git a/enable/mongodb/go.mod b/enable/mongodb/go.mod index 6c3bb82..25adbf5 100644 --- a/enable/mongodb/go.mod +++ b/enable/mongodb/go.mod @@ -1,6 +1,6 @@ module github.com/go-openapi/strfmt/enable/mongodb -go 1.24.0 +go 1.25.0 require ( github.com/go-openapi/strfmt v0.26.1 diff --git a/go.mod b/go.mod index eb05fcf..1bed1b6 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/go-openapi/strfmt -go 1.24.0 +go 1.25.0 require ( github.com/go-openapi/errors v0.22.7 diff --git a/go.work b/go.work index 288e765..f233e74 100644 --- a/go.work +++ b/go.work @@ -4,4 +4,4 @@ use ( ./internal/testintegration ) -go 1.24.0 +go 1.25.0 diff --git a/internal/testintegration/go.mod b/internal/testintegration/go.mod index 2af95ce..54527cf 100644 --- a/internal/testintegration/go.mod +++ b/internal/testintegration/go.mod @@ -1,6 +1,6 @@ module github.com/go-openapi/strfmt/internal/testintegration -go 1.24.0 +go 1.25.0 require ( github.com/go-openapi/strfmt v0.26.1