Skip to content

build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates#200

Merged
github-actions[bot] merged 1 commit intomasterfrom
dependabot/go_modules/go-openapi-dependencies-89380cec6b
May 1, 2026
Merged

build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates#200
github-actions[bot] merged 1 commit intomasterfrom
dependabot/go_modules/go-openapi-dependencies-89380cec6b

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Bumps the go-openapi-dependencies group with 1 update in the / directory: github.com/go-openapi/testify/v2.
Bumps the go-openapi-dependencies group with 1 update in the /conv directory: github.com/go-openapi/testify/v2.
Bumps the go-openapi-dependencies group with 1 update in the /fileutils directory: github.com/go-openapi/testify/v2.
Bumps the go-openapi-dependencies group with 1 update in the /jsonname directory: github.com/go-openapi/testify/v2.
Bumps the go-openapi-dependencies group with 2 updates in the /jsonutils directory: github.com/go-openapi/testify/v2 and github.com/go-openapi/testify/enable/yaml/v2.
Bumps the go-openapi-dependencies group with 2 updates in the /jsonutils/adapters/easyjson directory: github.com/go-openapi/testify/v2 and github.com/go-openapi/testify/enable/yaml/v2.
Bumps the go-openapi-dependencies group with 2 updates in the /jsonutils/adapters/testintegration directory: github.com/go-openapi/testify/v2 and github.com/go-openapi/testify/enable/yaml/v2.
Bumps the go-openapi-dependencies group with 2 updates in the /jsonutils/adapters/testintegration/benchmarks directory: github.com/go-openapi/testify/v2 and github.com/go-openapi/testify/enable/yaml/v2.
Bumps the go-openapi-dependencies group with 2 updates in the /jsonutils/fixtures_test directory: github.com/go-openapi/testify/v2 and github.com/go-openapi/testify/enable/yaml/v2.
Bumps the go-openapi-dependencies group with 2 updates in the /loading directory: github.com/go-openapi/testify/v2 and github.com/go-openapi/testify/enable/yaml/v2.
Bumps the go-openapi-dependencies group with 1 update in the /mangling directory: github.com/go-openapi/testify/v2.
Bumps the go-openapi-dependencies group with 1 update in the /netutils directory: github.com/go-openapi/testify/v2.
Bumps the go-openapi-dependencies group with 1 update in the /stringutils directory: github.com/go-openapi/testify/v2.
Bumps the go-openapi-dependencies group with 1 update in the /typeutils directory: github.com/go-openapi/testify/v2.
Bumps the go-openapi-dependencies group with 2 updates in the /yamlutils directory: github.com/go-openapi/testify/v2 and github.com/go-openapi/testify/enable/yaml/v2.

Updates github.com/go-openapi/testify/v2 from 2.4.2 to 2.5.0

Release notes

Sourced from github.com/go-openapi/testify/v2's releases.

v2.5.0

2.5.0 - 2026-04-26

Full Changelog: go-openapi/testify@v2.4.2...v2.5.0

29 commits in this release.


Implemented enhancements

  • feat(json,yaml): added support for redactor function by @​fredbi in #111 ...
  • feat(condition): added Blocked/NotBlocked to assert channel by @​fredbi in #110 ...
  • feat(numbers): added InEpsilonSymmetric by @​fredbi in #109 ...
  • feat(migration): aligned migration tool to support latest additions by @​fredbi in #106 ...
  • feat(fdleak): added support for macos (darwin) by @​fredbi in #102 ...
  • feat(condition): added opt-in support for synctest in async assertions by @​fredbi in #100 ...
  • feat(condition): added CollectT.Cancelf for custom message by @​fredbi in #96 ...
  • feat(condition): added panic recovery on condition by @​fredbi in #95 ...
  • feat(migration tool): added support for SliceEqualT and MapEqualT generics by @​fredbi in #94 ...
  • feat(migration tool) added advisory notice when migrating EventuallyWithT by @​fredbi in #93 ...
  • feat: eventually with / CollecT by @​fredbi in #90 ...
  • feat: exposed internal tools as APIs by @​fredbi in #88 ...
  • feat(collection): added generic assertions for equality on slices and maps by @​fredbi in #87 ...

