From 76667233fa97dc7b469532f798c4fdaa509813d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 00:24:56 +0000 Subject: [PATCH] chore(deps): update module github.com/fatih/color to v1.16.0 (#132) 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/fatih/color](https://togithub.com/fatih/color) | require | minor | `v1.15.0` -> `v1.16.0` | --- ### Release Notes
fatih/color (github.com/fatih/color) ### [`v1.16.0`](https://togithub.com/fatih/color/releases/tag/v1.16.0) [Compare Source](https://togithub.com/fatih/color/compare/v1.15.0...v1.16.0) #### What's Changed - Update dependabot.yml by [@​ilyabrin](https://togithub.com/ilyabrin) in [https://github.com/fatih/color/pull/200](https://togithub.com/fatih/color/pull/200) - color: add newline after wrapping text by [@​fatih](https://togithub.com/fatih) in [https://github.com/fatih/color/pull/192](https://togithub.com/fatih/color/pull/192) - \[Test] Nil check added by [@​hyunsooda](https://togithub.com/hyunsooda) in [https://github.com/fatih/color/pull/203](https://togithub.com/fatih/color/pull/203) - fixes [#​206](https://togithub.com/fatih/color/issues/206) (using underline with a different fg color breaks) by [@​gregpoirson](https://togithub.com/gregpoirson) in [https://github.com/fatih/color/pull/210](https://togithub.com/fatih/color/pull/210) ##### Dependency updates - Bump dominikh/staticcheck-action from 1.2.0 to 1.3.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/fatih/color/pull/201](https://togithub.com/fatih/color/pull/201) - Bump github.com/mattn/go-isatty from 0.0.17 to 0.0.18 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/fatih/color/pull/193](https://togithub.com/fatih/color/pull/193) - Bump golang.org/x/sys from 0.6.0 to 0.8.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/fatih/color/pull/195](https://togithub.com/fatih/color/pull/195) - Bump github.com/mattn/go-isatty from 0.0.18 to 0.0.19 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/fatih/color/pull/196](https://togithub.com/fatih/color/pull/196) - Bump golang.org/x/sys from 0.8.0 to 0.10.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/fatih/color/pull/199](https://togithub.com/fatih/color/pull/199) - Bump github.com/mattn/go-isatty from 0.0.19 to 0.0.20 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/fatih/color/pull/212](https://togithub.com/fatih/color/pull/212) - Bump golang.org/x/sys from 0.10.0 to 0.13.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/fatih/color/pull/209](https://togithub.com/fatih/color/pull/209) - Bump actions/setup-go from 3 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/fatih/color/pull/202](https://togithub.com/fatih/color/pull/202) - Bump actions/checkout from 3 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/fatih/color/pull/208](https://togithub.com/fatih/color/pull/208) - Bump golang.org/x/sys from 0.13.0 to 0.14.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/fatih/color/pull/213](https://togithub.com/fatih/color/pull/213) #### New Contributors - [@​ilyabrin](https://togithub.com/ilyabrin) made their first contribution in [https://github.com/fatih/color/pull/200](https://togithub.com/fatih/color/pull/200) - [@​hyunsooda](https://togithub.com/hyunsooda) made their first contribution in [https://github.com/fatih/color/pull/203](https://togithub.com/fatih/color/pull/203) - [@​gregpoirson](https://togithub.com/gregpoirson) made their first contribution in [https://github.com/fatih/color/pull/210](https://togithub.com/fatih/color/pull/210) **Full Changelog**: https://github.com/fatih/color/compare/v1.15.0...v1.16.0
--- ### Configuration 📅 **Schedule**: Branch creation - "after 4pm on thursday" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/scottames/dots). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 6 +++--- go.sum | 13 +++++++------ 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/go.mod b/go.mod index 07aec047..0dad7b1a 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/scottames/dots go 1.20 require ( - github.com/fatih/color v1.15.0 + github.com/fatih/color v1.16.0 github.com/magefile/mage v1.15.0 github.com/scottames/cmder v0.3.0 golang.org/x/exp v0.0.0-20231006140011-7918f672742d @@ -12,7 +12,7 @@ require ( require ( github.com/mattn/go-colorable v0.1.13 // indirect - github.com/mattn/go-isatty v0.0.17 // indirect - golang.org/x/sys v0.13.0 // indirect + github.com/mattn/go-isatty v0.0.20 // indirect + golang.org/x/sys v0.14.0 // indirect golang.org/x/term v0.7.0 // indirect ) diff --git a/go.sum b/go.sum index 57f92154..4b9e85e9 100644 --- a/go.sum +++ b/go.sum @@ -1,14 +1,14 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= -github.com/fatih/color v1.15.0 h1:kOqh6YHBtK8aywxGerMG2Eq3H6Qgoqeo13Bk2Mv/nBs= -github.com/fatih/color v1.15.0/go.mod h1:0h5ZqXfHYED7Bhv2ZJamyIOUej9KtShiJESRwBDUSsw= +github.com/fatih/color v1.16.0 h1:zmkK9Ngbjj+K0yRhTVONQh1p/HknKYSlNT+vZCzyokM= +github.com/fatih/color v1.16.0/go.mod h1:fL2Sau1YI5c0pdGEVCbKQbLXB6edEj1ZgiY4NijnWvE= github.com/go-test/deep v1.1.0 h1:WOcxcdHcvdgThNXjw0t76K42FXTU7HpNQWHpA2HHNlg= github.com/magefile/mage v1.15.0 h1:BvGheCMAsG3bWUDbZ8AyXXpCNwU9u5CB6sM+HNb9HYg= github.com/magefile/mage v1.15.0/go.mod h1:z5UZb/iS3GoOSn0JgWuiw7dxlurVYTu+/jHXqQg881A= github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA= github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg= github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM= -github.com/mattn/go-isatty v0.0.17 h1:BTarxUcIeDqL27Mc+vyvdWYSL28zpIhv3RoTdsLMPng= -github.com/mattn/go-isatty v0.0.17/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM= +github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY= +github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/scottames/cmder v0.3.0 h1:CTT8xjUdohb+zt2Fq2+ZKnj+Do/qcpI/oKrB61X5Osw= github.com/scottames/cmder v0.3.0/go.mod h1:ttOuuWXyG+XM2eJ47kTmwHp3GxH8t4VkUyLp719tWQs= @@ -16,8 +16,9 @@ github.com/stretchr/testify v1.8.2 h1:+h33VjcLVPDHtOdpUCuF+7gSuG3yGIftsP1YvFihtJ golang.org/x/exp v0.0.0-20231006140011-7918f672742d h1:jtJma62tbqLibJ5sFQz8bKtEM8rJBtfilJ2qTU199MI= golang.org/x/exp v0.0.0-20231006140011-7918f672742d/go.mod h1:ldy0pHrwJyGW56pPQzzkH36rKxoZW1tw7ZJpeKx+hdo= golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE= -golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.14.0 h1:Vz7Qs629MkJkGyHxUlRHizWJRG2j8fbQKjELVSNhy7Q= +golang.org/x/sys v0.14.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/term v0.7.0 h1:BEvjmm5fURWqcfbSKTdpkDXYBrUS1c0m8agp14W48vQ= golang.org/x/term v0.7.0/go.mod h1:P32HKFT3hSsZrRxla30E9HqToFYAQPCMs/zFMBUFqPY= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=