Skip to content

Bump the go-modules group across 1 directory with 6 updates#862

Merged
paketo-bot merged 1 commit into
mainfrom
dependabot/go_modules/go-modules-18e731e0d8
May 12, 2026
Merged

Bump the go-modules group across 1 directory with 6 updates#862
paketo-bot merged 1 commit into
mainfrom
dependabot/go_modules/go-modules-18e731e0d8

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 12, 2026

Bumps the go-modules group with 3 updates in the / directory: github.com/tklauser/go-sysconf, golang.org/x/crypto and golang.org/x/net.

Updates github.com/tklauser/go-sysconf from 0.3.16 to 0.4.0

Release notes

Sourced from github.com/tklauser/go-sysconf's releases.

v0.4.0

What's Changed

Full Changelog: tklauser/go-sysconf@v0.3.16...v0.4.0

Commits
  • 93984ea go.mod: update github.com/tklauser/numcpus to v0.12.0
  • e1639de Don't panic on empty /proc file on Linux
  • 857431c go.mod: bump golang.org/x/sys from 0.43.0 to 0.44.0
  • 7561e7f Consistently return -1 for SC_PHYS_PAGES on error
  • c02a313 Fix SC_OPEN_MAX/SC_STREAM_MAX RLIM_INFINITY check
  • 9705845 Remove max function shadowing Go 1.21+ max builtin
  • 3a47e5a go.mod: bump golang.org/x/sys from 0.42.0 to 0.43.0
  • ea7a0e9 .github: bump actions/setup-go from 6.3.0 to 6.4.0
  • d0fee56 go.mod: bump golang.org/x/sys from 0.41.0 to 0.42.0
  • 1cfbfc0 ci: update minimum Go version to 1.25, add Go 1.26
  • Additional commits viewable in compare view

Updates github.com/tklauser/numcpus from 0.11.0 to 0.12.0

Release notes

Sourced from github.com/tklauser/numcpus's releases.

v0.12.0

What's Changed

Full Changelog: tklauser/numcpus@v0.11.0...v0.12.0

Commits
  • 28ffdd9 go.mod: bump golang.org/x/sys from 0.43.0 to 0.44.0
  • b42d144 Return on error in examples
  • f0569b0 Implement countCPURange using listCPURange
  • ab28d9c Use 64-bit integer for parsing kernel_max
  • 3dec912 Use os.ReadDir instead of os.Open/(*os.File).Readdir
  • f5037b7 ci: fix version comments for actions/setup-go
  • 5e4452a go.mod: bump golang.org/x/sys from 0.42.0 to 0.43.0
  • 8baa579 .github: bump actions/setup-go from 6.3.0 to 6.4.0
  • 84a431d go.mod: bump golang.org/x/sys from 0.41.0 to 0.42.0
  • a704e1e ci: update minimum Go version to 1.25, add Go 1.26
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.50.0 to 0.51.0

Commits
  • b8a14a8 go.mod: update golang.org/x dependencies
  • 9d9d507 x509roots/fallback/bundle: fix bundle test with Go 1.27+
  • fd0b90d acme: include Problem in OrderError.Error
  • b9e5359 pbkdf2: turn into a wrapper for crypto/pbkdf2
  • cc0e4fc hkdf: forward Extract to the standard library
  • a8e9237 x509roots/fallback: update bundle
  • See full diff in compare view

Updates golang.org/x/net from 0.53.0 to 0.54.0

Commits
  • b138e06 go.mod: update golang.org/x dependencies
  • 689f70a quic: fix wrong final size being used for RESET_STREAM frame
  • 208f306 http3: increase handshake timeout
  • 49810da http2: enable net/http wrapping when go >= 1.27
  • 5e11a5a quic: fix data race in streamForFrame
  • 8c63081 http2: use empty Transport rather than DefaultTransport in http2wrap
  • fc7b466 http2: add http2wrap test
  • 15c2cb1 http2: avoid overflowing 32-bit int when http2wrap enabled
  • 6465188 http2: add wrapped Server
  • 72f419a http2: add wrapped ClientConn
  • Additional commits viewable in compare view

Updates golang.org/x/sys from 0.43.0 to 0.44.0

Commits
  • fb1facd windows: avoid uint16 overflow in NewNTUnicodeString
  • 94ad893 windows: add GetIfTable2Ex, GetIpInterface{Entry,Table}, GetUnicastIpAddressT...
  • 54fe89f cpu: use IsProcessorFeaturePresent to calculate ARM64 on windows
  • df7d5d7 unix: automatically remove container created by mkall.sh
  • 68a4a8e unix: avoid nil pointer dereference in Utime
  • 690c91f unix: add CPUSetDynamic for systems with more than 1024 CPUs
  • See full diff in compare view

Updates golang.org/x/text from 0.36.0 to 0.37.0

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 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 3 updates in the / directory: [github.com/tklauser/go-sysconf](https://github.com/tklauser/go-sysconf), [golang.org/x/crypto](https://github.com/golang/crypto) and [golang.org/x/net](https://github.com/golang/net).


Updates `github.com/tklauser/go-sysconf` from 0.3.16 to 0.4.0
- [Release notes](https://github.com/tklauser/go-sysconf/releases)
- [Commits](tklauser/go-sysconf@v0.3.16...v0.4.0)

Updates `github.com/tklauser/numcpus` from 0.11.0 to 0.12.0
- [Release notes](https://github.com/tklauser/numcpus/releases)
- [Commits](tklauser/numcpus@v0.11.0...v0.12.0)

Updates `golang.org/x/crypto` from 0.50.0 to 0.51.0
- [Commits](golang/crypto@v0.50.0...v0.51.0)

Updates `golang.org/x/net` from 0.53.0 to 0.54.0
- [Commits](golang/net@v0.53.0...v0.54.0)

Updates `golang.org/x/sys` from 0.43.0 to 0.44.0
- [Commits](golang/sys@v0.43.0...v0.44.0)

Updates `golang.org/x/text` from 0.36.0 to 0.37.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.36.0...v0.37.0)

---
updated-dependencies:
- dependency-name: github.com/tklauser/go-sysconf
  dependency-version: 0.4.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/tklauser/numcpus
  dependency-version: 0.12.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: golang.org/x/crypto
  dependency-version: 0.51.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: golang.org/x/net
  dependency-version: 0.54.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: golang.org/x/sys
  dependency-version: 0.44.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: golang.org/x/text
  dependency-version: 0.37.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
...

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 May 12, 2026
@dependabot dependabot Bot requested review from a team as code owners May 12, 2026 17:27
@paketo-bot paketo-bot added the semver:patch A change requiring a patch version bump label May 12, 2026
@paketo-bot paketo-bot merged commit 78823c4 into main May 12, 2026
13 of 14 checks passed
@paketo-bot paketo-bot deleted the dependabot/go_modules/go-modules-18e731e0d8 branch May 12, 2026 17:33
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 semver:patch A change requiring a patch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants