From 6eac90acf6d7e6bfc8ed69619445be6b5028b8bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 20:11:07 +0000 Subject: [PATCH] Bump github.com/dosquad/mage from 0.1.32 to 0.2.0 in /magefiles Bumps [github.com/dosquad/mage](https://github.com/dosquad/mage) from 0.1.32 to 0.2.0. - [Release notes](https://github.com/dosquad/mage/releases) - [Changelog](https://github.com/dosquad/mage/blob/main/goreleaser.go) - [Commits](https://github.com/dosquad/mage/compare/v0.1.32...v0.2.0) --- updated-dependencies: - dependency-name: github.com/dosquad/mage dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- magefiles/go.mod | 2 +- magefiles/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/magefiles/go.mod b/magefiles/go.mod index 39fd339..dcde014 100644 --- a/magefiles/go.mod +++ b/magefiles/go.mod @@ -3,7 +3,7 @@ module github.com/na4ma4/traefik-acme/magefiles go 1.22.2 require ( - github.com/dosquad/mage v0.1.32 + github.com/dosquad/mage v0.2.0 github.com/magefile/mage v1.15.0 github.com/na4ma4/go-permbits v0.5.1 github.com/princjef/mageutil v1.0.0 diff --git a/magefiles/go.sum b/magefiles/go.sum index 5ab4765..0bc6e6e 100644 --- a/magefiles/go.sum +++ b/magefiles/go.sum @@ -11,8 +11,8 @@ github.com/dosquad/go-cliversion v0.1.6 h1:yuhj7JlC+JIiliLdIPxmFxHHrwYD3w/0WI9wZ github.com/dosquad/go-cliversion v0.1.6/go.mod h1:huY1WHUuGh/TFldy6DsnLsiRcV/l3qH3f9JQqL3Cdn8= github.com/dosquad/go-giturl v0.1.1 h1:5rAICr4ycztRDDia/BzcX5QKyQI6vZ3i8HMbZZT9/sw= github.com/dosquad/go-giturl v0.1.1/go.mod h1:rlSpkXg6Ra92tAHXDBLvCy6ddWJt/9Go+5dc2WVtZS8= -github.com/dosquad/mage v0.1.32 h1:yyM51UT1iDPxo9HZ1oN4sJOUnIhsoQb2dRwZEx9Jzdg= -github.com/dosquad/mage v0.1.32/go.mod h1:ZhCOXh4mq9m3spudNz5B7F8vw+fu4Ny9LsDljBVXXN4= +github.com/dosquad/mage v0.2.0 h1:RS6QPKkGvkydL+Ckq1uAjbcwwXkoQIssv96q1eklEXk= +github.com/dosquad/mage v0.2.0/go.mod h1:ZhCOXh4mq9m3spudNz5B7F8vw+fu4Ny9LsDljBVXXN4= github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4= github.com/fatih/color v1.9.0/go.mod h1:eQcE1qtQxscV5RaZvpXrrb8Drkc3/DdQ+uUYCNjL+zU= github.com/fatih/color v1.17.0 h1:GlRw1BRJxkpqUCBKzKOw098ed57fEsKeNjpTe3cSjK4=