Skip to content

Commit 5e8ae5e

Browse files
committed
update mage extras
1 parent ba1f1f5 commit 5e8ae5e

File tree

10 files changed

+16
-17
lines changed

10 files changed

+16
-17
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.24.4
44

55
require (
66
github.com/magefile/mage v1.15.0
7-
github.com/mcandre/mage-extras v0.0.24
7+
github.com/mcandre/mage-extras v0.0.25
88
)
99

1010
require (

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D
2626
github.com/mattn/go-runewidth v0.0.9/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI=
2727
github.com/mattn/go-runewidth v0.0.16 h1:E5ScNMtiwvlvB5paMFdw9p4kSQzbXFikJ5SQO6TULQc=
2828
github.com/mattn/go-runewidth v0.0.16/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
29-
github.com/mcandre/mage-extras v0.0.24 h1:r0sStsVbiPRlKcdOi/nm3PUzYWKW1ImJhamaETYybno=
30-
github.com/mcandre/mage-extras v0.0.24/go.mod h1:zhbIqQ1YJruJ41ESXxc4Fb8rrLG/zE5MYBQkPPpopd8=
29+
github.com/mcandre/mage-extras v0.0.25 h1:f00zGW1Qk3Ene0anQbebwU7L38Y9suPy1V/VQP9ei6M=
30+
github.com/mcandre/mage-extras v0.0.25/go.mod h1:o0qeM5nUkP2eJJ8MFUU6kd/ltn6uW4JRRz6Q5JNxFak=
3131
github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 h1:zpIH83+oKzcpryru8ceC6BxnoG8TBrhgAvRg8obzup0=
3232
github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517/go.mod h1:KQ7+USdGKfpPjXk4Ga+5XxQM4Lm4e3gAogrreFAYpOg=
3333
github.com/mgechev/revive v1.9.0 h1:8LaA62XIKrb8lM6VsBSQ92slt/o92z5+hTw3CmrvSrM=

vendor/github.com/mcandre/mage-extras/.rubberstamp

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/mcandre/mage-extras/.tool-versions

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/mcandre/mage-extras/DEVELOPMENT.md

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/mcandre/mage-extras/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/mcandre/mage-extras/makefile

Lines changed: 3 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/mcandre/mage-extras/snyk.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/mcandre/mage-extras/version.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ github.com/mattn/go-isatty
3939
# github.com/mattn/go-runewidth v0.0.16
4040
## explicit; go 1.9
4141
github.com/mattn/go-runewidth
42-
# github.com/mcandre/mage-extras v0.0.24
43-
## explicit; go 1.24.2
42+
# github.com/mcandre/mage-extras v0.0.25
43+
## explicit; go 1.24.4
4444
github.com/mcandre/mage-extras
4545
# github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517
4646
## explicit

0 commit comments

Comments
 (0)