SAP / redis-operator

Manage Redis clusters in Kubernetes
Apache License 2.0
12 stars 4 forks source link

fix(deps): update module github.com/sap/go-generics to v0.2.4 #68

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/sap/go-generics v0.2.3 -> v0.2.4 age adoption passing confidence

Release Notes

sap/go-generics (github.com/sap/go-generics) ### [`v0.2.4`](https://togithub.com/SAP/go-generics/releases/tag/v0.2.4) [Compare Source](https://togithub.com/sap/go-generics/compare/v0.2.3...v0.2.4) Add. maps functions ```go func Select[K comparable, V any](m map[K]V, f func(K, V) bool) map[K]V ``` and ```go func SelectByKeys[K comparable, V any](m map[K]V, keys ...K) map[K]V ```

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.