Skip to content

Build(deps): bump the go-dependencies group with 18 updates#591

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-dependencies-9aa3a7bf4b
Closed

Build(deps): bump the go-dependencies group with 18 updates#591
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-dependencies-9aa3a7bf4b

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the go-dependencies group with 18 updates:

Package From To
github.com/go-openapi/strfmt 0.26.3 0.26.4
github.com/go-openapi/jsonpointer 0.23.2 0.24.0
github.com/go-openapi/swag 0.26.1 0.27.0
github.com/go-openapi/swag/cmdutils 0.26.1 0.27.0
github.com/go-openapi/swag/conv 0.26.1 0.27.0
github.com/go-openapi/swag/fileutils 0.26.1 0.27.0
github.com/go-openapi/swag/jsonname 0.26.1 0.27.0
github.com/go-openapi/swag/jsonutils 0.26.1 0.27.0
github.com/go-openapi/swag/loading 0.26.1 0.27.0
github.com/go-openapi/swag/mangling 0.26.1 0.27.0
github.com/go-openapi/swag/netutils 0.26.1 0.27.0
github.com/go-openapi/swag/stringutils 0.26.1 0.27.0
github.com/go-openapi/swag/typeutils 0.26.1 0.27.0
github.com/go-openapi/swag/yamlutils 0.26.1 0.27.0
github.com/google/cel-go 0.28.1 0.29.1
github.com/pelletier/go-toml/v2 2.4.2 2.4.3
github.com/prometheus/procfs 0.21.0 0.21.1
google.golang.org/grpc 1.81.1 1.82.0

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

Release notes

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

v0.26.4

0.26.4 - 2026-06-29

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

14 commits in this release.


Fixed bugs

Documentation

Code quality

Miscellaneous tasks

Updates


People who contributed to this release


... (truncated)

