Skip to content

build(deps): bump the go-openapi-dependencies group across 1 directory with 19 updates - #68

Merged
fredbi merged 1 commit into
masterfrom
dependabot/go_modules/go-openapi-dependencies-04dbfaf921
Jul 22, 2026
Merged

build(deps): bump the go-openapi-dependencies group across 1 directory with 19 updates#68
fredbi merged 1 commit into
masterfrom
dependabot/go_modules/go-openapi-dependencies-04dbfaf921

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 21, 2026

Copy link
Copy Markdown
Contributor

Bumps the go-openapi-dependencies group with 5 updates in the / directory:

Package From To
github.com/go-openapi/loads 0.24.0 0.25.0
github.com/go-openapi/runtime 0.32.4 0.32.6
github.com/go-openapi/swag/cmdutils 0.27.0 0.27.3
github.com/go-openapi/swag/netutils 0.27.0 0.27.3
github.com/go-openapi/runtime/server-middleware 0.32.4 0.32.6

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

Release notes

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

v0.25.0

0.25.0 - 2026-07-20

Full Changelog: go-openapi/loads@v0.24.2...v0.25.0

1 commits in this release.


Implemented enhancements

  • feat(loaders): exposed loader chaining and builder with options by @​fredbi in #157 ...

People who contributed to this release


loads license terms

License

v0.24.2

0.24.2 - 2026-07-20

Full Changelog: go-openapi/loads@v0.24.1...v0.24.2

1 commits in this release.


Miscellaneous tasks


People who contributed to this release

... (truncated)

