From d3a974b8ceca6438cc950c5ec78047b1bac57aa5 Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 13:35:26 -0800 Subject: [PATCH] fix(deps): update module github.com/dlclark/regexp2 to v1.11.5 (#2175) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/dlclark/regexp2](https://redirect.github.com/dlclark/regexp2) | `v1.10.0` → `v1.11.5` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fdlclark%2fregexp2/v1.11.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fdlclark%2fregexp2/v1.10.0/v1.11.5?slim=true) | --- ### Release Notes
dlclark/regexp2 (github.com/dlclark/regexp2) ### [`v1.11.5`](https://redirect.github.com/dlclark/regexp2/compare/v1.11.4...v1.11.5) [Compare Source](https://redirect.github.com/dlclark/regexp2/compare/v1.11.4...v1.11.5) ### [`v1.11.4`](https://redirect.github.com/dlclark/regexp2/compare/v1.11.3...v1.11.4) [Compare Source](https://redirect.github.com/dlclark/regexp2/compare/v1.11.3...v1.11.4) ### [`v1.11.3`](https://redirect.github.com/dlclark/regexp2/compare/v1.11.2...v1.11.3) [Compare Source](https://redirect.github.com/dlclark/regexp2/compare/v1.11.2...v1.11.3) ### [`v1.11.2`](https://redirect.github.com/dlclark/regexp2/compare/v1.11.1...v1.11.2) [Compare Source](https://redirect.github.com/dlclark/regexp2/compare/v1.11.1...v1.11.2) ### [`v1.11.1`](https://redirect.github.com/dlclark/regexp2/compare/v1.11.0...v1.11.1) [Compare Source](https://redirect.github.com/dlclark/regexp2/compare/v1.11.0...v1.11.1) ### [`v1.11.0`](https://redirect.github.com/dlclark/regexp2/compare/v1.10.0...v1.11.0) [Compare Source](https://redirect.github.com/dlclark/regexp2/compare/v1.10.0...v1.11.0)
--- ### 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 PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- ## Need help? You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section. Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 025db6a..faae074 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ godebug tlsmlkem=0 require ( github.com/bitly/go-simplejson v0.5.1 - github.com/dlclark/regexp2 v1.10.0 + github.com/dlclark/regexp2 v1.11.5 github.com/grafana/grafana-plugin-sdk-go v0.284.0 github.com/patrickmn/go-cache v2.1.0+incompatible github.com/prometheus/client_golang v1.23.2 diff --git a/go.sum b/go.sum index 422e0fb..a28a28e 100644 --- a/go.sum +++ b/go.sum @@ -26,8 +26,8 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM= github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/dlclark/regexp2 v1.10.0 h1:+/GIL799phkJqYW+3YbOd8LCcbHzT0Pbo8zl70MHsq0= -github.com/dlclark/regexp2 v1.10.0/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8= +github.com/dlclark/regexp2 v1.11.5 h1:Q/sSnsKerHeCkc/jSTNq1oCm7KiVgUMZRDUoRu0JQZQ= +github.com/dlclark/regexp2 v1.11.5/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8= github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk= github.com/fatih/color v1.15.0 h1:kOqh6YHBtK8aywxGerMG2Eq3H6Qgoqeo13Bk2Mv/nBs= github.com/fatih/color v1.15.0/go.mod h1:0h5ZqXfHYED7Bhv2ZJamyIOUej9KtShiJESRwBDUSsw=