From 4c2967cb14510a548f6885ba1ebf64dae218c447 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 00:11:02 +0000 Subject: [PATCH] chore(deps): bump github.com/magefile/mage in /internal/mage Bumps [github.com/magefile/mage](https://github.com/magefile/mage) from 1.15.0 to 1.17.2. - [Release notes](https://github.com/magefile/mage/releases) - [Commits](https://github.com/magefile/mage/compare/v1.15.0...v1.17.2) --- updated-dependencies: - dependency-name: github.com/magefile/mage dependency-version: 1.17.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- internal/mage/go.mod | 2 +- internal/mage/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/mage/go.mod b/internal/mage/go.mod index 800c2f580f7..0a45aa38eb6 100644 --- a/internal/mage/go.mod +++ b/internal/mage/go.mod @@ -7,7 +7,7 @@ require ( github.com/dagger/dagger v0.9.11 github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 github.com/hexops/gotextdiff v1.0.3 - github.com/magefile/mage v1.15.0 + github.com/magefile/mage v1.17.2 github.com/moby/buildkit v0.13.0-beta3 github.com/opencontainers/image-spec v1.1.0-rc5 golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa diff --git a/internal/mage/go.sum b/internal/mage/go.sum index f834797ad28..83e8a97a4bb 100644 --- a/internal/mage/go.sum +++ b/internal/mage/go.sum @@ -17,8 +17,8 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0= github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/hexops/gotextdiff v1.0.3 h1:gitA9+qJrrTCsiCl7+kh75nPqQt1cx4ZkudSTLoUqJM= github.com/hexops/gotextdiff v1.0.3/go.mod h1:pSWU5MAI3yDq+fZBTazCSJysOMbxWL1BSow5/V2vxeg= -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/magefile/mage v1.17.2 h1:fyXVu1eadI8Ap1HCCNgEhJ5McIWiYhLR8uol64ZZc40= +github.com/magefile/mage v1.17.2/go.mod h1:Yj51kqllmsgFpvvSzgrZPK9WtluG3kUhFaBUVLo4feA= github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y= github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= github.com/moby/buildkit v0.13.0-beta3 h1:eefOGE6SsWYHFfymc09Q7VU5i3L9vUs8ZCZVCDXWNOo=