Commits
  • 09a3881 chore: prepare release v0.26.4
  • 7dcda43 build(deps): bump the other-dependencies group across 3 directories with 1 up...
  • 5b746cb build(deps): bump the go-openapi-dependencies group across 2 directories with...
  • 708588c ci: post README announcements to discord + bump ci-workflows to v0.4.0 (#272)
  • 06b6bb0 fix: validate "uri" format for absolute URIs with a fragment (#131) (#269)
  • 64c4277 chore: disabled goconst linter (#271)
  • a8a2d74 chore(ci): run contributors workflow monthly instead of weekly (#270)
  • 00af19e build(deps): bump the development-dependencies group with 2 updates
  • a3d472a build(deps): bump golang.org/x/net
  • 1928b1d build(deps): bump the development-dependencies group with 9 updates
  • Additional commits viewable in compare view

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

Release notes

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

v0.24.0

0.24.0 - 2026-06-29

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

17 commits in this release.


Implemented enhancements

  • feat(jsonname): added new json name provider more respectful of go conventions for JSON (#195) by @​fredbi ...

Refactor

  • refact: refactored the package into multiple specialized sub-packages by @​fredbi ...
  • refact loading, jsonutils, yamlutils utililities by @​fredbi ...

Documentation

Code quality

Testing

Miscellaneous tasks

  • chore: removed most remaining external dependencies by @​fredbi ...

Updates

  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @​dependabot[bot] ...
  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @​dependabot[bot] ...

Other (technical)

... (truncated)

Commits
  • 933d263 doc: announced dependencies reshuffle for v0.24.0 (#142)
  • 3663b09 Merge pull request #141 from fredbi/import/jsonname
  • ae73433 chore: wired the local jsonname package & relinted
  • 5667aac build(deps): bump the go-openapi-dependencies group across 15 directories wit...
  • d138cf8 feat(jsonname): added new json name provider more respectful of go convention...
  • e8f76b3 build(deps): bump the go-openapi-dependencies group across 15 directories wit...
  • 1106664 test: upgraded tests to use generics (#176)
  • c86da87 test: upgraded to go-openapi/testify@v2.3.0 (#175)
  • 9d139a2 lint: fix modernize issues
  • 763de45 licensing: modernized the licensing of source code.
  • Additional commits viewable in compare view

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

Release notes

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

v0.27.0

0.27.0 - 2026-06-29

Pools utility module

Full Changelog: go-openapi/swag@v0.26.1...v0.27.0

9 commits in this release.


Implemented enhancements

  • feat: factory for generic sync.Pool usage, with safety test mode by @​fredbi in #215 ...

Documentation

Miscellaneous tasks

Updates

  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @​dependabot[bot] in #214 ...
  • build(deps): bump go-openapi/ci-workflows/.github/workflows/monitor-bot-pr.yml from 93b16765c4045dbd4dac2372803294298aa7592a to 2e57e83146e049b5dfb8116ba16a09b2da27b3c5 in the development-dependencies group by @​dependabot[bot] in #211 ...
  • build(deps): bump the development-dependencies group with 8 updates by @​dependabot[bot] in #209 ...

People who contributed to this release


swag license terms

[License][license-url]

... (truncated)

Commits
  • 4f9e718 chore: prepare release v0.27.0
  • 014eae7 chore: deprecated the jsonname module (moved to jsonpointer) (#216)
  • d4bd1af feat: factory for generic sync.Pool usage, with safety test mode. (#215)
  • 23df065 build(deps): bump the go-openapi-dependencies group across 15 directories wit...
  • ce8f066 ci: post README announcements to discord + bump ci-workflows to v0.4.0 (#213)
  • ea59449 chore(ci): run contributors workflow monthly instead of weekly (#212)
  • b623b89 build(deps): bump go-openapi/ci-workflows/.github/workflows/monitor-bot-pr.yml
  • 3eac5b8 doc: updated contributors file
  • 95a4653 build(deps): bump the development-dependencies group with 8 updates
  • See full diff in compare view

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

Release notes

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

v0.27.0

0.27.0 - 2026-06-29

Pools utility module

Full Changelog: go-openapi/swag@v0.26.1...v0.27.0

9 commits in this release.


Implemented enhancements

  • feat: factory for generic sync.Pool usage, with safety test mode by @​fredbi in #215 ...

Documentation

Miscellaneous tasks

Updates

  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @​dependabot[bot] in #214 ...
  • build(deps): bump go-openapi/ci-workflows/.github/workflows/monitor-bot-pr.yml from 93b16765c4045dbd4dac2372803294298aa7592a to 2e57e83146e049b5dfb8116ba16a09b2da27b3c5 in the development-dependencies group by @​dependabot[bot] in #211 ...
  • build(deps): bump the development-dependencies group with 8 updates by @​dependabot[bot] in #209 ...

People who contributed to this release


swag license terms

[License][license-url]

... (truncated)

Commits
  • 4f9e718 chore: prepare release v0.27.0
  • 014eae7 chore: deprecated the jsonname module (moved to jsonpointer) (#216)
  • d4bd1af feat: factory for generic sync.Pool usage, with safety test mode. (#215)
  • 23df065 build(deps): bump the go-openapi-dependencies group across 15 directories wit...
  • ce8f066 ci: post README announcements to discord + bump ci-workflows to v0.4.0 (#213)
  • ea59449 chore(ci): run contributors workflow monthly instead of weekly (#212)
  • b623b89 build(deps): bump go-openapi/ci-workflows/.github/workflows/monitor-bot-pr.yml
  • 3eac5b8 doc: updated contributors file
  • 95a4653 build(deps): bump the development-dependencies group with 8 updates
  • See full diff in compare view

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

Release notes

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

v0.27.0

0.27.0 - 2026-06-29

Pools utility module

Full Changelog: go-openapi/swag@v0.26.1...v0.27.0

9 commits in this release.


Implemented enhancements

  • feat: factory for generic sync.Pool usage, with safety test mode by @​fredbi in #215 ...

Documentation

Miscellaneous tasks

Updates

  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @​dependabot[bot] in #214 ...
  • build(deps): bump go-openapi/ci-workflows/.github/workflows/monitor-bot-pr.yml from 93b16765c4045dbd4dac2372803294298aa7592a to 2e57e83146e049b5dfb8116ba16a09b2da27b3c5 in the development-dependencies group by @​dependabot[bot] in #211 ...
  • build(deps): bump the development-dependencies group with 8 updates by @​dependabot[bot] in #209 ...

People who contributed to this release


swag license terms

[License][license-url]

... (truncated)

Commits
  • 4f9e718 chore: prepare release v0.27.0
  • 014eae7 chore: deprecated the jsonname module (moved to jsonpointer) (#216)
  • d4bd1af feat: factory for generic sync.Pool usage, with safety test mode. (#215)
  • 23df065 build(deps): bump the go-openapi-dependencies group across 15 directories wit...
  • ce8f066 ci: post README announcements to discord + bump ci-workflows to v0.4.0 (#213)
  • ea59449 chore(ci): run contributors workflow monthly instead of weekly (#212)
  • b623b89 build(deps): bump go-openapi/ci-workflows/.github/workflows/monitor-bot-pr.yml
  • 3eac5b8 doc: updated contributors file
  • 95a4653 build(deps): bump the development-dependencies group with 8 updates
  • See full diff in compare view

Updates github.com/go-openapi/swag/fileutils from 0.26.1 to 0.27.0

Release notes

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

v0.27.0

0.27.0 - 2026-06-29

Pools utility module

Full Changelog: go-openapi/swag@v0.26.1...v0.27.0

9 commits in this release.


Implemented enhancements

  • feat: factory for generic sync.Pool usage, with safety test mode by @​fredbi in #215 ...

Documentation

Miscellaneous tasks

Updates

  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @​dependabot[bot] in #214 ...
  • build(deps): bump go-openapi/ci-workflows/.github/workflows/monitor-bot-pr.yml from 93b16765c4045dbd4dac2372803294298aa7592a to 2e57e83146e049b5dfb8116ba16a09b2da27b3c5 in the development-dependencies group by @​dependabot[bot] in #211 ...
  • build(deps): bump the development-dependencies group with 8 updates by @​dependabot[bot] in #209 ...

People who contributed to this release


swag license terms

[License][license-url]

... (truncated)

Commits
  • 4f9e718 chore: prepare release v0.27.0
  • 014eae7 chore: deprecated the jsonname module (moved to jsonpointer) (#216)
  • d4bd1af feat: factory for generic sync.Pool usage, with safety test mode. (#215)
  • 23df065 build(deps): bump the go-openapi-dependencies group across 15 directories wit...
  • ce8f066 ci: post README announcements to discord + bump ci-workflows to v0.4.0 (#213)
  • ea59449 chore(ci): run contributors workflow monthly instead of weekly (#212)
  • b623b89 build(deps): bump go-openapi/ci-workflows/.github/workflows/monitor-bot-pr.yml
  • 3eac5b8 doc: updated contributors file
  • 95a4653 build(deps): bump the development-dependencies group with 8 updates
  • See full diff in compare view

Updates github.com/go-openapi/swag/jsonname from 0.26.1 to 0.27.0

Release notes

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

v0.27.0

0.27.0 - 2026-06-29

Pools utility module

Full Changelog: go-openapi/swag@v0.26.1...v0.27.0

9 commits in this release.


Implemented enhancements

  • feat: factory for generic sync.Pool usage, with safety test mode by @​fredbi in #215 ...

Documentation

Miscellaneous tasks

Updates

  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @​dependabot[bot] in #214 ...
  • build(deps): bump go-openapi/ci-workflows/.github/workflows/monitor-bot-pr.yml from 93b16765c4045dbd4dac2372803294298aa7592a to 2e57e83146e049b5dfb8116ba16a09b2da27b3c5 in the development-dependencies group by @​dependabot[bot] in #211 ...
  • build(deps): bump the development-dependencies group with 8 updates by @​dependabot[bot] in #209 ...

People who contributed to this release


swag license terms

[License][license-url]

... (truncated)

Commits
  • 4f9e718 chore: prepare release v0.27.0
  • 014eae7 chore: deprecated the jsonname module (moved to jsonpointer) (#216)
  • d4bd1af feat: factory for generic sync.Pool usage, with safety test mode. (#215)
  • 23df065 build(deps): bump the go-openapi-dependencies group across 15 directories wit...
  • ce8f066 ci: post README announcements to discord + bump ci-workflows to v0.4.0 (#213)
  • ea59449 chore(ci): run contributors workflow monthly instead of weekly (#212)
  • b623b89 build(deps): bump go-openapi/ci-workflows/.github/workflows/monitor-bot-pr.yml
  • 3eac5b8 doc: updated contributors file
  • 95a4653 build(deps): bump the development-dependencies group with 8 updates
  • See full diff in compare view

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

Release notes

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

v0.27.0

0.27.0 - 2026-06-29

Pools utility module

Full Changelog: go-openapi/swag@v0.26.1...v0.27.0

9 commits in this release.


Implemented enhancements

  • feat: factory for generic sync.Pool usage, with safety test mode by @​fredbi in #215 ...

Documentation

Miscellaneous tasks

Updates

  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @​dependabot[bot] in #214 ...
  • build(deps): bump go-openapi/ci-workflows/.github/workflows/monitor-bot-pr.yml from 93b16765c4045dbd4dac2372803294298aa7592a to 2e57e83146e049b5dfb8116ba16a09b2da27b3c5 in the development-dependencies group by @​dependabot[bot] in #211 ...
  • build(deps): bump the development-dependencies group with 8 updates by @​dependabot[bot] in #209 ...

People who contributed to this release


swag license terms

[License][license-url]

... (truncated)

Commits
  • 4f9e718 chore: prepare release v0.27.0
  • 014eae7 chore: deprecated the jsonname module (moved to jsonpointer) (#216)
  • d4bd1af feat: factory for generic sync.Pool usage, with safety test mode. (#215)
  • 23df065 build(deps): bump the go-openapi-dependencies group across 15 directories wit...
  • ce8f066 ci: post README announcements to discord + bump ci-workflows to v0.4.0 (#213)
  • ea59449 chore(ci): run contributors workflow monthly instead of weekly (#212)
  • b623b89 build(deps): bump go-openapi/ci-workflows/.github/workflows/monitor-bot-pr.yml
  • 3eac5b8 doc: updated contributors file
  • 95a4653 build(deps): bump the development-dependencies group with 8 updates
  • See full diff in compare view

Updates github.com/go-openapi/swag/loading from 0.26.1 to 0.27.0

Release notes

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

v0.27.0

0.27.0 - 2026-06-29

Pools utility module

Full Changelog: go-openapi/swag@v0.26.1...v0.27.0

9 commits in this release.


Implemented enhancements

  • feat: factory for generic sync.Pool usage, with safety test mode by @​fredbi in #215 ...

Documentation

Miscellaneous tasks

Updates

  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @​dependabot[bot] in #214 ...
  • build(deps): bump go-openapi/ci-workflows/.github/workflows/monitor-bot-pr.yml from 93b16765c4045dbd4dac2372803294298aa7592a to 2e57e83146e049b5dfb8116ba16a09b2da27b3c5 in the development-dependencies group by @​dependabot[bot] in #211 ...
  • build(deps): bump the development-dependencies group with 8 updates by @​dependabot[bot] in #209 ...

People who contributed to this release


swag license terms

[License][license-url]

... (truncated)

Commits
  • 4f9e718 chore: prepare release v0.27.0
  • 014eae7 chore: deprecated the jsonname module (moved to jsonpointer) (#216)
  • d4bd1af feat: factory for generic sync.Pool usage, with safety test mode. (#215)
  • 23df065 build(deps): bump the go-openapi-dependencies group across 15 directories wit...
  • ce8f066 ci: post README announcements to discord + bump ci-workflows to v0.4.0 (#213)
  • ea59449 chore(ci): run contributors workflow monthly instead of weekly (#212)
  • b623b89 build(deps): bump go-openapi/ci-workflows/.github/workflows/monitor-bot-pr.yml
  • 3eac5b8 doc: updated contributors file
  • 95a4653 build(deps): bump the development-dependencies group with 8 updates
  • See full diff in compare view

Updates github.com/go-openapi/swag/mangling from 0.26.1 to 0.27.0

Release notes

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

v0.27.0

0.27.0 - 2026-06-29

Pools utility module

Full Changelog: go-openapi/swag@v0.26.1...v0.27.0

9 commits in this release.


Implemented enhancements

  • feat: factory for generic sync.Pool usage, with safety test mode by @​fredbi in #215 ...

Documentation

Bumps the go-dependencies group with 18 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/go-openapi/strfmt](https://github.com/go-openapi/strfmt) | `0.26.3` | `0.26.4` |
| [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer) | `0.23.2` | `0.24.0` |
| [github.com/go-openapi/swag](https://github.com/go-openapi/swag) | `0.26.1` | `0.27.0` |
| [github.com/go-openapi/swag/cmdutils](https://github.com/go-openapi/swag) | `0.26.1` | `0.27.0` |
| [github.com/go-openapi/swag/conv](https://github.com/go-openapi/swag) | `0.26.1` | `0.27.0` |
| [github.com/go-openapi/swag/fileutils](https://github.com/go-openapi/swag) | `0.26.1` | `0.27.0` |
| [github.com/go-openapi/swag/jsonname](https://github.com/go-openapi/swag) | `0.26.1` | `0.27.0` |
| [github.com/go-openapi/swag/jsonutils](https://github.com/go-openapi/swag) | `0.26.1` | `0.27.0` |
| [github.com/go-openapi/swag/loading](https://github.com/go-openapi/swag) | `0.26.1` | `0.27.0` |
| [github.com/go-openapi/swag/mangling](https://github.com/go-openapi/swag) | `0.26.1` | `0.27.0` |
| [github.com/go-openapi/swag/netutils](https://github.com/go-openapi/swag) | `0.26.1` | `0.27.0` |
| [github.com/go-openapi/swag/stringutils](https://github.com/go-openapi/swag) | `0.26.1` | `0.27.0` |
| [github.com/go-openapi/swag/typeutils](https://github.com/go-openapi/swag) | `0.26.1` | `0.27.0` |
| [github.com/go-openapi/swag/yamlutils](https://github.com/go-openapi/swag) | `0.26.1` | `0.27.0` |
| [github.com/google/cel-go](https://github.com/google/cel-go) | `0.28.1` | `0.29.1` |
| [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml) | `2.4.2` | `2.4.3` |
| [github.com/prometheus/procfs](https://github.com/prometheus/procfs) | `0.21.0` | `0.21.1` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.81.1` | `1.82.0` |


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

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

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

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

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

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

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

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

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

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

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

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

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

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

Updates `github.com/google/cel-go` from 0.28.1 to 0.29.1
- [Release notes](https://github.com/google/cel-go/releases)
- [Commits](cel-expr/cel-go@v0.28.1...v0.29.1)

Updates `github.com/pelletier/go-toml/v2` from 2.4.2 to 2.4.3
- [Release notes](https://github.com/pelletier/go-toml/releases)
- [Commits](pelletier/go-toml@v2.4.2...v2.4.3)

Updates `github.com/prometheus/procfs` from 0.21.0 to 0.21.1
- [Release notes](https://github.com/prometheus/procfs/releases)
- [Commits](prometheus/procfs@v0.21.0...v0.21.1)

Updates `google.golang.org/grpc` from 1.81.1 to 1.82.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.81.1...v1.82.0)

---
updated-dependencies:
- dependency-name: github.com/go-openapi/strfmt
  dependency-version: 0.26.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/go-openapi/jsonpointer
  dependency-version: 0.24.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/go-openapi/swag
  dependency-version: 0.27.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/go-openapi/swag/cmdutils
  dependency-version: 0.27.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/go-openapi/swag/conv
  dependency-version: 0.27.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/go-openapi/swag/fileutils
  dependency-version: 0.27.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/go-openapi/swag/jsonname
  dependency-version: 0.27.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/go-openapi/swag/jsonutils
  dependency-version: 0.27.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/go-openapi/swag/loading
  dependency-version: 0.27.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/go-openapi/swag/mangling
  dependency-version: 0.27.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/go-openapi/swag/netutils
  dependency-version: 0.27.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/go-openapi/swag/stringutils
  dependency-version: 0.27.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/go-openapi/swag/typeutils
  dependency-version: 0.27.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/go-openapi/swag/yamlutils
  dependency-version: 0.27.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/google/cel-go
  dependency-version: 0.29.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/pelletier/go-toml/v2
  dependency-version: 2.4.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/prometheus/procfs
  dependency-version: 0.21.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: google.golang.org/grpc
  dependency-version: 1.82.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 Jul 6, 2026
@alexandernorth

Copy link
Copy Markdown
Collaborator

@dependabot recreate

@dependabot @github

dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 6, 2026
@dependabot dependabot Bot deleted the dependabot/go_modules/go-dependencies-9aa3a7bf4b branch July 6, 2026 09:44
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