From de0533f49fe2b32b2c791fa070ca7e854c476f90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Apr 2023 06:57:57 -0700 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20=E2=87=A1=20golang=20mo?= =?UTF-8?q?dule=20github.com/magefile/mage=20to=20v1.14.0=20(#6)?= 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/magefile/mage](https://togithub.com/magefile/mage) | require | minor | `v1.11.0` -> `v1.14.0` | --- ### Release Notes
magefile/mage ### [`v1.14.0`](https://togithub.com/magefile/mage/releases/tag/v1.14.0): - Faster Than Ever [Compare Source](https://togithub.com/magefile/mage/compare/v1.13.0...v1.14.0) #### What's Changed - give props to netlify on the main page by [@​natefinch](https://togithub.com/natefinch) in [https://github.com/magefile/mage/pull/410](https://togithub.com/magefile/mage/pull/410) - Update site to build with newer hugo by [@​perrito666](https://togithub.com/perrito666) in [https://github.com/magefile/mage/pull/411](https://togithub.com/magefile/mage/pull/411) - bring docs for use of directives up to date by [@​efd6](https://togithub.com/efd6) in [https://github.com/magefile/mage/pull/407](https://togithub.com/magefile/mage/pull/407) - add blog post about v1.13 by [@​natefinch](https://togithub.com/natefinch) in [https://github.com/magefile/mage/pull/412](https://togithub.com/magefile/mage/pull/412) - fix author links by [@​natefinch](https://togithub.com/natefinch) in [https://github.com/magefile/mage/pull/413](https://togithub.com/magefile/mage/pull/413) - Add variadic support to mg.F by [@​perj](https://togithub.com/perj) in [https://github.com/magefile/mage/pull/402](https://togithub.com/magefile/mage/pull/402) - feat: rename templated imports to avoid collisions by [@​ladydascalie](https://togithub.com/ladydascalie) in [https://github.com/magefile/mage/pull/421](https://togithub.com/magefile/mage/pull/421) - Website: fixing typos by [@​deining](https://togithub.com/deining) in [https://github.com/magefile/mage/pull/429](https://togithub.com/magefile/mage/pull/429) - refactor(listGoFiles): remove go list dependency by [@​jaredallard](https://togithub.com/jaredallard) in [https://github.com/magefile/mage/pull/440](https://togithub.com/magefile/mage/pull/440) - doc: add MacPorts install info by [@​herbygillot](https://togithub.com/herbygillot) in [https://github.com/magefile/mage/pull/419](https://togithub.com/magefile/mage/pull/419) #### New Contributors - [@​efd6](https://togithub.com/efd6) made their first contribution in [https://github.com/magefile/mage/pull/407](https://togithub.com/magefile/mage/pull/407) - [@​perj](https://togithub.com/perj) made their first contribution in [https://github.com/magefile/mage/pull/402](https://togithub.com/magefile/mage/pull/402) - [@​ladydascalie](https://togithub.com/ladydascalie) made their first contribution in [https://github.com/magefile/mage/pull/421](https://togithub.com/magefile/mage/pull/421) - [@​deining](https://togithub.com/deining) made their first contribution in [https://github.com/magefile/mage/pull/429](https://togithub.com/magefile/mage/pull/429) - [@​jaredallard](https://togithub.com/jaredallard) made their first contribution in [https://github.com/magefile/mage/pull/440](https://togithub.com/magefile/mage/pull/440) - [@​herbygillot](https://togithub.com/herbygillot) made their first contribution in [https://github.com/magefile/mage/pull/419](https://togithub.com/magefile/mage/pull/419) **Full Changelog**: https://github.com/magefile/mage/compare/v1.13.0...v1.14.0 ### [`v1.13.0`](https://togithub.com/magefile/mage/releases/tag/v1.13.0): - Magefiles Directory and more! [Compare Source](https://togithub.com/magefile/mage/compare/v1.12.1...v1.13.0) #### What's Changed - feat: allow mage:import alias to be defined for multiple imports by [@​viktorvoltaire](https://togithub.com/viktorvoltaire) in [https://github.com/magefile/mage/pull/398](https://togithub.com/magefile/mage/pull/398) - chore: wrap log.Println in cmd with verbose check by [@​viktorvoltaire](https://togithub.com/viktorvoltaire) in [https://github.com/magefile/mage/pull/399](https://togithub.com/magefile/mage/pull/399) - Detect deps that have already been invoked by [@​carolynvs](https://togithub.com/carolynvs) in [https://github.com/magefile/mage/pull/346](https://togithub.com/magefile/mage/pull/346) - Replace godoc.org URLs by [@​JamieEdge](https://togithub.com/JamieEdge) in [https://github.com/magefile/mage/pull/342](https://togithub.com/magefile/mage/pull/342) - Add magefiles directory support by [@​perrito666](https://togithub.com/perrito666) in [https://github.com/magefile/mage/pull/405](https://togithub.com/magefile/mage/pull/405) #### New Contributors - [@​viktorvoltaire](https://togithub.com/viktorvoltaire) made their first contribution in [https://github.com/magefile/mage/pull/398](https://togithub.com/magefile/mage/pull/398) - [@​carolynvs](https://togithub.com/carolynvs) made their first contribution in [https://github.com/magefile/mage/pull/346](https://togithub.com/magefile/mage/pull/346) - [@​JamieEdge](https://togithub.com/JamieEdge) made their first contribution in [https://github.com/magefile/mage/pull/342](https://togithub.com/magefile/mage/pull/342) - [@​perrito666](https://togithub.com/perrito666) made their first contribution in [https://github.com/magefile/mage/pull/405](https://togithub.com/magefile/mage/pull/405) **Full Changelog**: https://github.com/magefile/mage/compare/v1.12.1...v1.13.0 ### [`v1.12.1`](https://togithub.com/magefile/mage/releases/tag/v1.12.1): - Second Verse, Same as the First [Compare Source](https://togithub.com/magefile/mage/compare/v1.12.0...v1.12.1) This is a copy of v1.12.0 ... nothing has changed. However, there was an initial v1.12.0 that was created accidentally, and then deleted, and it's causing some go proxies to complain. So hopefully this will fix that. #### Changelog - [`2f1ec40`](https://togithub.com/magefile/mage/commit/2f1ec40) ci: migrate from travis to github action ([#​391](https://togithub.com/magefile/mage/issues/391)) - [`fe9f942`](https://togithub.com/magefile/mage/commit/fe9f942) evidently goreleaseer has changed in the last 4 years :) ([#​394](https://togithub.com/magefile/mage/issues/394)) - [`fd5011e`](https://togithub.com/magefile/mage/commit/fd5011e) Fix the rollback mechanism for tags during a release ([#​392](https://togithub.com/magefile/mage/issues/392)) - [`404c119`](https://togithub.com/magefile/mage/commit/404c119) sh.run(): quoted strings before join ([#​306](https://togithub.com/magefile/mage/issues/306)) - [`0c5affe`](https://togithub.com/magefile/mage/commit/0c5affe) Add asdf installation instructions to docs ([#​383](https://togithub.com/magefile/mage/issues/383)) - [`e84bbc1`](https://togithub.com/magefile/mage/commit/e84bbc1) [#​288](https://togithub.com/magefile/mage/issues/288) add brew and scoop install to docs ([#​376](https://togithub.com/magefile/mage/issues/376)) - [`80953f7`](https://togithub.com/magefile/mage/commit/80953f7) [#​378](https://togithub.com/magefile/mage/issues/378) bump travisci go16 ([#​379](https://togithub.com/magefile/mage/issues/379)) - [`dd94424`](https://togithub.com/magefile/mage/commit/dd94424) Create issue templates ([#​374](https://togithub.com/magefile/mage/issues/374)) - [`d9e2e41`](https://togithub.com/magefile/mage/commit/d9e2e41) fix: deterministic compiled mainfile ([#​348](https://togithub.com/magefile/mage/issues/348)) - [`4cf3cfc`](https://togithub.com/magefile/mage/commit/4cf3cfc) make -h work with imported targets ([#​335](https://togithub.com/magefile/mage/issues/335)) - [`de7ca6c`](https://togithub.com/magefile/mage/commit/de7ca6c) fix test for go 1.16 ([#​330](https://togithub.com/magefile/mage/issues/330)) ### [`v1.12.0`](https://togithub.com/magefile/mage/releases/tag/v1.12.0): - Small Fixes [Compare Source](https://togithub.com/magefile/mage/compare/v1.11.0...v1.12.0) This is our first release in a while, and nothing major is added, but some small fixes have gone out, like making the mainfile deterministic and making sure we can use -h with imported targets. #### Changelog - [`2f1ec40`](https://togithub.com/magefile/mage/commit/2f1ec40) ci: migrate from travis to github action ([#​391](https://togithub.com/magefile/mage/issues/391)) - [`fe9f942`](https://togithub.com/magefile/mage/commit/fe9f942) evidently goreleaseer has changed in the last 4 years :) ([#​394](https://togithub.com/magefile/mage/issues/394)) - [`fd5011e`](https://togithub.com/magefile/mage/commit/fd5011e) Fix the rollback mechanism for tags during a release ([#​392](https://togithub.com/magefile/mage/issues/392)) - [`404c119`](https://togithub.com/magefile/mage/commit/404c119) sh.run(): quoted strings before join ([#​306](https://togithub.com/magefile/mage/issues/306)) - [`0c5affe`](https://togithub.com/magefile/mage/commit/0c5affe) Add asdf installation instructions to docs ([#​383](https://togithub.com/magefile/mage/issues/383)) - [`e84bbc1`](https://togithub.com/magefile/mage/commit/e84bbc1) [#​288](https://togithub.com/magefile/mage/issues/288) add brew and scoop install to docs ([#​376](https://togithub.com/magefile/mage/issues/376)) - [`80953f7`](https://togithub.com/magefile/mage/commit/80953f7) [#​378](https://togithub.com/magefile/mage/issues/378) bump travisci go16 ([#​379](https://togithub.com/magefile/mage/issues/379)) - [`dd94424`](https://togithub.com/magefile/mage/commit/dd94424) Create issue templates ([#​374](https://togithub.com/magefile/mage/issues/374)) - [`d9e2e41`](https://togithub.com/magefile/mage/commit/d9e2e41) fix: deterministic compiled mainfile ([#​348](https://togithub.com/magefile/mage/issues/348)) - [`4cf3cfc`](https://togithub.com/magefile/mage/commit/4cf3cfc) make -h work with imported targets ([#​335](https://togithub.com/magefile/mage/issues/335)) - [`de7ca6c`](https://togithub.com/magefile/mage/commit/de7ca6c) fix test for go 1.16 ([#​330](https://togithub.com/magefile/mage/issues/330))
--- ### 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 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://app.renovatebot.com/dashboard#github/scottames/cmder). 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 a52c538..2bb94be 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.20 require ( github.com/go-test/deep v1.1.0 - github.com/magefile/mage v1.11.0 + github.com/magefile/mage v1.14.0 github.com/stretchr/testify v1.7.0 ) diff --git a/go.sum b/go.sum index 0511e23..eb64811 100644 --- a/go.sum +++ b/go.sum @@ -2,8 +2,8 @@ github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8 github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/go-test/deep v1.1.0 h1:WOcxcdHcvdgThNXjw0t76K42FXTU7HpNQWHpA2HHNlg= github.com/go-test/deep v1.1.0/go.mod h1:5C2ZWiW0ErCdrYzpqxLbTX7MG14M9iiw8DgHncVwcsE= -github.com/magefile/mage v1.11.0 h1:C/55Ywp9BpgVVclD3lRnSYCwXTYxmSppIgLeDYlNuls= -github.com/magefile/mage v1.11.0/go.mod h1:z5UZb/iS3GoOSn0JgWuiw7dxlurVYTu+/jHXqQg881A= +github.com/magefile/mage v1.14.0 h1:6QDX3g6z1YvJ4olPhT1wksUcSa/V0a1B+pJb73fBjyo= +github.com/magefile/mage v1.14.0/go.mod h1:z5UZb/iS3GoOSn0JgWuiw7dxlurVYTu+/jHXqQg881A= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=