Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 22, 2025

Bumps the minor-and-patch group in /go/securememory with 4 updates: github.com/awnumar/memcall, github.com/awnumar/memguard, github.com/stretchr/testify and golang.org/x/sys.

Updates github.com/awnumar/memcall from 0.4.0 to 0.5.0

Release notes

Sourced from github.com/awnumar/memcall's releases.

v0.5.0

What's Changed

Full Changelog: awnumar/memcall@v0.4.0...v0.5.0

Commits

Updates github.com/awnumar/memguard from 0.22.5 to 0.23.0

Release notes

Sourced from github.com/awnumar/memguard's releases.

v0.23.0

What's Changed

  • Improve concurrent test; replace depreciated Slice conversion by @​awnumar in awnumar/memguard#172
  • Bumping minor version since last release upgraded Go version in go.mod.

Full Changelog: awnumar/memguard@v0.22.6...v0.23.0

v0.22.6

What's Changed

Full Changelog: awnumar/memguard@v0.22.5...v0.22.6

Commits
  • b28f395 Improve concurrent test; replace depreciated Slice conversion (#172)
  • b6e6dae Delete .cirrus.yml
  • 195f0b6 go: update dependencies (#171)
  • 3152cda Fix concurrency issues leading to panic in Coffer (#167)
  • 7d0d55f Update status badge
  • 5a37a30 Add Github Actions pipelines (#168)
  • 0756fbe Remove mention of finalizer from readme as it has been removed for the time b...
  • d212cd1 Removes unneeded echo in .cirrus.yml CI script (#161)
  • See full diff 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

Updates golang.org/x/sys from 0.34.0 to 0.35.0

Commits
  • 5b936e1 unix/linux: update to Linux kernel 6.16, Go to 1.24.5
  • 3a82703 unix: remove redundant xnu version check for {p}readv/{p}writev
  • 9920300 unix: add missing nft conntrack constants
  • ad4e0fc unix: remove redundant word in comment
  • 084ad87 unix: fix //sys decl after CL 548795
  • See full diff 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 minor-and-patch group in /go/securememory with 4 updates: [github.com/awnumar/memcall](https://github.com/awnumar/memcall), [github.com/awnumar/memguard](https://github.com/awnumar/memguard), [github.com/stretchr/testify](https://github.com/stretchr/testify) and [golang.org/x/sys](https://github.com/golang/sys).


Updates `github.com/awnumar/memcall` from 0.4.0 to 0.5.0
- [Release notes](https://github.com/awnumar/memcall/releases)
- [Commits](awnumar/memcall@v0.4.0...v0.5.0)

Updates `github.com/awnumar/memguard` from 0.22.5 to 0.23.0
- [Release notes](https://github.com/awnumar/memguard/releases)
- [Commits](awnumar/memguard@v0.22.5...v0.23.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)

Updates `golang.org/x/sys` from 0.34.0 to 0.35.0
- [Commits](golang/sys@v0.34.0...v0.35.0)

---
updated-dependencies:
- dependency-name: github.com/awnumar/memcall
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/awnumar/memguard
  dependency-version: 0.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: golang.org/x/sys
  dependency-version: 0.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 22, 2025

Labels

The following labels could not be found: dependencies, go, securememory. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants