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

chore(deps): update 🤖 mage tooling to v0.23.0 #168

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/sheldonhull/magetools

Check failure on line 1 in go.mod

View workflow job for this annotation

GitHub Actions / Trunk Check

osv-scanner(CVE-2024-34155)

[existing] Stack exhaustion in all Parse functions in go/parser. Current version of 'stdlib' is vulnerable: 1.21.

Check failure on line 1 in go.mod

View workflow job for this annotation

GitHub Actions / Trunk Check

osv-scanner(CVE-2024-34156)

[existing] Stack exhaustion in Decoder.Decode in encoding/gob. Current version of 'stdlib' is vulnerable: 1.21.

Check failure on line 1 in go.mod

View workflow job for this annotation

GitHub Actions / Trunk Check

osv-scanner(CVE-2024-34158)

[existing] Stack exhaustion in Parse in go/build/constraint. Current version of 'stdlib' is vulnerable: 1.21.

go 1.21

Expand All @@ -6,7 +6,7 @@

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
Loading