From ef1ecd313be780990269a691be94b825d8fd03b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 May 2023 04:03:23 +0000 Subject: [PATCH] Bump github.com/magefile/mage from 1.14.0 to 1.15.0 in /magefiles Bumps [github.com/magefile/mage](https://github.com/magefile/mage) from 1.14.0 to 1.15.0. - [Release notes](https://github.com/magefile/mage/releases) - [Changelog](https://github.com/magefile/mage/blob/master/.goreleaser.yml) - [Commits](https://github.com/magefile/mage/compare/v1.14.0...v1.15.0) --- updated-dependencies: - dependency-name: github.com/magefile/mage dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- magefiles/go.mod | 4 ++-- magefiles/go.sum | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/magefiles/go.mod b/magefiles/go.mod index bf28a5f..6d2a0b1 100644 --- a/magefiles/go.mod +++ b/magefiles/go.mod @@ -3,7 +3,8 @@ module tools go 1.18 require ( - github.com/magefile/mage v1.14.0 + github.com/magefile/mage v1.15.0 + github.com/mattn/go-shellwords v1.0.12 github.com/muesli/reflow v0.3.0 github.com/samber/lo v1.38.1 go.szostok.io/magex v0.0.0-20220919223013-70758dd12bda @@ -36,7 +37,6 @@ require ( github.com/mattn/go-colorable v0.1.13 // indirect github.com/mattn/go-isatty v0.0.18 // indirect github.com/mattn/go-runewidth v0.0.14 // indirect - github.com/mattn/go-shellwords v1.0.12 // indirect github.com/mholt/archiver/v3 v3.5.1 // indirect github.com/mitchellh/copystructure v1.0.0 // indirect github.com/mitchellh/reflectwalk v1.0.0 // indirect diff --git a/magefiles/go.sum b/magefiles/go.sum index 1d6171c..0c69ceb 100644 --- a/magefiles/go.sum +++ b/magefiles/go.sum @@ -55,8 +55,8 @@ github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= github.com/lucasb-eyer/go-colorful v1.2.0 h1:1nnpGOrhyZZuNyfu1QjKiUICQ74+3FNCN69Aj6K7nkY= github.com/lucasb-eyer/go-colorful v1.2.0/go.mod h1:R4dSotOR9KMtayYi1e77YzuveK+i7ruzyGqttikkLy0= github.com/magefile/mage v1.13.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/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.9/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc= github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA= github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=