Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 29, 2025

Bumps the go-dependencies group with 21 updates:

Package From To
github.com/go-openapi/runtime 0.28.0 0.29.0
github.com/go-openapi/strfmt 0.23.0 0.24.0
github.com/go-openapi/analysis 0.23.0 0.24.0
github.com/go-openapi/errors 0.22.2 0.22.3
github.com/go-openapi/jsonpointer 0.22.0 0.22.1
github.com/go-openapi/jsonreference 0.21.1 0.21.2
github.com/go-openapi/loads 0.22.0 0.23.1
github.com/go-openapi/spec 0.21.0 0.22.0
github.com/go-openapi/swag 0.24.1 0.25.1
github.com/go-openapi/swag/cmdutils 0.24.0 0.25.1
github.com/go-openapi/swag/conv 0.24.0 0.25.1
github.com/go-openapi/swag/fileutils 0.24.0 0.25.1
github.com/go-openapi/swag/jsonname 0.24.0 0.25.1
github.com/go-openapi/swag/jsonutils 0.24.0 0.25.1
github.com/go-openapi/swag/loading 0.24.0 0.25.1
github.com/go-openapi/swag/mangling 0.24.0 0.25.1
github.com/go-openapi/swag/netutils 0.24.0 0.25.1
github.com/go-openapi/swag/stringutils 0.24.0 0.25.1
github.com/go-openapi/swag/typeutils 0.24.0 0.25.1
github.com/go-openapi/swag/yamlutils 0.24.0 0.25.1
github.com/go-openapi/validate 0.24.0 0.25.0

Updates github.com/go-openapi/runtime from 0.28.0 to 0.29.0

Commits
  • 53e5561 chore(deps): updated dependencies & relint
  • 7e6d12c build(deps): bump the go-openapi-dependencies group with 4 updates
  • f39677b chore(deps): deprecated dependency to opentracing
  • 476a4c4 chore: migrated calls to go-openapi/swag to the new API
  • 8de32b0 fixed the nil check
  • c364773 Update context.go
  • 0628cdf chore(go): upgraded to g1.24
  • 6912bd1 build(deps): bump actions/setup-go in the development-dependencies group
  • 341eefa build(deps): bump github.com/stretchr/testify
  • 0e2f309 build(deps): bump github.com/go-openapi/errors
  • Additional commits viewable in compare view

Updates github.com/go-openapi/strfmt from 0.23.0 to 0.24.0

