From 6914fd12da55d1b351b825327a9d9c8f8384a977 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 19:45:56 +0000 Subject: [PATCH] fix(deps): update module github.com/reeflective/console to v0.1.20 in go.mod (#119) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/reeflective/console](https://redirect.github.com/reeflective/console) | `v0.1.18` -> `v0.1.20` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2freeflective%2fconsole/v0.1.20?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2freeflective%2fconsole/v0.1.20?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2freeflective%2fconsole/v0.1.18/v0.1.20?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2freeflective%2fconsole/v0.1.18/v0.1.20?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
reeflective/console (github.com/reeflective/console) ### [`v0.1.20`](https://redirect.github.com/reeflective/console/releases/tag/v0.1.20) [Compare Source](https://redirect.github.com/reeflective/console/compare/v0.1.19...v0.1.20) #### What's Changed - Fix bugs in shell/exit commands by [@​maxlandon](https://redirect.github.com/maxlandon) in [https://github.com/reeflective/console/pull/59](https://redirect.github.com/reeflective/console/pull/59) **Full Changelog**: https://github.com/reeflective/console/compare/v0.1.19...v0.1.20 ### [`v0.1.19`](https://redirect.github.com/reeflective/console/releases/tag/v0.1.19) [Compare Source](https://redirect.github.com/reeflective/console/compare/v0.1.18...v0.1.19) #### What's Changed - Fmt by [@​maxlandon](https://redirect.github.com/maxlandon) in [https://github.com/reeflective/console/pull/54](https://redirect.github.com/reeflective/console/pull/54) - Update README by [@​maxlandon](https://redirect.github.com/maxlandon) in [https://github.com/reeflective/console/pull/55](https://redirect.github.com/reeflective/console/pull/55) - dev by [@​maxlandon](https://redirect.github.com/maxlandon) in [https://github.com/reeflective/console/pull/56](https://redirect.github.com/reeflective/console/pull/56) - dev by [@​maxlandon](https://redirect.github.com/maxlandon) in [https://github.com/reeflective/console/pull/58](https://redirect.github.com/reeflective/console/pull/58) **Full Changelog**: https://github.com/reeflective/console/compare/v0.1.18...v0.1.19
--- ### Configuration 📅 **Schedule**: Branch creation - "* */1 * * *" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/jippi/dottie). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 0aa662b..91c8d82 100644 --- a/go.mod +++ b/go.mod @@ -26,7 +26,7 @@ require ( github.com/lmittmann/tint v1.0.5 github.com/muesli/termenv v0.15.3-0.20240912151726-82936c5ea257 github.com/neilotoole/slogt v1.1.0 - github.com/reeflective/console v0.1.18 + github.com/reeflective/console v0.1.20 github.com/reugn/pkgslog v0.2.0 github.com/samber/slog-multi v1.2.4 github.com/sebdah/goldie/v2 v2.5.5