Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/dosquad/mage from 0.1.32 to 0.2.0 in /magefiles #71

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion magefiles/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions magefiles/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
Loading