Commits
  • 900913b chore(deps): updated dependencies & relinted
  • e9d6155 build(deps): bump golang.org/x/net in the golang-org-dependencies group
  • 65743c4 build(deps): bump actions/setup-go in the development-dependencies group
  • c21fe94 build(deps): bump github.com/stretchr/testify
  • 2ac5723 fix(duration): accepts fractional values for duration (#170)
  • aae2676 build(deps): bump actions/checkout in the development-dependencies group
  • d24e69d build(deps): bump github.com/go-openapi/errors
  • 1613dfc fix(lint): fixed false positives in tests (testifylint)
  • 25d4e0a chore(lint): update linter config, relinted code
  • 430601d Bump golang.org/x/net in the golang-org-dependencies group
  • Additional commits viewable in compare view

Updates github.com/go-openapi/analysis from 0.23.0 to 0.24.0

Commits
  • 4ec879d chore(deps): updated dependencies & relinted
  • 028cc7f chore(deps): Bump the go-openapi-dependencies group with 3 updates
  • 8ee3a78 chore(deps): Bump github.com/go-openapi/jsonpointer
  • 70b214c chore(deps): Bump actions/setup-go in the development-dependencies group
  • b1ecac1 chore: adopted swag v0.24.0 modules
  • a8da6a2 chore(deps): Bump github.com/stretchr/testify
  • e1fa6f1 chore(deps): Bump actions/checkout in the development-dependencies group
  • 7d509b8 chore(deps): Bump github.com/go-openapi/jsonpointer
  • 904a7d7 ci: fixed auto-merge
  • 77b424f chore(lint): updated linters and relinted code
  • Additional commits viewable in compare view

Updates github.com/go-openapi/errors from 0.22.2 to 0.22.3

Commits
  • 429e45b updated linting rules
  • caa9e61 fix go vet issue (go1.24+)
  • 63e8809 chore: upgraded go-openapi to go 1.24
  • cc310ac Bump actions/setup-go from 5 to 6 in the development-dependencies group
  • 923e6bf Bump github.com/stretchr/testify in the development-dependencies group
  • d115017 Bump actions/checkout from 4 to 5 in the development-dependencies group
  • See full diff in compare view

Updates github.com/go-openapi/jsonpointer from 0.22.0 to 0.22.1

Commits
  • 64079a4 Merge pull request #59 from fredbi/chore/perf-minor-optimizations
  • dcadc9b chore(deps): upgraded dependencies
  • 8f78758 perf: minor performance optimization for escape/unescape
  • a3d9e16 chore(deps): bump github.com/go-openapi/swag/jsonname
  • ef98c4c chore(deps): bump actions/setup-go in the development-dependencies group
  • See full diff in compare view

Updates github.com/go-openapi/jsonreference from 0.21.1 to 0.21.2

Commits
  • 65f09e7 linting rules for go1.24
  • 832def3 chore(deps): updated dependencies
  • e316c9c build(deps): bump actions/setup-go in the development-dependencies group
  • See full diff in compare view

Updates github.com/go-openapi/loads from 0.22.0 to 0.23.1

Commits
  • 1ad25ab fixed data race condition with loader options
  • 7b045c2 chore(deps): updated dependencies & relinted
  • d69e0f8 deps: upgraded swag and yaml
  • 3c20af5 Added support for embedded files, with example
  • 48f1c9c build(deps): bump actions/setup-go in the development-dependencies group
  • f0a66c8 Update spec.go
  • 78858b9 build(deps): bump github.com/go-openapi/swag
  • 7f69744 build(deps): bump github.com/stretchr/testify
  • 0a1d11e build(deps): bump actions/checkout in the development-dependencies group
  • 9d614fd ci: fixed auto-merge
  • Additional commits viewable in compare view

Updates github.com/go-openapi/spec from 0.21.0 to 0.22.0

Commits
  • e3141f6 updated yaml dependency to maintained package
  • 053aef4 updated linting rules to go1.24
  • df12108 chore(deps): updated dependencies
  • 3dbaee0 build(deps): bump the go-openapi-dependencies group with 5 updates
  • 496cf72 build(deps): bump actions/setup-go in the development-dependencies group
  • e935aa9 chore: adopted swag v0.24.0 modules
  • 26ddb24 build(deps): bump github.com/stretchr/testify
  • 50d4b57 build(deps): bump actions/checkout in the development-dependencies group
  • e874ac9 build(deps): bump github.com/go-openapi/jsonpointer
  • 47a6321 fix(lint): fixed false positives in tests (testifylint)
  • Additional commits viewable in compare view

Updates github.com/go-openapi/swag from 0.24.1 to 0.25.1

Commits
  • e8de8a1 prepared release v0.25.1
  • ccad3e7 fix(typo): fixed typo on the benchmark diagram image
  • 4e3f4ae fix(jsonutils): fixed data race with lexer
  • a7a1158 prepared release v0.25.0
  • 2e28a5a perf(jsonutils): fixed Adapter's interface to reduce its overhead
  • 959dfdd Added benchmarks to measure how the new adapters play out
  • c3abe4a chore(deps): removed direct dependencies to gopkg.in/yaml.v3
  • effdcb9 chore: improved mono-repo management
  • f344ab5 Remove dependency to mailru/easyjson by default
  • 6da37dd build(deps): bump the development-dependencies group across 2 directories wit...
  • See full diff in compare view

Updates github.com/go-openapi/swag/cmdutils from 0.24.0 to 0.25.1

Commits
  • e8de8a1 prepared release v0.25.1
  • ccad3e7 fix(typo): fixed typo on the benchmark diagram image
  • 4e3f4ae fix(jsonutils): fixed data race with lexer
  • a7a1158 prepared release v0.25.0
  • 2e28a5a perf(jsonutils): fixed Adapter's interface to reduce its overhead
  • 959dfdd Added benchmarks to measure how the new adapters play out
  • c3abe4a chore(deps): removed direct dependencies to gopkg.in/yaml.v3
  • effdcb9 chore: improved mono-repo management
  • f344ab5 Remove dependency to mailru/easyjson by default
  • 6da37dd build(deps): bump the development-dependencies group across 2 directories wit...
  • Additional commits viewable in compare view

Updates github.com/go-openapi/swag/conv from 0.24.0 to 0.25.1

Commits
  • e8de8a1 prepared release v0.25.1
  • ccad3e7 fix(typo): fixed typo on the benchmark diagram image
  • 4e3f4ae fix(jsonutils): fixed data race with lexer
  • a7a1158 prepared release v0.25.0
  • 2e28a5a perf(jsonutils): fixed Adapter's interface to reduce its overhead
  • 959dfdd Added benchmarks to measure how the new adapters play out
  • c3abe4a chore(deps): removed direct dependencies to gopkg.in/yaml.v3
  • effdcb9 chore: improved mono-repo management
  • f344ab5 Remove dependency to mailru/easyjson by default
  • 6da37dd build(deps): bump the development-dependencies group across 2 directories wit...
  • Additional commits viewable in compare view

Updates github.com/go-openapi/swag/fileutils from 0.24.0 to 0.25.1

Commits
  • e8de8a1 prepared release v0.25.1
  • ccad3e7 fix(typo): fixed typo on the benchmark diagram image
  • 4e3f4ae fix(jsonutils): fixed data race with lexer
  • a7a1158 prepared release v0.25.0
  • 2e28a5a perf(jsonutils): fixed Adapter's interface to reduce its overhead
  • 959dfdd Added benchmarks to measure how the new adapters play out
  • c3abe4a chore(deps): removed direct dependencies to gopkg.in/yaml.v3
  • effdcb9 chore: improved mono-repo management
  • f344ab5 Remove dependency to mailru/easyjson by default
  • 6da37dd build(deps): bump the development-dependencies group across 2 directories wit...
  • Additional commits viewable in compare view

Updates github.com/go-openapi/swag/jsonname from 0.24.0 to 0.25.1

Commits
  • e8de8a1 prepared release v0.25.1
  • ccad3e7 fix(typo): fixed typo on the benchmark diagram image
  • 4e3f4ae fix(jsonutils): fixed data race with lexer
  • a7a1158 prepared release v0.25.0
  • 2e28a5a perf(jsonutils): fixed Adapter's interface to reduce its overhead
  • 959dfdd Added benchmarks to measure how the new adapters play out
  • c3abe4a chore(deps): removed direct dependencies to gopkg.in/yaml.v3
  • effdcb9 chore: improved mono-repo management
  • f344ab5 Remove dependency to mailru/easyjson by default
  • 6da37dd build(deps): bump the development-dependencies group across 2 directories wit...
  • Additional commits viewable in compare view

Updates github.com/go-openapi/swag/jsonutils from 0.24.0 to 0.25.1

Commits
  • e8de8a1 prepared release v0.25.1
  • ccad3e7 fix(typo): fixed typo on the benchmark diagram image
  • 4e3f4ae fix(jsonutils): fixed data race with lexer
  • a7a1158 prepared release v0.25.0
  • 2e28a5a perf(jsonutils): fixed Adapter's interface to reduce its overhead
  • 959dfdd Added benchmarks to measure how the new adapters play out
  • c3abe4a chore(deps): removed direct dependencies to gopkg.in/yaml.v3
  • effdcb9 chore: improved mono-repo management
  • f344ab5 Remove dependency to mailru/easyjson by default
  • 6da37dd build(deps): bump the development-dependencies group across 2 directories wit...
  • Additional commits viewable in compare view

Updates github.com/go-openapi/swag/loading from 0.24.0 to 0.25.1

Commits
  • e8de8a1 prepared release v0.25.1
  • ccad3e7 fix(typo): fixed typo on the benchmark diagram image
  • 4e3f4ae fix(jsonutils): fixed data race with lexer
  • a7a1158 prepared release v0.25.0
  • 2e28a5a perf(jsonutils): fixed Adapter's interface to reduce its overhead
  • 959dfdd Added benchmarks to measure how the new adapters play out
  • c3abe4a chore(deps): removed direct dependencies to gopkg.in/yaml.v3
  • effdcb9 chore: improved mono-repo management
  • f344ab5 Remove dependency to mailru/easyjson by default
  • 6da37dd build(deps): bump the development-dependencies group across 2 directories wit...
  • Additional commits viewable in compare view

Updates github.com/go-openapi/swag/mangling from 0.24.0 to 0.25.1

Commits
  • e8de8a1 prepared release v0.25.1
  • ccad3e7 fix(typo): fixed typo on the benchmark diagram image
  • 4e3f4ae fix(jsonutils): fixed data race with lexer
  • a7a1158 prepared release v0.25.0
  • 2e28a5a perf(jsonutils): fixed Adapter's interface to reduce its overhead
  • 959dfdd Added benchmarks to measure how the new adapters play out
  • c3abe4a chore(deps): removed direct dependencies to gopkg.in/yaml.v3
  • effdcb9 chore: improved mono-repo management
  • f344ab5 Remove dependency to mailru/easyjson by default
  • 6da37dd build(deps): bump the development-dependencies group across 2 directories wit...
  • Additional commits viewable in compare view

Updates github.com/go-openapi/swag/netutils from 0.24.0 to 0.25.1

Commits
  • e8de8a1 prepared release v0.25.1
  • ccad3e7 fix(typo): fixed typo on the benchmark diagram image
  • 4e3f4ae fix(jsonutils): fixed data race with lexer
  • a7a1158 prepared release v0.25.0
  • 2e28a5a perf(jsonutils): fixed Adapter's interface to reduce its overhead
  • 959dfdd Added benchmarks to measure how the new adapters play out
  • c3abe4a chore(deps): removed direct dependencies to gopkg.in/yaml.v3
  • effdcb9 chore: improved mono-repo management
  • f344ab5 Remove dependency to mailru/easyjson by default
  • 6da37dd build(deps): bump the development-dependencies group across 2 directories wit...
  • Additional commits viewable in compare view

Updates github.com/go-openapi/swag/stringutils from 0.24.0 to 0.25.1

Commits
  • e8de8a1 prepared release v0.25.1
  • ccad3e7 fix(typo): fixed typo on the benchmark diagram image
  • 4e3f4ae fix(jsonutils): fixed data race with lexer
  • a7a1158 prepared release v0.25.0
  • 2e28a5a perf(jsonutils): fixed Adapter's interface to reduce its overhead
  • 959dfdd Added benchmarks to measure how the new adapters play out
  • c3abe4a chore(deps): removed direct dependencies to gopkg.in/yaml.v3
  • effdcb9 chore: improved mono-repo management
  • f344ab5 Remove dependency to mailru/easyjson by default
  • 6da37dd build(deps): bump the development-dependencies group across 2 directories wit...
  • Additional commits viewable in compare view

Updates github.com/go-openapi/swag/typeutils from 0.24.0 to 0.25.1

Commits
  • e8de8a1 prepared release v0.25.1
  • ccad3e7 fix(typo): fixed typo on the benchmark diagram image
  • 4e3f4ae fix(jsonutils): fixed data race with lexer
  • a7a1158 prepared release v0.25.0
  • 2e28a5a perf(jsonutils): fixed Adapter's interface to reduce its overhead
  • 959dfdd Added benchmarks to measure how the new adapters play out
  • c3abe4a chore(deps): removed direct dependencies to gopkg.in/yaml.v3
  • effdcb9 chore: improved mono-repo management
  • f344ab5 Remove dependency to mailru/easyjson by default
  • 6da37dd build(deps): bump the development-dependencies group across 2 directories wit...
  • Additional commits viewable in compare view

Updates github.com/go-openapi/swag/yamlutils from 0.24.0 to 0.25.1

Commits
  • e8de8a1 prepared release v0.25.1
  • ccad3e7 fix(typo): fixed typo on the benchmark diagram image
  • 4e3f4ae fix(jsonutils): fixed data race with lexer
  • a7a1158 prepared release v0.25.0
  • 2e28a5a perf(jsonutils): fixed Adapter's interface to reduce its overhead
  • 959dfdd Added benchmarks to measure how the new adapters play out
  • c3abe4a chore(deps): removed direct dependencies to gopkg.in/yaml.v3
  • effdcb9 chore: improved mono-repo management
  • f344ab5 Remove dependency to mailru/easyjson by default
  • 6da37dd build(deps): bump the development-dependencies group across 2 directories wit...
  • Additional commits viewable in compare view

Updates github.com/go-openapi/validate from 0.24.0 to 0.25.0

Commits
  • e1fe694 chore(deps): updated dependencies & relinted (#213)
  • 5b01476 chore(deps): bump the go-openapi-dependencies group with 4 updates
  • 320b3ad Svace static analyzer fix (#208)
  • a83e96e chore(deps): bump actions/setup-go in the development-dependencies group
  • 5806528 chore: adopted swag v0.24.0 modules
  • d7c0e6d chore(deps): bump github.com/stretchr/testify
  • efe4be9 chore(deps): bump actions/checkout in the development-dependencies group
  • e34a8d9 chore(deps): bump github.com/go-openapi/errors
  • bced55e chore(deps): bump github.com/go-openapi/jsonpointer
  • 066d634 chore(lint): upadate linting
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go-dependencies group with 21 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/go-openapi/runtime](https://github.com/go-openapi/runtime) | `0.28.0` | `0.29.0` |
| [github.com/go-openapi/strfmt](https://github.com/go-openapi/strfmt) | `0.23.0` | `0.24.0` |
| [github.com/go-openapi/analysis](https://github.com/go-openapi/analysis) | `0.23.0` | `0.24.0` |
| [github.com/go-openapi/errors](https://github.com/go-openapi/errors) | `0.22.2` | `0.22.3` |
| [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer) | `0.22.0` | `0.22.1` |
| [github.com/go-openapi/jsonreference](https://github.com/go-openapi/jsonreference) | `0.21.1` | `0.21.2` |
| [github.com/go-openapi/loads](https://github.com/go-openapi/loads) | `0.22.0` | `0.23.1` |
| [github.com/go-openapi/spec](https://github.com/go-openapi/spec) | `0.21.0` | `0.22.0` |
| [github.com/go-openapi/swag](https://github.com/go-openapi/swag) | `0.24.1` | `0.25.1` |
| [github.com/go-openapi/swag/cmdutils](https://github.com/go-openapi/swag) | `0.24.0` | `0.25.1` |
| [github.com/go-openapi/swag/conv](https://github.com/go-openapi/swag) | `0.24.0` | `0.25.1` |
| [github.com/go-openapi/swag/fileutils](https://github.com/go-openapi/swag) | `0.24.0` | `0.25.1` |
| [github.com/go-openapi/swag/jsonname](https://github.com/go-openapi/swag) | `0.24.0` | `0.25.1` |
| [github.com/go-openapi/swag/jsonutils](https://github.com/go-openapi/swag) | `0.24.0` | `0.25.1` |
| [github.com/go-openapi/swag/loading](https://github.com/go-openapi/swag) | `0.24.0` | `0.25.1` |
| [github.com/go-openapi/swag/mangling](https://github.com/go-openapi/swag) | `0.24.0` | `0.25.1` |
| [github.com/go-openapi/swag/netutils](https://github.com/go-openapi/swag) | `0.24.0` | `0.25.1` |
| [github.com/go-openapi/swag/stringutils](https://github.com/go-openapi/swag) | `0.24.0` | `0.25.1` |
| [github.com/go-openapi/swag/typeutils](https://github.com/go-openapi/swag) | `0.24.0` | `0.25.1` |
| [github.com/go-openapi/swag/yamlutils](https://github.com/go-openapi/swag) | `0.24.0` | `0.25.1` |
| [github.com/go-openapi/validate](https://github.com/go-openapi/validate) | `0.24.0` | `0.25.0` |


Updates `github.com/go-openapi/runtime` from 0.28.0 to 0.29.0
- [Release notes](https://github.com/go-openapi/runtime/releases)
- [Commits](go-openapi/runtime@v0.28.0...v0.29.0)

Updates `github.com/go-openapi/strfmt` from 0.23.0 to 0.24.0
- [Commits](go-openapi/strfmt@v0.23.0...v0.24.0)

Updates `github.com/go-openapi/analysis` from 0.23.0 to 0.24.0
- [Commits](go-openapi/analysis@v0.23.0...v0.24.0)

Updates `github.com/go-openapi/errors` from 0.22.2 to 0.22.3
- [Commits](go-openapi/errors@v0.22.2...v0.22.3)

Updates `github.com/go-openapi/jsonpointer` from 0.22.0 to 0.22.1
- [Commits](go-openapi/jsonpointer@v0.22.0...v0.22.1)

Updates `github.com/go-openapi/jsonreference` from 0.21.1 to 0.21.2
- [Commits](go-openapi/jsonreference@v0.21.1...v0.21.2)

Updates `github.com/go-openapi/loads` from 0.22.0 to 0.23.1
- [Commits](go-openapi/loads@v0.22.0...v0.23.1)

Updates `github.com/go-openapi/spec` from 0.21.0 to 0.22.0
- [Commits](go-openapi/spec@v0.21.0...v0.22.0)

Updates `github.com/go-openapi/swag` from 0.24.1 to 0.25.1
- [Commits](go-openapi/swag@v0.24.1...v0.25.1)

Updates `github.com/go-openapi/swag/cmdutils` from 0.24.0 to 0.25.1
- [Commits](go-openapi/swag@v0.24.0...v0.25.1)

Updates `github.com/go-openapi/swag/conv` from 0.24.0 to 0.25.1
- [Commits](go-openapi/swag@v0.24.0...v0.25.1)

Updates `github.com/go-openapi/swag/fileutils` from 0.24.0 to 0.25.1
- [Commits](go-openapi/swag@v0.24.0...v0.25.1)

Updates `github.com/go-openapi/swag/jsonname` from 0.24.0 to 0.25.1
- [Commits](go-openapi/swag@v0.24.0...v0.25.1)

Updates `github.com/go-openapi/swag/jsonutils` from 0.24.0 to 0.25.1
- [Commits](go-openapi/swag@v0.24.0...v0.25.1)

Updates `github.com/go-openapi/swag/loading` from 0.24.0 to 0.25.1
- [Commits](go-openapi/swag@v0.24.0...v0.25.1)

Updates `github.com/go-openapi/swag/mangling` from 0.24.0 to 0.25.1
- [Commits](go-openapi/swag@v0.24.0...v0.25.1)

Updates `github.com/go-openapi/swag/netutils` from 0.24.0 to 0.25.1
- [Commits](go-openapi/swag@v0.24.0...v0.25.1)

Updates `github.com/go-openapi/swag/stringutils` from 0.24.0 to 0.25.1
- [Commits](go-openapi/swag@v0.24.0...v0.25.1)

Updates `github.com/go-openapi/swag/typeutils` from 0.24.0 to 0.25.1
- [Commits](go-openapi/swag@v0.24.0...v0.25.1)

Updates `github.com/go-openapi/swag/yamlutils` from 0.24.0 to 0.25.1
- [Commits](go-openapi/swag@v0.24.0...v0.25.1)

Updates `github.com/go-openapi/validate` from 0.24.0 to 0.25.0
- [Commits](go-openapi/validate@v0.24.0...v0.25.0)

---
updated-dependencies:
- dependency-name: github.com/go-openapi/runtime
  dependency-version: 0.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/go-openapi/strfmt
  dependency-version: 0.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/go-openapi/analysis
  dependency-version: 0.24.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/go-openapi/errors
  dependency-version: 0.22.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/go-openapi/jsonpointer
  dependency-version: 0.22.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/go-openapi/jsonreference
  dependency-version: 0.21.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/go-openapi/loads
  dependency-version: 0.23.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/go-openapi/spec
  dependency-version: 0.22.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/go-openapi/swag
  dependency-version: 0.25.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/go-openapi/swag/cmdutils
  dependency-version: 0.25.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/go-openapi/swag/conv
  dependency-version: 0.25.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/go-openapi/swag/fileutils
  dependency-version: 0.25.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/go-openapi/swag/jsonname
  dependency-version: 0.25.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/go-openapi/swag/jsonutils
  dependency-version: 0.25.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/go-openapi/swag/loading
  dependency-version: 0.25.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/go-openapi/swag/mangling
  dependency-version: 0.25.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/go-openapi/swag/netutils
  dependency-version: 0.25.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/go-openapi/swag/stringutils
  dependency-version: 0.25.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/go-openapi/swag/typeutils
  dependency-version: 0.25.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/go-openapi/swag/yamlutils
  dependency-version: 0.25.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/go-openapi/validate
  dependency-version: 0.25.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 29, 2025
@bruelea bruelea merged commit d1920ef into main Sep 29, 2025
13 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/go-dependencies-0173b01702 branch September 29, 2025 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants