Skip to content

go: Update module github.com/hashicorp/golang-lru/v2 to v2.0.3

This MR contains the following updates:

Package Type Update Change
github.com/hashicorp/golang-lru/v2 require patch v2.0.2 -> v2.0.3

MR created with the help of gitlab-org/frontend/renovate-gitlab-bot


Release Notes

hashicorp/golang-lru

v2.0.3: Add Values() and separate ARC

Compare Source

This release adds the Values() method on caches and removes ARC from the main module so that it does not need to be imported along with the rest of the module for those concerned around its patent status.

The code/API is the same, but is now found at github.com/hashicorp/golang-lru/arc/v2.


Configuration

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

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

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This MR has been generated by Renovate Bot.

Merge request reports