Fixed bugs

Documentation

Code quality

Miscellaneous tasks

... (truncated)

Commits
  • c139876 chore: prepare release v2.5.0
  • 9d2301d doc: updated tracking and roadmap to v2.5.0 (#112)
  • 7af5b77 feat(json,yaml): added support for redactor function (#111)
  • 18cbdcc feat(condition): added Blocked/NotBlocked to assert channel (#110)
  • 5631839 feat(numbers): added InEpsilonSymmetric (#109)
  • 938b8ea doc: updated contributors file
  • d7d18ce chore: removed go.mod.sum from git
  • d30abcd doc: Potential fixes for 2 code quality findings (#107)
  • ee6a499 feat(migration): aligned migration tool to support latest additions (#106)
  • dd05b22 Apply suggested fix to docs/doc-site/project/maintainers/ARCHITECTURE.md from...
  • Additional commits viewable in compare view

Updates github.com/go-openapi/testify/v2 from 2.4.2 to 2.5.0

Release notes

Sourced from github.com/go-openapi/testify/v2's releases.

v2.5.0

2.5.0 - 2026-04-26

Full Changelog: go-openapi/testify@v2.4.2...v2.5.0

29 commits in this release.


Implemented enhancements

  • feat(json,yaml): added support for redactor function by @​fredbi in #111 ...
  • feat(condition): added Blocked/NotBlocked to assert channel by @​fredbi in #110 ...
  • feat(numbers): added InEpsilonSymmetric by @​fredbi in #109 ...
  • feat(migration): aligned migration tool to support latest additions by @​fredbi in #106 ...
  • feat(fdleak): added support for macos (darwin) by @​fredbi in #102 ...
  • feat(condition): added opt-in support for synctest in async assertions by @​fredbi in #100 ...
  • feat(condition): added CollectT.Cancelf for custom message by @​fredbi in #96 ...
  • feat(condition): added panic recovery on condition by @​fredbi in #95 ...
  • feat(migration tool): added support for SliceEqualT and MapEqualT generics by @​fredbi in #94 ...
  • feat(migration tool) added advisory notice when migrating EventuallyWithT by @​fredbi in #93 ...
  • feat: eventually with / CollecT by @​fredbi in #90 ...
  • feat: exposed internal tools as APIs by @​fredbi in #88 ...
  • feat(collection): added generic assertions for equality on slices and maps by @​fredbi in #87 ...

Fixed bugs

Documentation

Code quality

Miscellaneous tasks

... (truncated)

Commits
  • c139876 chore: prepare release v2.5.0
  • 9d2301d doc: updated tracking and roadmap to v2.5.0 (#112)
  • 7af5b77 feat(json,yaml): added support for redactor function (#111)
  • 18cbdcc feat(condition): added Blocked/NotBlocked to assert channel (#110)
  • 5631839 feat(numbers): added InEpsilonSymmetric (#109)
  • 938b8ea doc: updated contributors file
  • d7d18ce chore: removed go.mod.sum from git
  • d30abcd doc: Potential fixes for 2 code quality findings (#107)
  • ee6a499 feat(migration): aligned migration tool to support latest additions (#106)
  • dd05b22 Apply suggested fix to docs/doc-site/project/maintainers/ARCHITECTURE.md from...
  • Additional commits viewable in compare view

Updates github.com/go-openapi/testify/v2 from 2.4.2 to 2.5.0

Release notes

Sourced from github.com/go-openapi/testify/v2's releases.

v2.5.0

2.5.0 - 2026-04-26

Full Changelog: go-openapi/testify@v2.4.2...v2.5.0

29 commits in this release.


Implemented enhancements

  • feat(json,yaml): added support for redactor function by @​fredbi in #111 ...
  • feat(condition): added Blocked/NotBlocked to assert channel by @​fredbi in #110 ...
  • feat(numbers): added InEpsilonSymmetric by @​fredbi in #109 ...
  • feat(migration): aligned migration tool to support latest additions by @​fredbi in #106 ...
  • feat(fdleak): added support for macos (darwin) by @​fredbi in #102 ...
  • feat(condition): added opt-in support for synctest in async assertions by @​fredbi in #100 ...
  • feat(condition): added CollectT.Cancelf for custom message by @​fredbi in #96 ...
  • feat(condition): added panic recovery on condition by @​fredbi in #95 ...
  • feat(migration tool): added support for SliceEqualT and MapEqualT generics by @​fredbi in #94 ...
  • feat(migration tool) added advisory notice when migrating EventuallyWithT by @​fredbi in #93 ...
  • feat: eventually with / CollecT by @​fredbi in #90 ...
  • feat: exposed internal tools as APIs by @​fredbi in #88 ...
  • feat(collection): added generic assertions for equality on slices and maps by @​fredbi in #87 ...

Fixed bugs

Documentation

Code quality

Miscellaneous tasks

... (truncated)

Commits
  • c139876 chore: prepare release v2.5.0
  • 9d2301d doc: updated tracking and roadmap to v2.5.0 (#112)
  • 7af5b77 feat(json,yaml): added support for redactor function (#111)
  • 18cbdcc feat(condition): added Blocked/NotBlocked to assert channel (#110)
  • 5631839 feat(numbers): added InEpsilonSymmetric (#109)
  • 938b8ea doc: updated contributors file
  • d7d18ce chore: removed go.mod.sum from git
  • d30abcd doc: Potential fixes for 2 code quality findings (#107)
  • ee6a499 feat(migration): aligned migration tool to support latest additions (#106)
  • dd05b22 Apply suggested fix to docs/doc-site/project/maintainers/ARCHITECTURE.md from...
  • Additional commits viewable in compare view

Updates github.com/go-openapi/testify/v2 from 2.4.2 to 2.5.0

Release notes

Sourced from github.com/go-openapi/testify/v2's releases.

v2.5.0

2.5.0 - 2026-04-26

Full Changelog: go-openapi/testify@v2.4.2...v2.5.0

29 commits in this release.


Implemented enhancements

  • feat(json,yaml): added support for redactor function by @​fredbi in #111 ...
  • feat(condition): added Blocked/NotBlocked to assert channel by @​fredbi in #110 ...
  • feat(numbers): added InEpsilonSymmetric by @​fredbi in #109 ...
  • feat(migration): aligned migration tool to support latest additions by @​fredbi in #106 ...
  • feat(fdleak): added support for macos (darwin) by @​fredbi in #102 ...
  • feat(condition): added opt-in support for synctest in async assertions by @​fredbi in #100 ...
  • feat(condition): added CollectT.Cancelf for custom message by @​fredbi in #96 ...
  • feat(condition): added panic recovery on condition by @​fredbi in #95 ...
  • feat(migration tool): added support for SliceEqualT and MapEqualT generics by @​fredbi in #94 ...
  • feat(migration tool) added advisory notice when migrating EventuallyWithT by @​fredbi in #93 ...
  • feat: eventually with / CollecT by @​fredbi in #90 ...
  • feat: exposed internal tools as APIs by @​fredbi in #88 ...
  • feat(collection): added generic assertions for equality on slices and maps by @​fredbi in #87 ...

Fixed bugs

Documentation

Code quality

Miscellaneous tasks

... (truncated)

Commits
  • c139876 chore: prepare release v2.5.0
  • 9d2301d doc: updated tracking and roadmap to v2.5.0 (#112)
  • 7af5b77 feat(json,yaml): added support for redactor function (#111)
  • 18cbdcc feat(condition): added Blocked/NotBlocked to assert channel (#110)
  • 5631839 feat(numbers): added InEpsilonSymmetric (#109)
  • 938b8ea doc: updated contributors file
  • d7d18ce chore: removed go.mod.sum from git
  • d30abcd doc: Potential fixes for 2 code quality findings (#107)
  • ee6a499 feat(migration): aligned migration tool to support latest additions (#106)
  • dd05b22 Apply suggested fix to docs/doc-site/project/maintainers/ARCHITECTURE.md from...
  • Additional commits viewable in compare view

Updates github.com/go-openapi/testify/v2 from 2.4.2 to 2.5.0

Release notes

Sourced from github.com/go-openapi/testify/v2's releases.

v2.5.0

2.5.0 - 2026-04-26

Full Changelog: go-openapi/testify@v2.4.2...v2.5.0

29 commits in this release.


Implemented enhancements

  • feat(json,yaml): added support for redactor function by @​fredbi in #111 ...
  • feat(condition): added Blocked/NotBlocked to assert channel by @​fredbi in #110 ...
  • feat(numbers): added InEpsilonSymmetric by @​fredbi in #109 ...
  • feat(migration): aligned migration tool to support latest additions by @​fredbi in #106 ...
  • feat(fdleak): added support for macos (darwin) by @​fredbi in #102 ...
  • feat(condition): added opt-in support for synctest in async assertions by @​fredbi in #100 ...
  • feat(condition): added CollectT.Cancelf for custom message by @​fredbi in #96 ...
  • feat(condition): added panic recovery on condition by @​fredbi in #95 ...
  • feat(migration tool): added support for SliceEqualT and MapEqualT generics by @​fredbi in #94 ...
  • feat(migration tool) added advisory notice when migrating EventuallyWithT by @​fredbi in #93 ...
  • feat: eventually with / CollecT by @​fredbi in #90 ...
  • feat: exposed internal tools as APIs by @​fredbi in #88 ...
  • feat(collection): added generic assertions for equality on slices and maps by @​fredbi in #87 ...

Fixed bugs

Documentation

Code quality

Miscellaneous tasks

... (truncated)

Commits
  • c139876 chore: prepare release v2.5.0
  • 9d2301d doc: updated tracking and roadmap to v2.5.0 (#112)
  • 7af5b77 feat(json,yaml): added support for redactor function (#111)
  • 18cbdcc feat(condition): added Blocked/NotBlocked to assert channel (#110)
  • 5631839 feat(numbers): added InEpsilonSymmetric (#109)
  • 938b8ea doc: updated contributors file
  • d7d18ce chore: removed go.mod.sum from git
  • d30abcd doc: Potential fixes for 2 code quality findings (#107)
  • ee6a499 feat(migration): aligned migration tool to support latest additions (#106)
  • dd05b22 Apply suggested fix to docs/doc-site/project/maintainers/ARCHITECTURE.md from...
  • Additional commits viewable in compare view

Updates github.com/go-openapi/testify/enable/yaml/v2 from 2.4.2 to 2.5.0

Release notes

Sourced from github.com/go-openapi/testify/enable/yaml/v2's releases.

v2.5.0

2.5.0 - 2026-04-26

Full Changelog: go-openapi/testify@v2.4.2...v2.5.0

29 commits in this release.


Implemented enhancements

  • feat(json,yaml): added support for redactor function by @​fredbi in #111 ...
  • feat(condition): added Blocked/NotBlocked to assert channel by @​fredbi in #110 ...
  • feat(numbers): added InEpsilonSymmetric by @​fredbi in #109 ...
  • feat(migration): aligned migration tool to support latest additions by @​fredbi in #106 ...
  • feat(fdleak): added support for macos (darwin) by @​fredbi in #102 ...
  • feat(condition): added opt-in support for synctest in async assertions by @​fredbi in #100 ...
  • feat(condition): added CollectT.Cancelf for custom message by @​fredbi in #96 ...
  • feat(condition): added panic recovery on condition by @​fredbi in #95 ...
  • feat(migration tool): added support for SliceEqualT and MapEqualT generics by @​fredbi in #94 ...
  • feat(migration tool) added advisory notice when migrating EventuallyWithT by @​fredbi in #93 ...
  • feat: eventually with / CollecT by @​fredbi in #90 ...
  • feat: exposed internal tools as APIs by @​fredbi in #88 ...
  • feat(collection): added generic assertions for equality on slices and maps by @​fredbi in #87 ...

Fixed bugs

  • fix(collection): fixed error message in Subset. by @​fredbi in #101 Description has been truncated

…ries with 2 updates

Bumps the go-openapi-dependencies group with 1 update in the / directory: [github.com/go-openapi/testify/v2](https://github.com/go-openapi/testify).
Bumps the go-openapi-dependencies group with 1 update in the /conv directory: [github.com/go-openapi/testify/v2](https://github.com/go-openapi/testify).
Bumps the go-openapi-dependencies group with 1 update in the /fileutils directory: [github.com/go-openapi/testify/v2](https://github.com/go-openapi/testify).
Bumps the go-openapi-dependencies group with 1 update in the /jsonname directory: [github.com/go-openapi/testify/v2](https://github.com/go-openapi/testify).
Bumps the go-openapi-dependencies group with 2 updates in the /jsonutils directory: [github.com/go-openapi/testify/v2](https://github.com/go-openapi/testify) and [github.com/go-openapi/testify/enable/yaml/v2](https://github.com/go-openapi/testify).
Bumps the go-openapi-dependencies group with 2 updates in the /jsonutils/adapters/easyjson directory: [github.com/go-openapi/testify/v2](https://github.com/go-openapi/testify) and [github.com/go-openapi/testify/enable/yaml/v2](https://github.com/go-openapi/testify).
Bumps the go-openapi-dependencies group with 2 updates in the /jsonutils/adapters/testintegration directory: [github.com/go-openapi/testify/v2](https://github.com/go-openapi/testify) and [github.com/go-openapi/testify/enable/yaml/v2](https://github.com/go-openapi/testify).
Bumps the go-openapi-dependencies group with 2 updates in the /jsonutils/adapters/testintegration/benchmarks directory: [github.com/go-openapi/testify/v2](https://github.com/go-openapi/testify) and [github.com/go-openapi/testify/enable/yaml/v2](https://github.com/go-openapi/testify).
Bumps the go-openapi-dependencies group with 2 updates in the /jsonutils/fixtures_test directory: [github.com/go-openapi/testify/v2](https://github.com/go-openapi/testify) and [github.com/go-openapi/testify/enable/yaml/v2](https://github.com/go-openapi/testify).
Bumps the go-openapi-dependencies group with 2 updates in the /loading directory: [github.com/go-openapi/testify/v2](https://github.com/go-openapi/testify) and [github.com/go-openapi/testify/enable/yaml/v2](https://github.com/go-openapi/testify).
Bumps the go-openapi-dependencies group with 1 update in the /mangling directory: [github.com/go-openapi/testify/v2](https://github.com/go-openapi/testify).
Bumps the go-openapi-dependencies group with 1 update in the /netutils directory: [github.com/go-openapi/testify/v2](https://github.com/go-openapi/testify).
Bumps the go-openapi-dependencies group with 1 update in the /stringutils directory: [github.com/go-openapi/testify/v2](https://github.com/go-openapi/testify).
Bumps the go-openapi-dependencies group with 1 update in the /typeutils directory: [github.com/go-openapi/testify/v2](https://github.com/go-openapi/testify).
Bumps the go-openapi-dependencies group with 2 updates in the /yamlutils directory: [github.com/go-openapi/testify/v2](https://github.com/go-openapi/testify) and [github.com/go-openapi/testify/enable/yaml/v2](https://github.com/go-openapi/testify).


Updates `github.com/go-openapi/testify/v2` from 2.4.2 to 2.5.0
- [Release notes](https://github.com/go-openapi/testify/releases)
- [Commits](go-openapi/testify@v2.4.2...v2.5.0)

Updates `github.com/go-openapi/testify/v2` from 2.4.2 to 2.5.0
- [Release notes](https://github.com/go-openapi/testify/releases)
- [Commits](go-openapi/testify@v2.4.2...v2.5.0)

Updates `github.com/go-openapi/testify/v2` from 2.4.2 to 2.5.0
- [Release notes](https://github.com/go-openapi/testify/releases)
- [Commits](go-openapi/testify@v2.4.2...v2.5.0)

Updates `github.com/go-openapi/testify/v2` from 2.4.2 to 2.5.0
- [Release notes](https://github.com/go-openapi/testify/releases)
- [Commits](go-openapi/testify@v2.4.2...v2.5.0)

Updates `github.com/go-openapi/testify/v2` from 2.4.2 to 2.5.0
- [Release notes](https://github.com/go-openapi/testify/releases)
- [Commits](go-openapi/testify@v2.4.2...v2.5.0)

Updates `github.com/go-openapi/testify/enable/yaml/v2` from 2.4.2 to 2.5.0
- [Release notes](https://github.com/go-openapi/testify/releases)
- [Commits](go-openapi/testify@v2.4.2...v2.5.0)

Updates `github.com/go-openapi/testify/v2` from 2.4.2 to 2.5.0
- [Release notes](https://github.com/go-openapi/testify/releases)
- [Commits](go-openapi/testify@v2.4.2...v2.5.0)

Updates `github.com/go-openapi/testify/enable/yaml/v2` from 2.4.2 to 2.5.0
- [Release notes](https://github.com/go-openapi/testify/releases)
- [Commits](go-openapi/testify@v2.4.2...v2.5.0)

Updates `github.com/go-openapi/testify/v2` from 2.4.2 to 2.5.0
- [Release notes](https://github.com/go-openapi/testify/releases)
- [Commits](go-openapi/testify@v2.4.2...v2.5.0)

Updates `github.com/go-openapi/testify/enable/yaml/v2` from 2.4.2 to 2.5.0
- [Release notes](https://github.com/go-openapi/testify/releases)
- [Commits](go-openapi/testify@v2.4.2...v2.5.0)

Updates `github.com/go-openapi/testify/v2` from 2.4.2 to 2.5.0
- [Release notes](https://github.com/go-openapi/testify/releases)
- [Commits](go-openapi/testify@v2.4.2...v2.5.0)

Updates `github.com/go-openapi/testify/enable/yaml/v2` from 2.4.2 to 2.5.0
- [Release notes](https://github.com/go-openapi/testify/releases)
- [Commits](go-openapi/testify@v2.4.2...v2.5.0)

Updates `github.com/go-openapi/testify/v2` from 2.4.2 to 2.5.0
- [Release notes](https://github.com/go-openapi/testify/releases)
- [Commits](go-openapi/testify@v2.4.2...v2.5.0)

Updates `github.com/go-openapi/testify/enable/yaml/v2` from 2.4.2 to 2.5.0
- [Release notes](https://github.com/go-openapi/testify/releases)
- [Commits](go-openapi/testify@v2.4.2...v2.5.0)

Updates `github.com/go-openapi/testify/v2` from 2.4.2 to 2.5.0
- [Release notes](https://github.com/go-openapi/testify/releases)
- [Commits](go-openapi/testify@v2.4.2...v2.5.0)

Updates `github.com/go-openapi/testify/enable/yaml/v2` from 2.4.2 to 2.5.0
- [Release notes](https://github.com/go-openapi/testify/releases)
- [Commits](go-openapi/testify@v2.4.2...v2.5.0)

Updates `github.com/go-openapi/testify/v2` from 2.4.2 to 2.5.0
- [Release notes](https://github.com/go-openapi/testify/releases)
- [Commits](go-openapi/testify@v2.4.2...v2.5.0)

Updates `github.com/go-openapi/testify/v2` from 2.4.2 to 2.5.0
- [Release notes](https://github.com/go-openapi/testify/releases)
- [Commits](go-openapi/testify@v2.4.2...v2.5.0)

Updates `github.com/go-openapi/testify/v2` from 2.4.2 to 2.5.0
- [Release notes](https://github.com/go-openapi/testify/releases)
- [Commits](go-openapi/testify@v2.4.2...v2.5.0)

Updates `github.com/go-openapi/testify/v2` from 2.4.2 to 2.5.0
- [Release notes](https://github.com/go-openapi/testify/releases)
- [Commits](go-openapi/testify@v2.4.2...v2.5.0)

Updates `github.com/go-openapi/testify/v2` from 2.4.2 to 2.5.0
- [Release notes](https://github.com/go-openapi/testify/releases)
- [Commits](go-openapi/testify@v2.4.2...v2.5.0)

Updates `github.com/go-openapi/testify/enable/yaml/v2` from 2.4.2 to 2.5.0
- [Release notes](https://github.com/go-openapi/testify/releases)
- [Commits](go-openapi/testify@v2.4.2...v2.5.0)

---
updated-dependencies:
- dependency-name: github.com/go-openapi/testify/v2
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-openapi-dependencies
- dependency-name: github.com/go-openapi/testify/v2
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-openapi-dependencies
- dependency-name: github.com/go-openapi/testify/v2
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-openapi-dependencies
- dependency-name: github.com/go-openapi/testify/v2
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-openapi-dependencies
- dependency-name: github.com/go-openapi/testify/v2
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-openapi-dependencies
- dependency-name: github.com/go-openapi/testify/enable/yaml/v2
  dependency-version: 2.5.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-openapi-dependencies
- dependency-name: github.com/go-openapi/testify/v2
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-openapi-dependencies
- dependency-name: github.com/go-openapi/testify/enable/yaml/v2
  dependency-version: 2.5.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-openapi-dependencies
- dependency-name: github.com/go-openapi/testify/v2
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-openapi-dependencies
- dependency-name: github.com/go-openapi/testify/enable/yaml/v2
  dependency-version: 2.5.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-openapi-dependencies
- dependency-name: github.com/go-openapi/testify/v2
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-openapi-dependencies
- dependency-name: github.com/go-openapi/testify/enable/yaml/v2
  dependency-version: 2.5.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-openapi-dependencies
- dependency-name: github.com/go-openapi/testify/v2
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-openapi-dependencies
- dependency-name: github.com/go-openapi/testify/enable/yaml/v2
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-openapi-dependencies
- dependency-name: github.com/go-openapi/testify/v2
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-openapi-dependencies
- dependency-name: github.com/go-openapi/testify/enable/yaml/v2
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-openapi-dependencies
- dependency-name: github.com/go-openapi/testify/v2
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-openapi-dependencies
- dependency-name: github.com/go-openapi/testify/v2
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-openapi-dependencies
- dependency-name: github.com/go-openapi/testify/v2
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-openapi-dependencies
- dependency-name: github.com/go-openapi/testify/v2
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-openapi-dependencies
- dependency-name: github.com/go-openapi/testify/v2
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-openapi-dependencies
- dependency-name: github.com/go-openapi/testify/enable/yaml/v2
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-openapi-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies go Pull requests that update Go code labels May 1, 2026
@github-actions github-actions Bot enabled auto-merge (rebase) May 1, 2026 18:32
@github-actions github-actions Bot merged commit e089511 into master May 1, 2026
18 of 19 checks passed
@github-actions github-actions Bot deleted the dependabot/go_modules/go-openapi-dependencies-89380cec6b branch May 1, 2026 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant