Update Go deps#409
Merged
Merged
Conversation
Contributor
Author
ℹ️ Artifact update noticeFile name: tools/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
|
The latest Buf updates on your PR. Results from workflow Pull Request / buf (pull_request).
|
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2c75dd9 to
392dd0b
Compare
Signed-off-by: Charith Ellawala <charith@cerbos.dev>
charithe
approved these changes
May 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.25.1→v0.25.2v2.2.0→v2.7.0v1.18.0→v1.19.0v1.9.0→v1.10.1v0.28.0→v0.28.1v6.7.8→v6.7.10v1.17.11→v1.18.6v2.2.8→v2.3.0v2.3.2→v2.3.4v0.0.20→v0.0.22v0.0.19→v0.0.23v1.21.1→v1.23.2v0.6.1→v0.6.2v0.62.0→v0.67.5v0.15.1→v0.20.1v1.34.0→v1.35.1v0.5.2→v0.5.31.26.2→1.26.3v0.50.0→v0.51.0746e56f→74f9aab42675ad→74f9aabv0.35.0→v0.36.0v0.53.0→v0.54.0v0.43.0→v0.44.0v0.42.0→v0.43.0v0.36.0→v0.37.0v0.44.0→v0.45.0e10c466→3700d4160b97b3→3700d410939a5c→07820a7v0.11.0→v0.20.0v0.7.0→v0.7.2v0.25.2-0.20250211180435-0d82ae6285a8→v0.26.1Release Notes
google/cel-spec (cel.dev/expr)
v0.25.2Compare Source
What's Changed
New Contributors
Full Changelog: google/cel-spec@v0.25.1...v0.25.2
clipperhouse/uax29 (github.com/clipperhouse/uax29/v2)
v2.7.0Compare Source
v2.6.0Compare Source
v2.5.0Compare Source
What's Changed
Breaking change
The returned iterator type from
FromString()andFromBytes()is now a pointer. This will not present a problem if you are just using it in the typical way, which is assigning to a local variable and iterating.If you are embedding this iterator into another object, and therefore declaring its type, this change might break your compilation. You’ll need to change to a pointer type. Apologies if so — this seems like a small enough change that a v3 would be a bit much.
New Contributors
Full Changelog: clipperhouse/uax29@v2.4.0...v2.5.0
v2.4.0Compare Source
Adds Unicode 16 support
What's Changed
Full Changelog: clipperhouse/uax29@v2.3.0...v2.4.0
v2.3.1Compare Source
v2.3.0Compare Source
fatih/color (github.com/fatih/color)
v1.19.0Compare Source
What's Changed
Fprint,Fprintfby @qualidafial in #282New Contributors
Full Changelog: fatih/color@v1.18.0...v1.19.0
fsnotify/fsnotify (github.com/fsnotify/fsnotify)
v1.10.1Compare Source
Changes and fixes
inotify: don't remove sibling watches sharing a path prefix (#754)
inotify, windows: don't rename sibling watches sharing a path prefix
(#755)
v1.10.0Compare Source
This version of fsnotify needs Go 1.23.
Changes and fixes
inotify: improve initialization error message (#731)
inotify: send Rename event if recursive watch is renamed (#696)
inotify: avoid copying event buffers when reading names (#741)
kqueue: skip dangling symlinks (ENOENT) in watchDirectoryFiles, so a bad entry no longer aborts Watcher.Add for the whole directory (#748)
kqueue: drop watches directly in Close() to fix a file descriptor leak when recycling watchers (#740)
windows: fix nil pointer dereference in remWatch (#736)
windows: lock watch field updates against concurrent WatchList to fix a race introduced in v1.9.0 (#709, #749)
google/cel-go (github.com/google/cel-go)
v0.28.1Compare Source
What's Changed
IntToDurationoverload by @alexsnaps in #1300New Contributors
Full Changelog: google/cel-go@v0.28.0...v0.28.1
jedib0t/go-pretty (github.com/jedib0t/go-pretty/v6)
v6.7.10Compare Source
What's Changed
New Contributors
Full Changelog: jedib0t/go-pretty@v6.7.9...v6.7.10
v6.7.9Compare Source
What's Changed
Full Changelog: jedib0t/go-pretty@v6.7.8...v6.7.9
klauspost/compress (github.com/klauspost/compress)
v1.18.6Compare Source
What's Changed
New Contributors
Full Changelog: klauspost/compress@v1.18.5...v1.18.6
v1.18.5Compare Source
What's Changed
Full Changelog: klauspost/compress@v1.18.4...v1.18.5
v1.18.4Compare Source
What's Changed
New Contributors
Full Changelog: klauspost/compress@v1.18.2...v1.18.4
v1.18.3Compare Source
Downstream CVE-2025-61728
See golang/go#77102
Full Changelog: klauspost/compress@v1.18.2...v1.18.3
v1.18.2Compare Source
What's Changed
v1.18.1is marked "retracted" due to invalid flate/zip/gzip encoding.New Contributors
Full Changelog: klauspost/compress@v1.18.1...v1.18.2
v1.18.1Compare Source
What's Changed
New Contributors
Full Changelog: klauspost/compress@v1.18.0...v1.18.1
v1.18.0Compare Source
What's Changed
r.err != nilbut return a nil value errorerrby @alingse in #1028minfunction by @Juneezee in #1038slices.Maxfor max value in slice by @Juneezee in #1041New Contributors
Full Changelog: klauspost/compress@v1.17.11...v1.18.0
klauspost/cpuid (github.com/klauspost/cpuid/v2)
v2.3.0Compare Source
What's Changed
New Contributors
Full Changelog: klauspost/cpuid@v2.2.11...v2.3.0
v2.2.11Compare Source
What's Changed
New Contributors
Full Changelog: klauspost/cpuid@v2.2.10...v2.2.11
v2.2.10Compare Source
What's Changed
New Contributors
Full Changelog: klauspost/cpuid@v2.2.9...v2.2.10
v2.2.9Compare Source
What's Changed
New Contributors
Full Changelog: klauspost/cpuid@v2.2.8...v2.2.9
knadh/koanf (github.com/knadh/koanf/v2)
v2.3.4Compare Source
What's Changed
cliflagv3.ProviderWithConfig()just likeposflagby @knadh in #403New Contributors
Full Changelog: knadh/koanf@v2.3.3...v2.3.4
v2.3.3Compare Source
What's Changed
2f44276Full Changelog: knadh/koanf@v2.3.2...v2.3.3
mattn/go-isatty (github.com/mattn/go-isatty)
v0.0.22Compare Source
v0.0.21Compare Source
mattn/go-runewidth (github.com/mattn/go-runewidth)
v0.0.23Compare Source
v0.0.22Compare Source
v0.0.21Compare Source
v0.0.20Compare Source
prometheus/client_golang (github.com/prometheus/client_golang)
v1.23.2: - 2025-09-05Compare Source
This release is made to upgrade to prometheus/common v0.66.1, which drops the dependencies github.com/grafana/regexp and go.uber.org/atomic and replaces gopkg.in/yaml.v2 with go.yaml.in/yaml/v2 (a drop-in replacement). There are no functional changes.
All Changes
Full Changelog: prometheus/client_golang@v1.23.1...v1.23.2
v1.23.1: - 2025-09-04Compare Source
This release is made to be compatible with a backwards incompatible API change in prometheus/common v0.66.0. There are no functional changes.
All Changes
Full Changelog: prometheus/client_golang@v1.23.0...v1.23.1
v1.23.0: - 2025-07-30Compare Source
All Changes
* Update example test by @SuperQ in https://github.com/prometheus/client_golang/pull/1770 * build(deps): bump golang.org/x/net from 0.34.0 to 0.36.0 in /tutorials/whatsup by @dependabot[bot] in https://github.com/prometheus/client_golang/pull/1776 * Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/client_golang/pull/1771 * Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/client_golanConfiguration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.