Skip to content

Commit

Permalink
chore(deps): update 🤖 mage tooling to v0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 16, 2024
1 parent 262528b commit 9bd52d7
Show file tree
Hide file tree
Showing 5 changed files with 133 additions and 37 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toolchain go1.22.3

require (
al.essio.dev/pkg/shellescape v1.5.0
github.com/bitfield/script v0.22.1
github.com/bitfield/script v0.23.0
github.com/dustin/go-humanize v1.0.1
github.com/magefile/mage v1.15.0
github.com/matryer/is v1.4.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ github.com/MarvinJWendt/testza v0.4.2/go.mod h1:mSdhXiKH8sg/gQehJ63bINcCKp7RtYew
github.com/MarvinJWendt/testza v0.5.2 h1:53KDo64C1z/h/d/stCYCPY69bt/OSwjq5KpFNwi+zB4=
github.com/MarvinJWendt/testza v0.5.2/go.mod h1:xu53QFE5sCdjtMCKk8YMQ2MnymimEctc4n3EjyIYvEY=
github.com/atomicgo/cursor v0.0.1/go.mod h1:cBON2QmmrysudxNBFthvMtN32r3jxVRIvzkUiF/RuIk=
github.com/bitfield/script v0.22.1 h1:DphxoC5ssYciwd0ZS+N0Xae46geAD/0mVWh6a2NUxM4=
github.com/bitfield/script v0.22.1/go.mod h1:fv+6x4OzVsRs6qAlc7wiGq8fq1b5orhtQdtW0dwjUHI=
github.com/bitfield/script v0.23.0 h1:N0R5yLEl6wJIS9PR/A6xXwjMsplMubyxdi05N5l0X28=
github.com/bitfield/script v0.23.0/go.mod h1:fv+6x4OzVsRs6qAlc7wiGq8fq1b5orhtQdtW0dwjUHI=
github.com/containerd/console v1.0.3/go.mod h1:7LqA/THxQ86k76b8c/EMSiaJ3h1eZkMkXar0TQ1gf3U=
github.com/containerd/console v1.0.4 h1:F2g4+oChYvBTsASRTz8NP6iIAi97J3TtSAsLbIFn4ro=
github.com/containerd/console v1.0.4/go.mod h1:YynlIjWYF8myEu6sdkwKIvGQq+cOckRm6So2avqoYAk=
Expand Down
50 changes: 35 additions & 15 deletions vendor/github.com/bitfield/script/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

112 changes: 94 additions & 18 deletions vendor/github.com/bitfield/script/script.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ atomicgo.dev/keyboard/keys
# atomicgo.dev/schedule v0.1.0
## explicit; go 1.18
atomicgo.dev/schedule
# github.com/bitfield/script v0.22.1
# github.com/bitfield/script v0.23.0
## explicit; go 1.18
github.com/bitfield/script
# github.com/containerd/console v1.0.4
Expand Down

0 comments on commit 9bd52d7

Please sign in to comment.