Commits
  • 8538331 feat(loaders): exposed loader chaining and builder with options (#157)
  • cf229f0 chore: updated go-openapi dependencies (#156)
  • 32e167a build(deps): bump spec to v0.22.7 and swag to v0.27.3 (#155)
  • a963081 build(deps): bump the go-openapi-dependencies group with 3 updates
  • 5fc073c doc: updated contributors file
  • 47f67d4 build(deps): bump the go-openapi-dependencies group with 2 updates
  • d0a7a9b ci: post README announcements to discord + bump ci-workflows to v0.4.0 (#151)
  • fce62f8 chore(ci): run contributors workflow monthly instead of weekly (#150)
  • 7978690 build(deps): bump github.com/go-openapi/spec
  • 7bf5c45 build(deps): bump go-openapi/ci-workflows/.github/workflows/monitor-bot-pr.yml
  • Additional commits viewable in compare view

Updates github.com/go-openapi/runtime from 0.32.4 to 0.32.6

Release notes

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

v0.32.6

0.32.6 - 2026-07-21

Full Changelog: go-openapi/runtime@v0.32.5...v0.32.6

4 commits in this release.


Miscellaneous tasks

Updates


People who contributed to this release


runtime license terms

License

Per-module changes


client-middleware/opentracing (0.32.6)

Miscellaneous tasks

... (truncated)

Commits
  • 4f030d6 chore: prepare release v0.32.6
  • d801284 chore: updated dependencies (go-openapi updates) (#504)
  • 7c0acc4 build(deps): bump the go-openapi-dependencies group across 3 directories with...
  • a1e4169 build(deps): bump actions/setup-go in the development-dependencies group
  • 9804a2d chore: prepare release v0.32.5
  • b04efcc middleware: set http.Request.Pattern to the matched route (#500)
  • 0af5ca0 build(deps): bump golang.org/x/sync
  • db9b6e3 build(deps): bump the go-openapi-dependencies group across 3 directories with...
  • fd36993 doc: updated contributors file
  • 33e36ba build(deps): bump the go-openapi-dependencies group across 4 directories with...
  • Additional commits viewable in compare view

Updates github.com/go-openapi/spec from 0.22.6 to 0.22.9

Release notes

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

v0.22.9

0.22.9 - 2026-07-20

Full Changelog: go-openapi/spec@v0.22.8...v0.22.9

1 commits in this release.


Implemented enhancements

  • feat(expander): add ExpandParameterWithOptions and ExpandResponseWithOptions by @​fredbi in #292 ...

People who contributed to this release


spec license terms

License

v0.22.8

0.22.8 - 2026-07-20

Full Changelog: go-openapi/spec@v0.22.7...v0.22.8

1 commits in this release.


Implemented enhancements

  • feat(expander): add ExpandSchemaWithOptions for confined schema expansion by @​fredbi in #291 ...

People who contributed to this release

... (truncated)

Commits
  • e682f66 feat(expander): add ExpandParameterWithOptions and ExpandResponseWithOptions ...
  • 9bfe732 feat(expander): add ExpandSchemaWithOptions for confined schema expansion (#291)
  • 5173965 Merge pull request #290 from fredbi/fix/vuln-reports
  • 497d583 build(deps): bump swag modules to v0.27.3
  • fe9f8bd test(expander): validate the SSRF posture of an injected loader
  • 75e4859 build(deps): bump swag/loading to v0.27.2 for confined $ref loading
  • 7229152 docs(security): warn that the default $ref loader is not sandboxed
  • 4e073e1 fix(ref): stop performing a network request in IsValidURI
  • 64655f3 feat(expander): accept an option-aware document loader
  • 5ae1e0d chore: upgrade dependencies ; fix deprecated jsonname
  • Additional commits viewable in compare view

Updates github.com/go-openapi/strfmt from 0.26.4 to 0.27.0

Release notes

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

v0.27.0

0.27.0 - 2026-07-16

Full Changelog: go-openapi/strfmt@v0.26.4...v0.27.0

11 commits in this release.


Implemented enhancements

  • feat: new formats for currencies (ISO-4217 alpha-3) and countries (ISO-3166 alpha-3 & alpha-2) by @​fredbi in #285 ...
  • feat(duration): add ISO 8601 / RFC 3339 duration format (duration-iso8601) by @​fredbi in #284 ...

Fixed bugs

Documentation

Testing

Miscellaneous tasks

Updates

  • build(deps): bump the other-dependencies group across 3 directories with 1 update by @​dependabot[bot] in #277 ...
  • build(deps): bump golang.org/x/net from 0.56.0 to 0.57.0 in the golang-org-dependencies group across 1 directory by @​dependabot[bot] in #276 ...

Other (technical)

  • Add comments for ISO 3166 countries source data by @​fredbi ...

People who contributed to this release

... (truncated)

Commits
  • 8364821 chore: prepare release v0.27.0
  • a98cfd0 Add comments for ISO 3166 countries source data
  • 09c6110 Doc: typo in Readme
  • 12fcdc1 feat: new formats for currencies (ISO-4217 alpha-3) and countries (ISO-3166 a...
  • a9ba012 feat(duration): add ISO 8601 / RFC 3339 duration format (duration-iso8601) (#...
  • 4de561f fix(base64): use standard RFC 4648 alphabet on the text path (#87) (#283)
  • 7f8ff38 test(fuzz): added systematic fuzzing of formats (#282)
  • f33c701 fix(duration): fix panic with trailing space, added fuzz (#281)
  • 9f0fa2d build(deps): bump the other-dependencies group across 3 directories with 1 up...
  • 5be05e6 build(deps): bump golang.org/x/net
  • Additional commits viewable in compare view

Updates github.com/go-openapi/swag/cmdutils from 0.27.0 to 0.27.3

Release notes

Sourced from github.com/go-openapi/swag/cmdutils's releases.

v0.27.3

0.27.3 - 2026-07-20

Full Changelog: go-openapi/swag@v0.27.2...v0.27.3

2 commits in this release.


Fixed bugs

Miscellaneous tasks


People who contributed to this release


swag license terms

License

Per-module changes


conv (0.27.3)

Miscellaneous tasks

... (truncated)

Commits
  • 179769d chore: prepare release v0.27.3
  • 1d10f1e fix: rooted path should also work on windows (#226)
  • c0c66d9 chore: prepare release v0.27.2
  • b0d2d9d fix(loading): resolve absolute in-root paths under WithRoot (#224)
  • c8a41f7 chore: prepare release v0.27.1
  • 221c895 chore: more go.mod replace missing
  • c110f25 Merge pull request #222 from fredbi/chore/fix-deps
  • 50ff260 Merge pull request #221 from fredbi/perf/adapter-options
  • a130e07 perf(adapters): updated benchmark
  • 727fdfa refact(adapters): refactored pools and options in json adapters.
  • Additional commits viewable in compare view

Updates github.com/go-openapi/swag/conv from 0.27.0 to 0.27.3

Release notes

Sourced from github.com/go-openapi/swag/conv's releases.

v0.27.3

0.27.3 - 2026-07-20

Full Changelog: go-openapi/swag@v0.27.2...v0.27.3

2 commits in this release.


Fixed bugs

Miscellaneous tasks


People who contributed to this release


swag license terms

License

Per-module changes


conv (0.27.3)

Miscellaneous tasks

... (truncated)

Commits
  • 179769d chore: prepare release v0.27.3
  • 1d10f1e fix: rooted path should also work on windows (#226)
  • c0c66d9 chore: prepare release v0.27.2
  • b0d2d9d fix(loading): resolve absolute in-root paths under WithRoot (#224)
  • c8a41f7 chore: prepare release v0.27.1
  • 221c895 chore: more go.mod replace missing
  • c110f25 Merge pull request #222 from fredbi/chore/fix-deps
  • 50ff260 Merge pull request #221 from fredbi/perf/adapter-options
  • a130e07 perf(adapters): updated benchmark
  • 727fdfa refact(adapters): refactored pools and options in json adapters.
  • Additional commits viewable in compare view

Updates github.com/go-openapi/swag/jsonutils from 0.27.0 to 0.27.3

Release notes

Sourced from github.com/go-openapi/swag/jsonutils's releases.

v0.27.3

0.27.3 - 2026-07-20

Full Changelog: go-openapi/swag@v0.27.2...v0.27.3

2 commits in this release.


Fixed bugs

Miscellaneous tasks


People who contributed to this release


swag license terms

License

Per-module changes


conv (0.27.3)

Miscellaneous tasks

... (truncated)

Commits
  • 179769d chore: prepare release v0.27.3
  • 1d10f1e fix: rooted path should also work on windows (#226)
  • c0c66d9 chore: prepare release v0.27.2
  • b0d2d9d fix(loading): resolve absolute in-root paths under WithRoot (#224)
  • c8a41f7 chore: prepare release v0.27.1
  • 221c895 chore: more go.mod replace missing
  • c110f25 Merge pull request #222 from fredbi/chore/fix-deps
  • 50ff260 Merge pull request #221 from fredbi/perf/adapter-options
  • a130e07 perf(adapters): updated benchmark
  • 727fdfa refact(adapters): refactored pools and options in json adapters.
  • Additional commits viewable in compare view

Updates github.com/go-openapi/swag/netutils from 0.27.0 to 0.27.3

Release notes

Sourced from github.com/go-openapi/swag/netutils's releases.

v0.27.3

0.27.3 - 2026-07-20

Full Changelog: go-openapi/swag@v0.27.2...v0.27.3

2 commits in this release.


Fixed bugs

Miscellaneous tasks


People who contributed to this release


swag license terms

License

Per-module changes


conv (0.27.3)

Miscellaneous tasks

... (truncated)

Commits
  • 179769d chore: prepare release v0.27.3
  • 1d10f1e fix: rooted path should also work on windows (#226)
  • c0c66d9 chore: prepare release v0.27.2
  • b0d2d9d fix(loading): resolve absolute in-root paths under WithRoot (#224)
  • c8a41f7 chore: prepare release v0.27.1
  • 221c895 chore: more go.mod replace missing
  • c110f25 Merge pull request #222 from fredbi/chore/fix-deps
  • 50ff260 Merge pull request #221 from fredbi/perf/adapter-options
  • a130e07 perf(adapters): updated benchmark
  • 727fdfa refact(adapters): refactored pools and options in json adapters.
  • Additional commits viewable in compare view

Updates github.com/go-openapi/swag/stringutils from 0.27.0 to 0.27.3

Release notes

Sourced from github.com/go-openapi/swag/stringutils's releases.

v0.27.3

0.27.3 - 2026-07-20

Full Changelog: go-openapi/swag@v0.27.2...v0.27.3

2 commits in this release.


Fixed bugs

Miscellaneous tasks


People who contributed to this release


swag license terms

License

Per-module changes


conv (0.27.3)

Miscellaneous tasks

... (truncated)

Commits
  • 179769d chore: prepare release v0.27.3
  • 1d10f1e fix: rooted path should also work on windows (#226)
  • c0c66d9 chore: prepare release v0.27.2
  • b0d2d9d fix(loading): resolve absolute in-root paths under WithRoot (#224)
  • c8a41f7 chore: prepare release v0.27.1
  • 221c895 chore: more go.mod replace missing
  • c110f25 Merge pull request #222 from fredbi/chore/fix-deps
  • 50ff260 Merge pull request #221 from fredbi/perf/adapter-options
  • a130e07 perf(adapters): updated benchmark
  • 727fdfa refact(adapters): refactored pools and options in json adapters.
  • Additional commits viewable in compare view

Updates github.com/go-openapi/swag/typeutils from 0.27.0 to 0.27.3

Release notes

Sourced from github.com/go-openapi/swag/typeutils's releases.

v0.27.3

0.27.3 - 2026-07-20

Full Changelog: go-openapi/swag@v0.27.2...v0.27.3

2 commits in this release.


Fixed bugs

Miscellaneous tasks


People who contributed to this release


swag license terms

License

Per-module changes


conv (0.27.3)

Miscellaneous tasks

... (truncated)

Commits
  • 179769d chore: prepare release v0.27.3
  • 1d10f1e fix: rooted path should also work on windows (#226)
  • c0c66d9 chore: prepare release v0.27.2
  • b0d2d9d fix(loading): resolve absolute in-root paths under WithRoot (#224)
  • c8a41f7 chore: prepare release v0.27.1
  • 221c895 chore: more go.mod replace missing
  • c110f25 Merge pull request #222 from fredbi/chore/fix-deps
  • 50ff260 Merge pull request #221 from fredbi/perf/adapter-options
  • a130e07 perf(adapters): updated benchmark
  • 727fdfa refact(adapters): refactored pools and options in json adapters.
  • Additional commits viewable in compare view

Updates github.com/go-openapi/validate from 0.26.0 to 0.26.1

Release notes

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

v0.26.1

0.26.1 - 2026-07-21

Full Changelog: go-openapi/validate@v0.26.0...v0.26.1

12 commits in this release.


Implemented enhancements

  • feat: inject a custom document loader into schema/spec validation by @​fredbi in #272 ...

Documentation

Miscellaneous tasks

  • chore(ci): run contributors workflow monthly instead of weekly by @​fredbi in #265 ...

Updates


People who contributed to this release


validate license terms

[License][license-url]

... (truncated)

Commits
  • 9b81767 feat: inject a custom document loader into schema/spec validation (#272)
  • 6614383 chore(deps): bump github.com/go-openapi/strfmt
  • cbf963a chore(deps): bump github.com/go-openapi/jsonpointer (#270)
  • e528532 chore(deps): bump the go-openapi-dependencies group with 7 updates
  • a92dcc6 doc: updated contributors file
  • e3a1a32 chore(deps): bump github.com/go-openapi/testify/v2
  • 91feb17 ci: post README announcements to discord + bump ci-workflows to v0.4.0 (#266)
  • 07c4535 chore(ci): run contributors workflow monthly instead of weekly (#265)
  • 25f8d57 chore(deps): bump github.com/go-openapi/spec
  • 2a22b28 chore(deps): bump the development-dependencies group across 1 directory with ...
  • Additional commits viewable in compare view

Updates github.com/go-openapi/analysis from 0.25.3 to 0.25.5

Release notes

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

v0.25.5

0.25.5 - 2026-07-20

Full Changelog: go-openapi/analysis@v0.25.4...v0.25.5

1 commits in this release.


Code quality

  • fix(flatten): in options, guarded against possible json serialization of by @​fredbi in #221 ...

People who contributed to this release


analysis license terms

License

v0.25.4

0.25.4 - 2026-07-20

Full Changelog: go-openapi/analysis@v0.25.3...v0.25.4

8 commits in this release.


Implemented enhancements

  • feat: inject a confined document loader into flatten and schema analysis by @​fredbi in #220 ...

Documentation

Updates

  • chore(deps): Bump actions/setup-go from 6.5.0 to 7.0.0 in the development-dependencies group across 1 directory by @​dependabot[bot] in #219 ...

... (truncated)

Commits
  • f65b576 fix(flatten): in options, guarded against possible json serialization of (#221)
  • 70fd025 feat: inject a confined document loader into flatten and schema analysis (#220)
  • dfeb1a3 chore(deps): Bump actions/setup-go
  • 9785c10 chore(deps): Bump github.com/go-openapi/strfmt
  • c194275 Potential fixes for 4 code quality findings (#217)
  • 49c06eb chore(deps): Bump github.com/go-openapi/jsonpointer (#216)
  • 79d637a chore(deps): Bump golang.org/x/text in the golang-org-dependencies group
  • 7e6c5ac chore(deps): Bump the go-openapi-dependencies group with 5 updates
  • 446da07 doc: updated contributors file
  • See full diff in compare view

Updates github.com/go-openapi/jsonpointer from 0.24.0 to 1.0.0

Release notes

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

v1.0.0

1.0.0 - 2026-07-07

Stable API pledge - no change from v0.24.0

Full Changelog: go-openapi/jsonpointer@v0.24.0...v1.0.0

2 commits in this release.


Documentation


People who contributed to this release


jsonpointer license terms

License

Commits

Updates github.com/go-openapi/jsonreference from 0.21.6 to 1.0.0

Release notes

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

v1.0.0

1.0.0 - 2026-07-07

Stable API pledge - no change from v0.21.6

Full Changelog: go-openapi/jsonreference@v0.21.6...v1.0.0

10 commits in this release.


Documentation

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 21, 2026
@fredbi

fredbi commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

@dependabot rebase

…y with 19 updates

Bumps the go-openapi-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/go-openapi/loads](https://github.com/go-openapi/loads) | `0.24.0` | `0.25.0` |
| [github.com/go-openapi/runtime](https://github.com/go-openapi/runtime) | `0.32.4` | `0.32.6` |
| [github.com/go-openapi/swag/cmdutils](https://github.com/go-openapi/swag) | `0.27.0` | `0.27.3` |
| [github.com/go-openapi/swag/netutils](https://github.com/go-openapi/swag) | `0.27.0` | `0.27.3` |
| [github.com/go-openapi/runtime/server-middleware](https://github.com/go-openapi/runtime) | `0.32.4` | `0.32.6` |



Updates `github.com/go-openapi/loads` from 0.24.0 to 0.25.0
- [Release notes](https://github.com/go-openapi/loads/releases)
- [Commits](go-openapi/loads@v0.24.0...v0.25.0)

Updates `github.com/go-openapi/runtime` from 0.32.4 to 0.32.6
- [Release notes](https://github.com/go-openapi/runtime/releases)
- [Commits](go-openapi/runtime@v0.32.4...v0.32.6)

Updates `github.com/go-openapi/spec` from 0.22.6 to 0.22.9
- [Release notes](https://github.com/go-openapi/spec/releases)
- [Commits](go-openapi/spec@v0.22.6...v0.22.9)

Updates `github.com/go-openapi/strfmt` from 0.26.4 to 0.27.0
- [Release notes](https://github.com/go-openapi/strfmt/releases)
- [Commits](go-openapi/strfmt@v0.26.4...v0.27.0)

Updates `github.com/go-openapi/swag/cmdutils` from 0.27.0 to 0.27.3
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.27.0...v0.27.3)

Updates `github.com/go-openapi/swag/conv` from 0.27.0 to 0.27.3
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.27.0...v0.27.3)

Updates `github.com/go-openapi/swag/jsonutils` from 0.27.0 to 0.27.3
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.27.0...v0.27.3)

Updates `github.com/go-openapi/swag/netutils` from 0.27.0 to 0.27.3
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.27.0...v0.27.3)

Updates `github.com/go-openapi/swag/stringutils` from 0.27.0 to 0.27.3
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.27.0...v0.27.3)

Updates `github.com/go-openapi/swag/typeutils` from 0.27.0 to 0.27.3
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.27.0...v0.27.3)

Updates `github.com/go-openapi/validate` from 0.26.0 to 0.26.1
- [Release notes](https://github.com/go-openapi/validate/releases)
- [Commits](go-openapi/validate@v0.26.0...v0.26.1)

Updates `github.com/go-openapi/analysis` from 0.25.3 to 0.25.5
- [Release notes](https://github.com/go-openapi/analysis/releases)
- [Commits](go-openapi/analysis@v0.25.3...v0.25.5)

Updates `github.com/go-openapi/jsonpointer` from 0.24.0 to 1.0.0
- [Release notes](https://github.com/go-openapi/jsonpointer/releases)
- [Commits](go-openapi/jsonpointer@v0.24.0...v1.0.0)

Updates `github.com/go-openapi/jsonreference` from 0.21.6 to 1.0.0
- [Release notes](https://github.com/go-openapi/jsonreference/releases)
- [Commits](go-openapi/jsonreference@v0.21.6...v1.0.0)

Updates `github.com/go-openapi/runtime/server-middleware` from 0.32.4 to 0.32.6
- [Release notes](https://github.com/go-openapi/runtime/releases)
- [Commits](go-openapi/runtime@v0.32.4...v0.32.6)

Updates `github.com/go-openapi/swag/fileutils` from 0.27.0 to 0.27.3
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.27.0...v0.27.3)

Updates `github.com/go-openapi/swag/loading` from 0.27.0 to 0.27.3
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.27.0...v0.27.3)

Updates `github.com/go-openapi/swag/mangling` from 0.27.0 to 0.27.3
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.27.0...v0.27.3)

Updates `github.com/go-openapi/swag/yamlutils` from 0.27.0 to 0.27.3
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.27.0...v0.27.3)

---
updated-dependencies:
- dependency-name: github.com/go-openapi/analysis
  dependency-version: 0.25.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-openapi-dependencies
- dependency-name: github.com/go-openapi/jsonpointer
  dependency-version: 1.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: go-openapi-dependencies
- dependency-name: github.com/go-openapi/jsonreference
  dependency-version: 1.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: go-openapi-dependencies
- dependency-name: github.com/go-openapi/loads
  dependency-version: 0.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-openapi-dependencies
- dependency-name: github.com/go-openapi/runtime
  dependency-version: 0.32.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-openapi-dependencies
- dependency-name: github.com/go-openapi/runtime/server-middleware
  dependency-version: 0.32.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-openapi-dependencies
- dependency-name: github.com/go-openapi/spec
  dependency-version: 0.22.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-openapi-dependencies
- dependency-name: github.com/go-openapi/strfmt
  dependency-version: 0.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-openapi-dependencies
- dependency-name: github.com/go-openapi/swag/cmdutils
  dependency-version: 0.27.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-openapi-dependencies
- dependency-name: github.com/go-openapi/swag/conv
  dependency-version: 0.27.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-openapi-dependencies
- dependency-name: github.com/go-openapi/swag/fileutils
  dependency-version: 0.27.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-openapi-dependencies
- dependency-name: github.com/go-openapi/swag/jsonutils
  dependency-version: 0.27.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-openapi-dependencies
- dependency-name: github.com/go-openapi/swag/loading
  dependency-version: 0.27.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-openapi-dependencies
- dependency-name: github.com/go-openapi/swag/mangling
  dependency-version: 0.27.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-openapi-dependencies
- dependency-name: github.com/go-openapi/swag/netutils
  dependency-version: 0.27.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-openapi-dependencies
- dependency-name: github.com/go-openapi/swag/stringutils
  dependency-version: 0.27.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-openapi-dependencies
- dependency-name: github.com/go-openapi/swag/typeutils
  dependency-version: 0.27.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-openapi-dependencies
- dependency-name: github.com/go-openapi/swag/yamlutils
  dependency-version: 0.27.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-openapi-dependencies
- dependency-name: github.com/go-openapi/validate
  dependency-version: 0.26.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-openapi-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/go-openapi-dependencies-04dbfaf921 branch from d1bd6b8 to 14e8712 Compare July 22, 2026 16:46
@fredbi
fredbi merged commit 869b7a2 into master Jul 22, 2026
16 checks passed
@fredbi
fredbi deleted the dependabot/go_modules/go-openapi-dependencies-04dbfaf921 branch July 22, 2026 17:05
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.

1 participant