Skip to content

Update Go deps#409

Merged
charithe merged 2 commits into
mainfrom
renovate/go-deps
May 18, 2026
Merged

Update Go deps#409
charithe merged 2 commits into
mainfrom
renovate/go-deps

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 18, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
cel.dev/expr v0.25.1v0.25.2 age adoption passing confidence indirect patch
github.com/clipperhouse/uax29/v2 v2.2.0v2.7.0 age adoption passing confidence indirect minor
github.com/fatih/color v1.18.0v1.19.0 age adoption passing confidence indirect minor
github.com/fsnotify/fsnotify v1.9.0v1.10.1 age adoption passing confidence indirect minor
github.com/google/cel-go v0.28.0v0.28.1 age adoption passing confidence indirect patch
github.com/jedib0t/go-pretty/v6 v6.7.8v6.7.10 age adoption passing confidence indirect patch
github.com/klauspost/compress v1.17.11v1.18.6 age adoption passing confidence indirect minor
github.com/klauspost/cpuid/v2 v2.2.8v2.3.0 age adoption passing confidence indirect minor
github.com/knadh/koanf/v2 v2.3.2v2.3.4 age adoption passing confidence indirect patch
github.com/mattn/go-isatty v0.0.20v0.0.22 age adoption passing confidence indirect patch
github.com/mattn/go-runewidth v0.0.19v0.0.23 age adoption passing confidence indirect patch
github.com/prometheus/client_golang v1.21.1v1.23.2 age adoption passing confidence indirect minor
github.com/prometheus/client_model v0.6.1v0.6.2 age adoption passing confidence indirect patch
github.com/prometheus/common v0.62.0v0.67.5 age adoption passing confidence indirect minor
github.com/prometheus/procfs v0.15.1v0.20.1 age adoption passing confidence indirect minor
github.com/rs/zerolog v1.34.0v1.35.1 age adoption passing confidence indirect minor
github.com/stretchr/objx v0.5.2v0.5.3 age adoption passing confidence indirect patch
go (source) 1.26.21.26.3 age adoption passing confidence toolchain patch
golang.org/x/crypto v0.50.0v0.51.0 age adoption passing confidence require minor
golang.org/x/exp 746e56f74f9aab age adoption passing confidence indirect digest
golang.org/x/exp 42675ad74f9aab age adoption passing confidence indirect digest
golang.org/x/mod v0.35.0v0.36.0 age adoption passing confidence indirect minor
golang.org/x/net v0.53.0v0.54.0 age adoption passing confidence require minor
golang.org/x/sys v0.43.0v0.44.0 age adoption passing confidence indirect minor
golang.org/x/term v0.42.0v0.43.0 age adoption passing confidence indirect minor
golang.org/x/text v0.36.0v0.37.0 age adoption passing confidence indirect minor
golang.org/x/tools v0.44.0v0.45.0 age adoption passing confidence require minor
google.golang.org/genproto/googleapis/api e10c4663700d41 age adoption passing confidence indirect digest
google.golang.org/genproto/googleapis/rpc 60b97b33700d41 age adoption passing confidence require digest
nikand.dev/go/hacked 0939a5c07820a7 age adoption passing confidence indirect digest
tlog.app/go/errors v0.11.0v0.20.0 age adoption passing confidence indirect minor
tlog.app/go/loc v0.7.0v0.7.2 age adoption passing confidence indirect patch
tlog.app/go/tlog v0.25.2-0.20250211180435-0d82ae6285a8v0.26.1 age adoption passing confidence indirect minor

Release Notes

google/cel-spec (cel.dev/expr)

v0.25.2

Compare 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.0

Compare Source

v2.6.0

Compare Source

v2.5.0

Compare Source

What's Changed

Breaking change

The returned iterator type from FromString() and FromBytes() 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.0

Compare Source

Adds Unicode 16 support

What's Changed

Full Changelog: clipperhouse/uax29@v2.3.0...v2.4.0

v2.3.1

Compare Source

v2.3.0

Compare Source

fatih/color (github.com/fatih/color)

v1.19.0

Compare Source

What's Changed

New Contributors

Full Changelog: fatih/color@v1.18.0...v1.19.0

fsnotify/fsnotify (github.com/fsnotify/fsnotify)

v1.10.1

Compare 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.0

Compare 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.1

Compare Source

What's Changed

New Contributors

Full Changelog: google/cel-go@v0.28.0...v0.28.1

jedib0t/go-pretty (github.com/jedib0t/go-pretty/v6)

