From f709dec6ddf994502cb4faca4dfac154fbc81889 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 02:40:03 -0500 Subject: [PATCH] Update module github.com/pterm/pterm to v0.12.48 (#824) 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 | Type | Update | Change | |---|---|---|---| | [github.com/pterm/pterm](https://togithub.com/pterm/pterm) | require | patch | `v0.12.47` -> `v0.12.48` | --- ### Release Notes
pterm/pterm ### [`v0.12.48`](https://togithub.com/pterm/pterm/releases/tag/v0.12.48) [Compare Source](https://togithub.com/pterm/pterm/compare/v0.12.47...v0.12.48) #### What's Changed ##### Exciting New Features 🎉 - Customizable multiselect printer by [@​jochil](https://togithub.com/jochil) in [https://github.com/pterm/pterm/pull/402](https://togithub.com/pterm/pterm/pull/402) **Full Changelog**: https://github.com/pterm/pterm/compare/v0.12.47...v0.12.48
--- ### 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. --- - [ ] If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/defenseunicorns/zarf). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index b9cdc79aa6..04ccfcf7db 100644 --- a/go.mod +++ b/go.mod @@ -20,7 +20,7 @@ require ( github.com/mholt/archiver/v3 v3.5.1 github.com/otiai10/copy v1.7.0 github.com/pkg/errors v0.9.1 - github.com/pterm/pterm v0.12.47 + github.com/pterm/pterm v0.12.48 github.com/sigstore/cosign v1.12.1 github.com/spf13/cobra v1.5.0 github.com/stretchr/testify v1.8.0 diff --git a/go.sum b/go.sum index 81ab52e350..4d108e3adb 100644 --- a/go.sum +++ b/go.sum @@ -1837,6 +1837,8 @@ github.com/pterm/pterm v0.12.46 h1:7W//n3UldGXI2s+IFRV9GucNsbqex3MG/sibNm/62ag= github.com/pterm/pterm v0.12.46/go.mod h1:hJgLlBafm45w/Hr0dKXxY//POD7CgowhePaG1sdPNBg= github.com/pterm/pterm v0.12.47 h1:vYTGddJqOldexC5TzlN4UT3HC4gw9eBaYJrVcqe1UJA= github.com/pterm/pterm v0.12.47/go.mod h1:D4OBoWNqAfXkm5QLTjIgjNiMXPHemLJHnIreGUsWzWg= +github.com/pterm/pterm v0.12.48 h1:zvFb925kGxPyJ8h/6SyBrerlgUSQHXXJWRFYwSpuxyI= +github.com/pterm/pterm v0.12.48/go.mod h1:D4OBoWNqAfXkm5QLTjIgjNiMXPHemLJHnIreGUsWzWg= github.com/quasilyte/go-consistent v0.0.0-20190521200055-c6f3937de18c/go.mod h1:5STLWrekHfjyYwxBRVRXNOSewLJ3PWfDJd1VyTS21fI= github.com/quasilyte/go-ruleguard v0.3.1-0.20210203134552-1b5a410e1cc8/go.mod h1:KsAh3x0e7Fkpgs+Q9pNLS5XpFSvYCEVl5gP9Pp1xp30= github.com/quasilyte/go-ruleguard v0.3.13/go.mod h1:Ul8wwdqR6kBVOCt2dipDBkE+T6vAV/iixkrKuRTN1oQ=