Skip to content

chores: bump the go-modules group with 5 updates#259

Merged
GrigoryPervakov merged 1 commit into
mainfrom
dependabot/go_modules/go-modules-551ed06979
Jul 7, 2026
Merged

chores: bump the go-modules group with 5 updates#259
GrigoryPervakov merged 1 commit into
mainfrom
dependabot/go_modules/go-modules-551ed06979

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 7, 2026

Copy link
Copy Markdown
Contributor

Bumps the go-modules group with 5 updates:

Package From To
github.com/google/cel-go 0.28.1 0.29.1
github.com/klauspost/compress 1.18.7 1.19.0
github.com/shirou/gopsutil/v4 4.26.5 4.26.6
golang.org/x/text 0.38.0 0.39.0
sigs.k8s.io/structured-merge-diff/v6 6.4.0 6.4.1

Updates github.com/google/cel-go from 0.28.1 to 0.29.1

Release notes

Sourced from github.com/google/cel-go's releases.

Release v0.29.1

What's Changed

Full Changelog: cel-expr/cel-go@v0.29.0...v0.29.1

Release v0.29.0

What's Changed

New Features

Bug Fixes

Cost Tracking

Testing & Tooling

Documentation

Commits
  • 6d10c55 cel/prompt.go: convert CRLF to LF line ending (#1359)
  • fa16799 avoid repeated construction of cost tracker (#1357)
  • ea3d5c0 feat(ext): add json encoder (#1340)
  • a4d0d64 startsWith / endsWith runtime cost agreement with checked cost (#1351)
  • d4efa77 Ensure receiver and global matches cost estimates agree (#1350)
  • 13cff33 ext/lists: add max size check to genRange() to prevent OOM (#1310)
  • f0ffa7e Execution frame integration with updated IntepretableV2 (#1344)
  • f1ec2f6 guard int32/uint32 map key narrowing in qualifyInternal (#1337)
  • 258e7c8 Managed execution frame with async call foundations (#1316)
  • 14f6746 validate offset on empty-string path in indexOf and lastIndexOf (#1335)
  • Additional commits viewable in compare view

Updates github.com/klauspost/compress from 1.18.7 to 1.19.0

Release notes

Sourced from github.com/klauspost/compress's releases.

v1.19.0

What's Changed

New Contributors

Full Changelog: klauspost/compress@v1.18.6...v1.19.0

Commits

Updates github.com/shirou/gopsutil/v4 from 4.26.5 to 4.26.6

Release notes

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

v4.26.6

What's Changed

cpu

disk

mem

sensor

New Contributors

Full Changelog: shirou/gopsutil@v4.26.5...v4.26.6

Commits
  • 50a6b05 Merge pull request #2104 from atanas-vladimirov/openbsd
  • c0390a2 Merge pull request #2103 from guillemj/pu/lscpu-clusters
  • 62c57ea Merge pull request #2101 from shirou/fix/2100-disk-zfs-btrfs-partitions
  • e093580 Merge pull request #2084 from drutsan/fix/darwin-temperature-sp78
  • 1d3af56 [mem]: fix OpenBSD virtual memory on -current
  • 7098e80 [cpu][linux]: Add support for CPU clusters in lscpu tests
  • 0dff2e5 [disk][linux]: fix missiing sub volume partitions on zfs and btrfs
  • 28add59 fix(sensors/darwin): parse sp78 temperatures instead of returning 0.0
  • See full diff in compare view

Updates golang.org/x/text from 0.38.0 to 0.39.0

Commits
  • b326f3d go.mod: update golang.org/x dependencies
  • 5ae8e57 unicode/norm: avoid infinite loop on invalid input
  • 0dc94a2 all: fix some comments
  • See full diff in compare view

Updates sigs.k8s.io/structured-merge-diff/v6 from 6.4.0 to 6.4.1

Commits
  • 281daba Merge pull request #332 from jpbetz/nullable-empty-container-preservation
  • d28d362 Add nullable type support
  • e570f92 Merge pull request #328 from lalitc375/fix-deserailezed-tests
  • ba35bbd Address feedbacks
  • 3001c6e Harden path element deserialization trailing data validation
  • 3ce9bc1 Add edge-case tests for DeserializePathElement
  • 2ad5e4f Merge pull request #326 from benluddy/unstructured-converter-with-error
  • f772c7a Add value.UnstructuredConverter sibling interface that can fail.
  • 54d6a56 Adopt PointerTo (1.18) and TypeFor (1.22) in reflect cache.
  • 901ea08 Merge pull request #327 from jpbetz/unicode-tests
  • 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 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 5 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/google/cel-go](https://github.com/google/cel-go) | `0.28.1` | `0.29.1` |
| [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.18.7` | `1.19.0` |
| [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) | `4.26.5` | `4.26.6` |
| [golang.org/x/text](https://github.com/golang/text) | `0.38.0` | `0.39.0` |
| [sigs.k8s.io/structured-merge-diff/v6](https://github.com/kubernetes-sigs/structured-merge-diff) | `6.4.0` | `6.4.1` |


Updates `github.com/google/cel-go` from 0.28.1 to 0.29.1
- [Release notes](https://github.com/google/cel-go/releases)
- [Commits](cel-expr/cel-go@v0.28.1...v0.29.1)

Updates `github.com/klauspost/compress` from 1.18.7 to 1.19.0
- [Release notes](https://github.com/klauspost/compress/releases)
- [Commits](klauspost/compress@v1.18.7...v1.19.0)

Updates `github.com/shirou/gopsutil/v4` from 4.26.5 to 4.26.6
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](shirou/gopsutil@v4.26.5...v4.26.6)

Updates `golang.org/x/text` from 0.38.0 to 0.39.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.38.0...v0.39.0)

Updates `sigs.k8s.io/structured-merge-diff/v6` from 6.4.0 to 6.4.1
- [Release notes](https://github.com/kubernetes-sigs/structured-merge-diff/releases)
- [Changelog](https://github.com/kubernetes-sigs/structured-merge-diff/blob/master/RELEASE.md)
- [Commits](kubernetes-sigs/structured-merge-diff@v6.4.0...v6.4.1)

---
updated-dependencies:
- dependency-name: github.com/google/cel-go
  dependency-version: 0.29.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/klauspost/compress
  dependency-version: 1.19.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/shirou/gopsutil/v4
  dependency-version: 4.26.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: golang.org/x/text
  dependency-version: 0.39.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: sigs.k8s.io/structured-merge-diff/v6
  dependency-version: 6.4.1
  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 Jul 7, 2026
@GrigoryPervakov GrigoryPervakov merged commit 90adcfa into main Jul 7, 2026
41 of 42 checks passed
@GrigoryPervakov GrigoryPervakov deleted the dependabot/go_modules/go-modules-551ed06979 branch July 7, 2026 15:05
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