v6.7.10

Compare Source

What's Changed

New Contributors

Full Changelog: jedib0t/go-pretty@v6.7.9...v6.7.10

v6.7.9

Compare Source

What's Changed

Full Changelog: jedib0t/go-pretty@v6.7.8...v6.7.9

klauspost/compress (github.com/klauspost/compress)

v1.18.6

Compare Source

What's Changed

New Contributors

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

v1.18.5

Compare Source

What's Changed

Full Changelog: klauspost/compress@v1.18.4...v1.18.5

v1.18.4

Compare Source

What's Changed

New Contributors

Full Changelog: klauspost/compress@v1.18.2...v1.18.4

v1.18.3

Compare Source

Downstream CVE-2025-61728

See golang/go#77102

Full Changelog: klauspost/compress@v1.18.2...v1.18.3

v1.18.2

Compare Source

What's Changed

v1.18.1 is marked "retracted" due to invalid flate/zip/gzip encoding.

New Contributors

Full Changelog: klauspost/compress@v1.18.1...v1.18.2

v1.18.1

Compare Source

What's Changed
New Contributors

Full Changelog: klauspost/compress@v1.18.0...v1.18.1

v1.18.0

Compare Source

What's Changed

New Contributors

Full Changelog: klauspost/compress@v1.17.11...v1.18.0

klauspost/cpuid (github.com/klauspost/cpuid/v2)

v2.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: klauspost/cpuid@v2.2.11...v2.3.0

v2.2.11

Compare Source

What's Changed

New Contributors

Full Changelog: klauspost/cpuid@v2.2.10...v2.2.11

v2.2.10

Compare Source

What's Changed

New Contributors

Full Changelog: klauspost/cpuid@v2.2.9...v2.2.10

v2.2.9

Compare 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.4

Compare Source

What's Changed

  • Bump github.com/nats-io/nats-server/v2 from 2.10.27 to 2.11.12 in /providers/nats by @​dependabot[bot] in #​400
  • Bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 in /providers/kiln by @​dependabot[bot] in #​399
  • Bump google.golang.org/grpc from 1.71.1 to 1.79.3 in /providers/etcd by @​dependabot[bot] in #​405
  • fix: hold RLock during copy in Get to prevent concurrent map access by @​alexchenai in #​406
  • Add ability to check for prior values in cliflagv3.ProviderWithConfig() just like posflag by @​knadh in #​403

New Contributors

Full Changelog: knadh/koanf@v2.3.3...v2.3.4

v2.3.3

Compare Source

What's Changed

  • Fix deadlock in recursive Get*() calls in custom merge function. 2f44276
  • Bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 in /examples by @​dependabot[bot] in #​398

Full Changelog: knadh/koanf@v2.3.2...v2.3.3

mattn/go-isatty (github.com/mattn/go-isatty)

v0.0.22

Compare Source

v0.0.21

Compare Source

mattn/go-runewidth (github.com/mattn/go-runewidth)

v0.0.23

Compare Source

v0.0.22

Compare Source

v0.0.21

Compare Source

v0.0.20

Compare Source

prometheus/client_golang (github.com/prometheus/client_golang)

v1.23.2: - 2025-09-05

Compare 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-04

Compare 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-30

Compare Source

  • [CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. #​1812
  • [FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix #​1766
  • [FEATURE] Add exemplars for native histograms #​1686
  • [ENHANCEMENT] exp/api: Bubble up status code from writeResponse #​1823
  • [ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 #​1833
  • [BUGFIX] exp/api: client prompt return on context cancellation #​1729
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_golan

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added area/ci CI bots Bots kind/chore Chores labels May 18, 2026
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 18, 2026

ℹ️ Artifact update notice

File name: tools/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
nikand.dev/go/cbor v0.0.0-20250209114510-2072ad4734c5 -> v0.0.0-20250217185914-a319e53bb3df

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 18, 2026

The latest Buf updates on your PR. Results from workflow Pull Request / buf (pull_request).

BuildFormatLintBreakingUpdated (UTC)
✅ passed✅ passed✅ passed✅ passedMay 18, 2026, 7:46 AM

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate Bot force-pushed the renovate/go-deps branch from 2c75dd9 to 392dd0b Compare May 18, 2026 07:33
Signed-off-by: Charith Ellawala <charith@cerbos.dev>
@charithe charithe merged commit d5d0534 into main May 18, 2026
7 checks passed
@charithe charithe deleted the renovate/go-deps branch May 18, 2026 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant