Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the gomod-all group with 4 updates in the / directory: github.com/aws/aws-sdk-go, github.com/go-openapi/errors, github.com/go-openapi/swag and github.com/go-playground/validator/v10.

Updates github.com/aws/aws-sdk-go from 1.55.7 to 1.55.8

Release notes

Sourced from github.com/aws/aws-sdk-go's releases.

Release v1.55.8 (2025-07-31)

SDK Features

  • Mark the module and all packages as deprecated.
    • This SDK has entered end-of-support.
Commits

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

Commits
  • d9e8d85 ci: fixed auto-merge
  • b38cc86 chore(lint): updated linters, relinted code
  • 9fc682f Bump golangci/golangci-lint-action in the development-dependencies group
  • fad5875 ci: updated config for golangci-lint v2
  • See full diff in compare view

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

Commits
  • 3b4039d fix: retracted v0.24.0 as a release of the main module
  • 95b5423 fixup go.mod for mono-repo release
  • 04b65d3 prepare release 0.24
  • bf60a5a build(deps): bump github.com/stretchr/testify
  • ebc6246 Chore/linting issues (#132)
  • 44bc4fa build(deps): bump the development-dependencies group across 2 directories wit...
  • 148ce53 chore(ci): setup monorepo linting and fixed automerge
  • 14e1493 lint: fix usetesting issues
  • 1b223d6 build(deps): bump the development-dependencies group across 2 directories wit...
  • a5c0582 refact: loading
  • Additional commits viewable in compare view

Updates github.com/go-playground/validator/v10 from 10.26.0 to 10.27.0

Release notes

Sourced from github.com/go-playground/validator/v10's releases.

Release 10.27.0

What's Changed

New Contributors

Full Changelog: go-playground/validator@v10.26.0...v10.27.0

Commits
  • bc77d03 use golangci lint file for disables (#1447)
  • 4a1bc2f disable way too aggressive and disagreeable linters (#1445)
  • cf2267f fix: make "file://" fail url validation (#1444)
  • 3fd4678 docs: typos (#1440)
  • ec374ef Fix: Validator panics when 'nil' is used along with required if for slices an...
  • 0e3e2f9 Omitzero does not work with slice and map bug (#1436)
  • dfc7ccd Fix: support validation for map values with struct types (#1433)
  • 5b9542b fix: panics when private field is validated (#1423)
  • f9a5a1f feat(translation): add en translation for urn_rfc2141 (#1431)
  • 20f7df6 Bump golangci/golangci-lint-action from 7 to 8 (#1425)
  • Additional commits viewable in compare view

Updates github.com/stretchr/testify from 1.10.0 to 1.11.1

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.11.1

This release fixes #1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.

What's Changed

Full Changelog: stretchr/testify@v1.11.0...v1.11.1

v1.11.0

What's Changed

Functional Changes

v1.11.0 Includes a number of performance improvements.

Fixes

Documentation, Build & CI

... (truncated)

Commits
  • 2a57335 Merge pull request #1788 from brackendawson/1785-backport-1.11
  • af8c912 Backport #1786 to release/1.11
  • b7801fb Merge pull request #1778 from stretchr/dependabot/github_actions/actions/chec...
  • 69831f3 build(deps): bump actions/checkout from 4 to 5
  • a53be35 Improve captureTestingT helper
  • aafb604 mock: improve formatting of error message
  • 7218e03 improve error msg
  • 929a212 Merge pull request #1758 from stretchr/dolmen/suite-faster-method-filtering
  • bc7459e suite: faster filtering of methods (-testify.m)
  • 7d37b5c suite: refactor methodFilter
  • Additional commits viewable in compare view

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


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

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

Bumps the gomod-all group with 4 updates in the / directory: [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go), [github.com/go-openapi/errors](https://github.com/go-openapi/errors), [github.com/go-openapi/swag](https://github.com/go-openapi/swag) and [github.com/go-playground/validator/v10](https://github.com/go-playground/validator).


Updates `github.com/aws/aws-sdk-go` from 1.55.7 to 1.55.8
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG_PENDING.md)
- [Commits](aws/aws-sdk-go@v1.55.7...v1.55.8)

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

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

Updates `github.com/go-playground/validator/v10` from 10.26.0 to 10.27.0
- [Release notes](https://github.com/go-playground/validator/releases)
- [Commits](go-playground/validator@v10.26.0...v10.27.0)

Updates `github.com/stretchr/testify` from 1.10.0 to 1.11.1
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.10.0...v1.11.1)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-version: 1.55.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-all
- dependency-name: github.com/go-openapi/errors
  dependency-version: 0.22.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-all
- dependency-name: github.com/go-openapi/swag
  dependency-version: 0.24.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-all
- dependency-name: github.com/go-playground/validator/v10
  dependency-version: 10.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-all
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 1, 2025
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.

0 participants