Skip to content

chore(deps): Update Go deps#379

Merged
dbuduev merged 2 commits intomainfrom
renovate/go-deps
Feb 16, 2026
Merged

chore(deps): Update Go deps#379
dbuduev merged 2 commits intomainfrom
renovate/go-deps

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 16, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.11-20251209175733-2a1774d88802.1v1.36.11-20260209202127-80ab13bee0bf.1 age confidence require patch
buf.build/go/protovalidate v1.1.0v1.1.1 age confidence require patch v1.1.2
github.com/cerbos/cerbos/api/genpb v0.50.0v0.51.0 age confidence require minor
github.com/cerbos/protoc-gen-go-hashpb v0.4.2v0.5.0 age confidence require minor
github.com/failsafe-go/failsafe-go v0.9.5v0.9.6 age confidence require patch
github.com/golangci/golangci-lint/v2 v2.8.0v2.9.0 age confidence require minor
go (source) 1.25.71.26.0 age confidence toolchain minor
golang.org/x/crypto v0.47.0v0.48.0 age confidence require minor
golang.org/x/net v0.49.0v0.50.0 age confidence require minor
google.golang.org/genproto/googleapis/api 546029d4cfbd41 age confidence require digest
google.golang.org/genproto/googleapis/rpc 546029d4cfbd41 age confidence require digest

Release Notes

bufbuild/protovalidate-go (buf.build/go/protovalidate)

v1.1.1

Compare Source

This release is compatible with the v1.1.0 release of Protovalidate.

What's Changed

Full Changelog: bufbuild/protovalidate-go@v1.1.0...v1.1.1

cerbos/cerbos (github.com/cerbos/cerbos/api/genpb)

v0.51.0

Compare Source

Cerbos 0.51.0

View the full release notes at https://docs.cerbos.dev/cerbos/latest/releases/v0.51.0.html

Changelog

cerbos/protoc-gen-go-hashpb (github.com/cerbos/protoc-gen-go-hashpb)

v0.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: cerbos/protoc-gen-go-hashpb@v0.4.2...v0.5.0

failsafe-go/failsafe-go (github.com/failsafe-go/failsafe-go)

v0.9.6

Compare Source

Bug Fixes
  • Fixed #​134 - Avoid leaking child contexts when an executor context is configured.
Improvements
  • Added WithMaxLimitStabilizationWindow to provide support for stabilization windows that mitigate fluctuating limits when setting the max limit.
  • Added WithMaxLimitFunc to AdaptiveLimiter, allowing the max limit to be configured as desired based on current inflights.
API Changes
  • adaptivelimiter.Builder.WithMaxLimitFactorDecay now expects a second parameter: minLimitFactor, which allows you configure the min limit factor when decay is used.
golangci/golangci-lint (github.com/golangci/golangci-lint/v2)

v2.9.0

Compare Source

Released on 2026-02-10

  1. Enhancements
    • 🎉 go1.26 support
  2. Linters new features or changes
    • arangolint: from 0.3.1 to 0.4.0 (new rule: detect potential query injections)
    • ginkgolinter: from 0.21.2 to 0.22.0 (support for wrappers)
    • golines: from 0.14.0 to 0.15.0
    • misspell: from 0.7.0 to 0.8.0
    • unqueryvet: from 1.4.0 to 1.5.3 (new options: check-n1, check-sql-injection, check-tx-leaks, allow, custom-rules)
    • wsl: from 5.3.0 to 5.6.0 (new rule: after-block)
  3. Linters bug fixes
    • modernize: from 0.41.0 to 0.42.0
    • prealloc: from 1.0.1 to 1.0.2
    • protogetter: from 0.3.18 to 0.3.20
  4. Misc.
    • Log information about files when configuration verification
    • Emit an error when no linters enabled
    • Do not collect VCS information when loading code
golang/go (go)

v1.26.0


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot added area/ci CI bots Bots kind/chore Chores labels Feb 16, 2026
@renovate
Copy link
Contributor Author

renovate bot commented Feb 16, 2026

ℹ️ Artifact update notice

File name: 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):

  • 3 additional dependencies were updated

Details:

Package Change
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3 -> v2.27.4
golang.org/x/sys v0.40.0 -> v0.41.0
golang.org/x/text v0.33.0 -> v0.34.0
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):

  • 20 additional dependencies were updated

Details:

Package Change
github.com/MirrexOne/unqueryvet v1.4.0 -> v1.5.3
github.com/alecthomas/chroma/v2 v2.21.1 -> v2.23.1
github.com/alexkohler/prealloc v1.0.1 -> v1.0.2
github.com/bombsimon/wsl/v5 v5.3.0 -> v5.6.0
github.com/charmbracelet/x/ansi v0.8.0 -> v0.10.1
github.com/ghostiam/protogetter v0.3.18 -> v0.3.20
github.com/go-viper/mapstructure/v2 v2.4.0 -> v2.5.0
github.com/golangci/golines v0.14.0 -> v0.15.0
github.com/golangci/misspell v0.7.0 -> v0.8.0
github.com/mgechev/revive v1.13.0 -> v1.14.0
github.com/nunnatsa/ginkgolinter v0.21.2 -> v0.22.0
go.augendre.info/arangolint v0.3.1 -> v0.4.0
golang.org/x/crypto v0.47.0 -> v0.48.0
golang.org/x/exp/typeparams v0.0.0-20251023183803-a4bb9ffd2546 -> v0.0.0-20251125195548-87e1e737ad39
golang.org/x/mod v0.32.0 -> v0.33.0
golang.org/x/net v0.49.0 -> v0.50.0
golang.org/x/sys v0.40.0 -> v0.41.0
golang.org/x/term v0.39.0 -> v0.40.0
golang.org/x/text v0.33.0 -> v0.34.0
golang.org/x/tools v0.41.0 -> v0.42.0

@github-actions
Copy link

github-actions bot commented Feb 16, 2026

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

BuildFormatLintBreakingUpdated (UTC)
✅ passed✅ passed✅ passed✅ passedFeb 16, 2026, 2:53 AM

Signed-off-by: Dennis Buduev <dbuduev@users.noreply.github.com>
@dbuduev dbuduev enabled auto-merge (squash) February 16, 2026 02:54
@dbuduev dbuduev merged commit 0c72ddd into main Feb 16, 2026
5 checks passed
@dbuduev dbuduev deleted the renovate/go-deps branch February 16, 2026 02:55
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