Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the go-modules group with 12 updates:

Package From To
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/spec 0.21.0 0.22.0
github.com/go-openapi/swag/conv 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/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/quic-go/quic-go 0.54.0 0.54.1
go.uber.org/mock 0.5.0 0.6.0

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/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/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/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/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/quic-go/quic-go from 0.54.0 to 0.54.1

Commits

Updates go.uber.org/mock from 0.5.0 to 0.6.0

Release notes

Sourced from go.uber.org/mock's releases.

v0.6.0

0.6.0 (18 Aug 2025)

Added

  • #258[]: Archive mode: a new mockgen mode that generates mocks out of archive files.

Fixed

  • #276[]: Fixed mockgen errors with go1.25 due to outdated golang.org/x/tools dependency.

#258: uber-go/mock#258 #276: uber-go/mock#276

v0.5.2

0.5.2 (28 Apr 2025)

Fixed

  • #248[]: Fixed an issue with type aliases not being included in generated code correctly.

#248: uber-go/mock#248

v0.5.1

0.5.1 (7 Apr 2025)

Fixed

  • #220[]: Package mode will now generate code that uses aliases of types when they are used in the source.
  • #219[]: Fixed a collision between function argument names and package names in generated code.
  • #165[]: Fixed an issue where aliases specified by -imports were not being respected in generated code.

#220: uber-go/mock#220 #219: uber-go/mock#219 #165: uber-go/mock#165

Thanks to @​mtoader and @​bstncartwright for their contributions to this release.

Changelog

Sourced from go.uber.org/mock's changelog.

0.6.0 (18 Aug 2025)

Added

  • #258[]: Archive mode: a new mockgen mode that generates mocks out of archive files.
  • #262[]: Support for specifying mock names when using the _gomock_archive bazel rule.

Fixed

  • #276[]: Fixed mockgen errors with go1.25 due to outdated golang.org/x/tools dependency.

#258: uber-go/mock#258 #262: uber-go/mock#262 #276: uber-go/mock#276

0.5.2 (28 Apr 2025)

Fixed

  • #248[]: Fixed an issue with type aliases not being included in generated code correctly.

#248: uber-go/mock#248

0.5.1 (7 Apr 2025)

Fixed

  • #220[]: Package mode will now generate code that uses aliases of types when they are used in the source.
  • #219[]: Fixed a collision between function argument names and package names in generated code.
  • #165[]: Fixed an issue where aliases specified by -imports were not being respected in generated code.

#220: uber-go/mock#220 #219: uber-go/mock#219 #165: uber-go/mock#165

Thanks to @​mtoader and @​bstncartwright for their contributions to this release.

Commits

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-modules group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [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/spec](https://github.com/go-openapi/spec) | `0.21.0` | `0.22.0` |
| [github.com/go-openapi/swag/conv](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/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/quic-go/quic-go](https://github.com/quic-go/quic-go) | `0.54.0` | `0.54.1` |
| [go.uber.org/mock](https://github.com/uber/mock) | `0.5.0` | `0.6.0` |


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/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/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/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/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/quic-go/quic-go` from 0.54.0 to 0.54.1
- [Release notes](https://github.com/quic-go/quic-go/releases)
- [Commits](quic-go/quic-go@v0.54.0...v0.54.1)

Updates `go.uber.org/mock` from 0.5.0 to 0.6.0
- [Release notes](https://github.com/uber/mock/releases)
- [Changelog](https://github.com/uber-go/mock/blob/main/CHANGELOG.md)
- [Commits](uber-go/mock@v0.5.0...v0.6.0)

---
updated-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-modules
- dependency-name: github.com/go-openapi/jsonreference
  dependency-version: 0.21.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/go-openapi/spec
  dependency-version: 0.22.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- 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-modules
- 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-modules
- 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-modules
- 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-modules
- 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-modules
- 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-modules
- 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-modules
- dependency-name: github.com/quic-go/quic-go
  dependency-version: 0.54.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: go.uber.org/mock
  dependency-version: 0.6.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 29, 2025
@dependabot dependabot bot requested review from a team as code owners September 29, 2025 04:27
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 29, 2025
@mgoetzegb mgoetzegb merged commit 5c0d168 into main Sep 29, 2025
12 of 13 checks passed
@mgoetzegb mgoetzegb deleted the dependabot/go_modules/go-modules-fca0336a00 branch September 29, 2025 11:59
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