Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 18, 2026

Bumps the go-modules group with 8 updates in the / directory:

Package From To
github.com/paketo-buildpacks/occam 0.31.0 0.31.1
github.com/clipperhouse/uax29/v2 2.3.0 2.3.1
github.com/ebitengine/purego 0.8.4 0.9.1
github.com/moby/go-archive 0.1.0 0.2.0
github.com/morikuni/aec 1.0.0 1.1.0
github.com/shirou/gopsutil/v4 4.25.6 4.25.12
github.com/testcontainers/testcontainers-go 0.39.0 0.40.0
modernc.org/sqlite 1.44.1 1.44.2

Updates github.com/paketo-buildpacks/occam from 0.31.0 to 0.31.1

Release notes

Sourced from github.com/paketo-buildpacks/occam's releases.

v0.31.1

What's Changed

Full Changelog: paketo-buildpacks/occam@v0.31.0...v0.31.1

Commits
  • c965280 fix: removing kaniko volume cache (#450)
  • c453070 Add steering committee as code owner (#451)
  • f95d138 chore(deps): updated module github.com/onsi/gomega from v1.38.2 to v1.38.3 (#...
  • 548ddf7 Updating github-config
  • 8232dac Updating github-config
  • f6b3205 Updating github-config
  • See full diff in compare view

Updates github.com/clipperhouse/uax29/v2 from 2.3.0 to 2.3.1

Commits

Updates github.com/ebitengine/purego from 0.8.4 to 0.9.1

Release notes

Sourced from github.com/ebitengine/purego's releases.

v0.9.1

https://github.com/ebitengine/purego/milestone/18?closed=1

v0.9.0

  • Added support for Objective-C blocks (#129)
  • Added support for linux/loong64
  • Minor fixes and improvements
Commits

Updates github.com/moby/go-archive from 0.1.0 to 0.2.0

Release notes

Sourced from github.com/moby/go-archive's releases.

v0.2.0

What's Changed

Full Changelog: moby/go-archive@v0.1.0...v0.2.0

Commits
  • 263611f Merge pull request #20 from thaJeztah/carry_17
  • a1d4e73 Merge pull request #18 from thaJeztah/bump_gha
  • da4e566 xattr: Fix OS matching.
  • df87f45 Merge pull request #19 from thaJeztah/bump_deps
  • 8996f22 gha: update CodeQL Action to v4
  • 985c60f gha: codeql: use go stable
  • 4752b25 gha: update actions/setup-go@v6
  • 280f775 gha: update actions/checkout@v6
  • 4c912d3 gha: update golangci/golangci-lint-action@v9
  • 2cd730e go.mod: bump github.com/klauspost/compress v1.18.2
  • Additional commits viewable in compare view

Updates github.com/morikuni/aec from 1.0.0 to 1.1.0

Release notes

Sourced from github.com/morikuni/aec's releases.

v1.1.0

What's Changed

New Contributors

Full Changelog: morikuni/aec@v1.0.0...v1.1.0

Commits
  • ea8ec34 Merge pull request #6 from morikuni/add-go-mod
  • 8c1fc2a Add go.mod
  • b7ec452 Merge pull request #5 from ndeloof/sco_dec
  • ef8a0ba send both SCO and DEC proprietary sequence for terminal compatibility
  • See full diff in compare view

Updates github.com/shirou/gopsutil/v4 from 4.25.6 to 4.25.12

Release notes

Sourced from github.com/shirou/gopsutil/v4's releases.

v4.25.12

What's Changed

cpu

disk

host

mem

process

New Contributors

Full Changelog: shirou/gopsutil@v4.25.11...v4.25.12

v4.25.11

What's Changed

cpu

disk

process

Other Changes

New Contributors

Full Changelog: shirou/gopsutil@v4.25.10...v4.25.11

... (truncated)

Commits
  • 0de4501 Merge pull request #1976 from uubulb/refactor/wrap-library-functions
  • edba8ea [darwin]: wrap library functions as struct methods
  • 4870278 Merge pull request #1973 from uubulb/sensors/get_sensor_info_in_one_call
  • 5f9c6c1 change the visbility of vnode structs to private
  • 22106a5 Merge pull request #1971 from uubulb/fix/release-pcoreref
  • de8b78a Merge pull request #1968 from Kerlenton/darwin-mount-flags
  • 9f2cd08 Merge pull request #1970 from mengzhuo/cpu
  • b91edff Merge pull request #1967 from Dylan-M/fix_uptime
  • e4605ad [cpu][linux]: add riscv cpu parser
  • 0ae21a0 Remove incorrect test for invalid formats
  • Additional commits viewable in compare view

Updates github.com/testcontainers/testcontainers-go from 0.39.0 to 0.40.0

Release notes

Sourced from github.com/testcontainers/testcontainers-go's releases.

v0.40.0

What's Changed

⚠️ Breaking Changes

The below modules receive a breaking change in the signature of their functional options, as now all of them return an error when needed (returning nil for success). Therefore, you're only affected when assigning the options to variables.

  • Old: type Option func(*options)
  • New: type Option func(*options) error

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

... (truncated)

Commits
  • 71b5775 chore: use new version (v0.40.0) in modules and examples
  • 7e7e8cc chore(deps): bump amannn/action-semantic-pull-request from 5.5.3 to 6.1.1 (#3...
  • f95900f feat(azure): add cosmosdb module (#3452)
  • 1ed2735 fix(udp): expose UDP ports properly (#3485)
  • 7527203 chore(deps): bump golang.org/x/sys from 0.36.0 to 0.37.0 and golang.org/x/cry...
  • aa75771 chore(deps): bump github.com/docker/docker from 28.3.3+incompatible to 28.5.1...
  • bddd936 feat(wait): add human-readable String() methods to all wait strategies (#3461)
  • 666b20d chore(deps): bump mkdocs-include-markdown-plugin from 7.1.6 to 7.2.0 (#3463)
  • 56b85e5 chore(deps): bump actions/setup-go from 5.4.0 to 6.0.0 (#3462)
  • 9895e2e chore: enable prealloc linter and address issues (#3458)
  • Additional commits viewable in compare view

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

Release notes

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

v0.3.16

What's Changed

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

Commits
  • a74cd97 go.mod: update github.com/tklauser/numcpu to v0.11.0
  • 0772c59 Use sync.OnceValue in sysconfPOSIX on netbsd
  • edd4ff0 go.mod: bump golang.org/x/sys from 0.37.0 to 0.38.0
  • 4104a3e go.mod: bump golang.org/x/sys from 0.36.0 to 0.37.0
  • 1fba281 ci: drop macos-13 runner
  • 842c800 go.mod: bump golang.org/x/sys from 0.35.0 to 0.36.0
  • 1c88631 .github: bump actions/setup-go from 5.5.0 to 6.0.0
  • fb8617a ci: update Go to 1.25
  • d8b0152 .github: bump actions/checkout from 4.2.2 to 5.0.0
  • c482f08 Merge pull request #153 from tklauser/dependabot/go_modules/golang.org/x/sys-...
  • Additional commits viewable in compare view

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

Release notes

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

v0.11.0

What's Changed

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

Commits
  • a430329 Trim cpu string in countCPURange/listCPURange
  • d46535e Use strings.SplitSeq
  • f5aea03 go.mod: bump golang.org/x/sys from 0.37.0 to 0.38.0
  • 164610d go.mod: bump golang.org/x/sys from 0.36.0 to 0.37.0
  • 2b7f653 ci: drop macos-13 runner
  • 002196f go.mod: bump golang.org/x/sys from 0.35.0 to 0.36.0
  • e913a96 .github: bump actions/setup-go from 5.5.0 to 6.0.0
  • 4dc81a9 .cirrus.yml: update Go to 1.25
  • 13af958 ci: update Go to 1.25
  • 277283c .github: bump actions/checkout from 4.2.2 to 5.0.0
  • Additional commits viewable in compare view

Updates modernc.org/sqlite from 1.44.1 to 1.44.2

Changelog

Sourced from modernc.org/sqlite's changelog.

Changelog

  • 2026-01-18 v1.44.2: Upgrade to SQLite 3.51.2.

  • 2026-01-13 v1.44.0: Upgrade to SQLite 3.51.1.

  • 2025-10-10 v1.39.1: Upgrade to SQLite 3.50.4.

  • 2025-06-09 v1.38.0: Upgrade to SQLite 3.50.1.

  • 2025-02-26 v1.36.0: Upgrade to SQLite 3.49.0.

  • 2024-11-16 v1.34.0: Implement ResetSession and IsValid methods in connection

  • 2024-07-22 v1.31.0: Support windows/386.

  • 2024-06-04 v1.30.0: Upgrade to SQLite 3.46.0, release notes at https://sqlite.org/releaselog/3_46_0.html.

  • 2024-02-13 v1.29.0: Upgrade to SQLite 3.45.1, release notes at https://sqlite.org/releaselog/3_45_1.html.

  • 2023-12-14: v1.28.0: Add (*Driver).RegisterConnectionHook, ConnectionHookFn, ExecQuerierContext, RegisterConnectionHook.

  • 2023-08-03 v1.25.0: enable SQLITE_ENABLE_DBSTAT_VTAB.

  • 2023-07-11 v1.24.0: Add (*conn).{Serialize,Deserialize,NewBackup,NewRestore} methods, add Backup type.

  • 2023-06-01 v1.23.0: Allow registering aggregate functions.

  • 2023-04-22 v1.22.0: Support linux/s390x.

  • 2023-02-23 v1.21.0: Upgrade to SQLite 3.41.0, release notes at https://sqlite.org/releaselog/3_41_0.html.

  • 2022-11-28 v1.20.0: Support linux/ppc64le.

  • 2022-09-16 v1.19.0: Support frebsd/arm64.

  • 2022-07-26 v1.18.0: Add support for Go fs.FS based SQLite virtual filesystems, see function New in modernc.org/sqlite/vfs and/or TestVFS in all_test.go

  • 2022-04-24 v1.17.0: Support windows/arm64.

  • 2022-04-04 v1.16.0: Support scalar application defined functions written in Go. See https://www.sqlite.org/appfunc.html

... (truncated)

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

…ates

Bumps the go-modules group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/paketo-buildpacks/occam](https://github.com/paketo-buildpacks/occam) | `0.31.0` | `0.31.1` |
| [github.com/clipperhouse/uax29/v2](https://github.com/clipperhouse/uax29) | `2.3.0` | `2.3.1` |
| [github.com/ebitengine/purego](https://github.com/ebitengine/purego) | `0.8.4` | `0.9.1` |
| [github.com/moby/go-archive](https://github.com/moby/go-archive) | `0.1.0` | `0.2.0` |
| [github.com/morikuni/aec](https://github.com/morikuni/aec) | `1.0.0` | `1.1.0` |
| [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) | `4.25.6` | `4.25.12` |
| [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) | `0.39.0` | `0.40.0` |
| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.44.1` | `1.44.2` |



Updates `github.com/paketo-buildpacks/occam` from 0.31.0 to 0.31.1
- [Release notes](https://github.com/paketo-buildpacks/occam/releases)
- [Commits](paketo-buildpacks/occam@v0.31.0...v0.31.1)

Updates `github.com/clipperhouse/uax29/v2` from 2.3.0 to 2.3.1
- [Release notes](https://github.com/clipperhouse/uax29/releases)
- [Commits](clipperhouse/uax29@v2.3.0...v2.3.1)

Updates `github.com/ebitengine/purego` from 0.8.4 to 0.9.1
- [Release notes](https://github.com/ebitengine/purego/releases)
- [Commits](ebitengine/purego@v0.8.4...v0.9.1)

Updates `github.com/moby/go-archive` from 0.1.0 to 0.2.0
- [Release notes](https://github.com/moby/go-archive/releases)
- [Changelog](https://github.com/moby/go-archive/blob/main/changes_test.go)
- [Commits](moby/go-archive@v0.1.0...v0.2.0)

Updates `github.com/morikuni/aec` from 1.0.0 to 1.1.0
- [Release notes](https://github.com/morikuni/aec/releases)
- [Commits](morikuni/aec@v1.0.0...v1.1.0)

Updates `github.com/shirou/gopsutil/v4` from 4.25.6 to 4.25.12
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](shirou/gopsutil@v4.25.6...v4.25.12)

Updates `github.com/testcontainers/testcontainers-go` from 0.39.0 to 0.40.0
- [Release notes](https://github.com/testcontainers/testcontainers-go/releases)
- [Commits](testcontainers/testcontainers-go@v0.39.0...v0.40.0)

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

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

Updates `modernc.org/sqlite` from 1.44.1 to 1.44.2
- [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.44.1...v1.44.2)

---
updated-dependencies:
- dependency-name: github.com/paketo-buildpacks/occam
  dependency-version: 0.31.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/clipperhouse/uax29/v2
  dependency-version: 2.3.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/ebitengine/purego
  dependency-version: 0.9.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/moby/go-archive
  dependency-version: 0.2.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/morikuni/aec
  dependency-version: 1.1.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/shirou/gopsutil/v4
  dependency-version: 4.25.12
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/testcontainers/testcontainers-go
  dependency-version: 0.40.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/tklauser/go-sysconf
  dependency-version: 0.3.16
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/tklauser/numcpus
  dependency-version: 0.11.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: modernc.org/sqlite
  dependency-version: 1.44.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  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 Jan 18, 2026
@sgaist sgaist added the semver:patch A change requiring a patch version bump label Jan 18, 2026
@sgaist sgaist merged commit 20ae057 into main Jan 19, 2026
9 of 10 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/go-modules-41daa27de9 branch January 19, 2026 06:11
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