From 418bce38c31e93f832929f86855b1657cb6f13bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2024 23:02:30 +0000 Subject: [PATCH 1/2] fix(deps): update module github.com/carapace-sh/carapace to v1.1.6 in go.mod (#79) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/carapace-sh/carapace](https://togithub.com/carapace-sh/carapace) | `v1.1.5` -> `v1.1.6` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fcarapace-sh%2fcarapace/v1.1.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fcarapace-sh%2fcarapace/v1.1.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fcarapace-sh%2fcarapace/v1.1.5/v1.1.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fcarapace-sh%2fcarapace/v1.1.5/v1.1.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
carapace-sh/carapace (github.com/carapace-sh/carapace) ### [`v1.1.6`](https://togithub.com/carapace-sh/carapace/releases/tag/v1.1.6) [Compare Source](https://togithub.com/carapace-sh/carapace/compare/v1.1.5...v1.1.6) #### Changelog - [`f17a0d1`](https://togithub.com/carapace-sh/carapace/commit/f17a0d1bb185d141dfab2eee1313d9e13a63a013) ActionExecutables: accept explicit directories - [`68d3237`](https://togithub.com/carapace-sh/carapace/commit/68d3237f5321f743ec0428e450957b797f3889b3) Merge pull request [#​1039](https://togithub.com/carapace-sh/carapace/issues/1039) from carapace-sh/actionexecutables-dirs
--- ### Configuration 📅 **Schedule**: Branch creation - "* */1 * * *" (UTC), 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/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 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index abb5a5e..baa1cf7 100644 --- a/go.mod +++ b/go.mod @@ -14,7 +14,7 @@ replace github.com/reeflective/console => github.com/jippi/go-console v0.0.0-202 require ( github.com/Masterminds/sprig/v3 v3.2.3 github.com/caarlos0/go-version v0.1.1 - github.com/carapace-sh/carapace v1.1.5 + github.com/carapace-sh/carapace v1.1.6 github.com/charmbracelet/huh v0.5.2 github.com/charmbracelet/lipgloss v0.12.1 github.com/davecgh/go-spew v1.1.1 diff --git a/go.sum b/go.sum index 1025c56..5a3a015 100644 --- a/go.sum +++ b/go.sum @@ -205,8 +205,8 @@ github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d h1:xDfNPAt8lFiC1U github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d/go.mod h1:6QX/PXZ00z/TKoufEY6K/a0k6AhaJrQKdFe6OfVXsa4= github.com/caarlos0/go-version v0.1.1 h1:1bikKHkGGVIIxqCmufhSSs3hpBScgHGacrvsi8FuIfc= github.com/caarlos0/go-version v0.1.1/go.mod h1:Ze5Qx4TsBBi5FyrSKVg1Ibc44KGV/llAaKGp86oTwZ0= -github.com/carapace-sh/carapace v1.1.5 h1:nacO1H9k8towi/PZDv/kbEi5Rn6+xC8gdjidax2ccqk= -github.com/carapace-sh/carapace v1.1.5/go.mod h1:djegtVDi/3duSAqZNU+/nCq7XtDRMRZUb5bW0O/HnEs= +github.com/carapace-sh/carapace v1.1.6 h1:1aQlqtyg/HzzwFdDi0HzbfFjaPy/YIfN0TllJPSkYZ0= +github.com/carapace-sh/carapace v1.1.6/go.mod h1:djegtVDi/3duSAqZNU+/nCq7XtDRMRZUb5bW0O/HnEs= github.com/carapace-sh/carapace-shlex v1.0.1 h1:ww0JCgWpOVuqWG7k3724pJ18Lq8gh5pHQs9j3ojUs1c= github.com/carapace-sh/carapace-shlex v1.0.1/go.mod h1:lJ4ZsdxytE0wHJ8Ta9S7Qq0XpjgjU0mdfCqiI2FHx7M= github.com/catppuccin/go v0.2.0 h1:ktBeIrIP42b/8FGiScP9sgrWOss3lw0Z5SktRoithGA= From db9b5f2f241b18f2660f77343561d9895e120c29 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 08:53:40 +0000 Subject: [PATCH 2/2] fix(deps): update module github.com/golang-cz/devslog to v0.0.9 in go.mod (#80) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/golang-cz/devslog](https://togithub.com/golang-cz/devslog) | `v0.0.8` -> `v0.0.9` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgolang-cz%2fdevslog/v0.0.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgolang-cz%2fdevslog/v0.0.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgolang-cz%2fdevslog/v0.0.8/v0.0.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgolang-cz%2fdevslog/v0.0.8/v0.0.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
golang-cz/devslog (github.com/golang-cz/devslog) ### [`v0.0.9`](https://togithub.com/golang-cz/devslog/releases/tag/v0.0.9) [Compare Source](https://togithub.com/golang-cz/devslog/compare/v0.0.8...v0.0.9) #### What's Changed - Fixed slog.Any does not handle interfaces by [@​noppawitt](https://togithub.com/noppawitt) in [https://github.com/golang-cz/devslog/pull/27](https://togithub.com/golang-cz/devslog/pull/27) - string indent with new lines by [@​david-littlefarmer](https://togithub.com/david-littlefarmer) in [https://github.com/golang-cz/devslog/pull/24](https://togithub.com/golang-cz/devslog/pull/24) - ignore unexported fields in struct to avoid panic by [@​violin0622](https://togithub.com/violin0622) in [https://github.com/golang-cz/devslog/pull/31](https://togithub.com/golang-cz/devslog/pull/31) - color tests by [@​david-littlefarmer](https://togithub.com/david-littlefarmer) in [https://github.com/golang-cz/devslog/pull/33](https://togithub.com/golang-cz/devslog/pull/33) - Stringer by [@​david-littlefarmer](https://togithub.com/david-littlefarmer) in [https://github.com/golang-cz/devslog/pull/32](https://togithub.com/golang-cz/devslog/pull/32) - Add Stringer support. Fix [#​29](https://togithub.com/golang-cz/devslog/issues/29) by [@​ghostiam](https://togithub.com/ghostiam) in [https://github.com/golang-cz/devslog/pull/34](https://togithub.com/golang-cz/devslog/pull/34) - Removed equal signs from groups by [@​david-littlefarmer](https://togithub.com/david-littlefarmer) in [https://github.com/golang-cz/devslog/pull/36](https://togithub.com/golang-cz/devslog/pull/36) #### New Contributors - [@​noppawitt](https://togithub.com/noppawitt) made their first contribution in [https://github.com/golang-cz/devslog/pull/27](https://togithub.com/golang-cz/devslog/pull/27) - [@​violin0622](https://togithub.com/violin0622) made their first contribution in [https://github.com/golang-cz/devslog/pull/31](https://togithub.com/golang-cz/devslog/pull/31) - [@​ghostiam](https://togithub.com/ghostiam) made their first contribution in [https://github.com/golang-cz/devslog/pull/34](https://togithub.com/golang-cz/devslog/pull/34) **Full Changelog**: https://github.com/golang-cz/devslog/compare/v0.0.8...v0.0.9
--- ### Configuration 📅 **Schedule**: Branch creation - "* */1 * * *" (UTC), 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/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 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index baa1cf7..f65524e 100644 --- a/go.mod +++ b/go.mod @@ -19,7 +19,7 @@ require ( github.com/charmbracelet/lipgloss v0.12.1 github.com/davecgh/go-spew v1.1.1 github.com/go-playground/validator/v10 v10.22.0 - github.com/golang-cz/devslog v0.0.8 + github.com/golang-cz/devslog v0.0.9 github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 github.com/gosimple/slug v1.14.0 github.com/hashicorp/go-getter v1.7.6 diff --git a/go.sum b/go.sum index 5a3a015..a230665 100644 --- a/go.sum +++ b/go.sum @@ -286,8 +286,8 @@ github.com/go-playground/universal-translator v0.18.1 h1:Bcnm0ZwsGyWbCzImXv+pAJn github.com/go-playground/universal-translator v0.18.1/go.mod h1:xekY+UJKNuX9WP91TpwSH2VMlDf28Uj24BCp08ZFTUY= github.com/go-quicktest/qt v1.101.0 h1:O1K29Txy5P2OK0dGo59b7b0LR6wKfIhttaAhHUyn7eI= github.com/go-quicktest/qt v1.101.0/go.mod h1:14Bz/f7NwaXPtdYEgzsx46kqSxVwTbzVZsDC26tQJow= -github.com/golang-cz/devslog v0.0.8 h1:53ipA2rC5JzWBWr9qB8EfenvXppenNiF/8DwgtNT5Q4= -github.com/golang-cz/devslog v0.0.8/go.mod h1:bSe5bm0A7Nyfqtijf1OMNgVJHlWEuVSXnkuASiE1vV8= +github.com/golang-cz/devslog v0.0.9 h1:GU59V626sUccMjytKhewgN3teduXtx/itoQs78NaPdE= +github.com/golang-cz/devslog v0.0.9/go.mod h1:bSe5bm0A7Nyfqtijf1OMNgVJHlWEuVSXnkuASiE1vV8= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=