Skip to content
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 go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ require (
go.yaml.in/yaml/v3 v3.0.4
golang.org/x/sync v0.23.0
golang.org/x/term v0.45.0
mvdan.cc/sh/moreinterp v0.0.0-20260907224004-5864ca90e1a1
mvdan.cc/sh/v3 v3.14.1
mvdan.cc/sh/x v0.0.0-20260907232430-b5028a3332a4
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
mvdan.cc/sh/moreinterp v0.0.0-20260907224004-5864ca90e1a1 h1:fAoH8iXArbk4NoSpUB9SSbZ4ZgXvk4lu2eVtt0fYu9k=
mvdan.cc/sh/moreinterp v0.0.0-20260907224004-5864ca90e1a1/go.mod h1:Db81oQN+Dtw+YkrEY+BVIgWWZvIplgQodq20B4TZJX0=
mvdan.cc/sh/v3 v3.14.1 h1:bXkhQWNHCs0KZEChF8hYS6FC+T2N9mUZLbQv9blditI=
mvdan.cc/sh/v3 v3.14.1/go.mod h1:syYCoFET8w9tvevxiXUtY8/ICrU+l26jHmhJDra3Vwo=
mvdan.cc/sh/x v0.0.0-20260907232430-b5028a3332a4 h1:+ZxaDoGrbmvQFjU5M1YQtHRoEf98R7mslgvlJ3hgASk=
mvdan.cc/sh/x v0.0.0-20260907232430-b5028a3332a4/go.mod h1:j4gEzJjKcncRAMCu/GVaXCR8/b63sHi/ty4+pG+FuPU=
2 changes: 1 addition & 1 deletion internal/execext/exec.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import (
"path/filepath"
"strings"

"mvdan.cc/sh/moreinterp/coreutils"
"mvdan.cc/sh/v3/expand"
"mvdan.cc/sh/v3/interp"
"mvdan.cc/sh/v3/syntax"
"mvdan.cc/sh/x/coreutils"

"github.com/go-task/task/v3/errors"
)
Expand Down
2 changes: 1 addition & 1 deletion website/src/latest/blog/windows-core-utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ project][sponsor]!
https://github.com/u-root/u-root/blob/main/pkg/core/command.go
[uroot-base]: https://github.com/u-root/u-root/blob/main/pkg/core/base.go
[middleware]:
https://github.com/mvdan/sh/blob/master/moreinterp/coreutils/coreutils.go
https://github.com/mvdan/sh/blob/master/x/coreutils/coreutils.go
[task-core-utils]: /docs/reference/environment#task-core-utils
[discord]: https://discord.com/invite/6TY36E39UK
[gh-issue]: https://github.com/go-task/task/issues
Expand Down
2 changes: 1 addition & 1 deletion website/src/next/blog/windows-core-utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ project][sponsor]!
https://github.com/u-root/u-root/blob/main/pkg/core/command.go
[uroot-base]: https://github.com/u-root/u-root/blob/main/pkg/core/base.go
[middleware]:
https://github.com/mvdan/sh/blob/master/moreinterp/coreutils/coreutils.go
https://github.com/mvdan/sh/blob/master/x/coreutils/coreutils.go
[task-core-utils]: /docs/reference/environment#task-core-utils
[discord]: https://discord.com/invite/6TY36E39UK
[gh-issue]: https://github.com/go-task/task/issues
Expand Down
Loading