File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Unreleased
4
+
5
+ - Upgrade [ mvdan/sh] ( https://github.com/mvdan/sh ) which contains a fix a for
6
+ a important regression on Windows
7
+ ([ #619 ] ( https://github.com/go-task/task/issues/619 ) , [ mvdan/sh #768 ] ( https://github.com/mvdan/sh/issues/768 ) , [ mvdan/sh #769 ] ( https://github.com/mvdan/sh/pull/769 ) ).
8
+
3
9
## v3.9.1 - 2021-11-28
4
10
5
11
- Add logging in verbose mode for when a task starts and finishes
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ require (
11
11
github.com/stretchr/testify v1.7.0
12
12
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
13
13
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
14
- mvdan.cc/sh/v3 v3.4.1
14
+ mvdan.cc/sh/v3 v3.4.2-0.20211202103622-5ae9d64e1402
15
15
)
16
16
17
17
go 1.16
Original file line number Diff line number Diff line change @@ -68,5 +68,5 @@ gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
68
68
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo =
69
69
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
70
70
mvdan.cc/editorconfig v0.2.0 /go.mod h1:lvnnD3BNdBYkhq+B4uBuFFKatfp02eB6HixDvEz91C0 =
71
- mvdan.cc/sh/v3 v3.4.1 h1:sY7JU00i7R0mEm7v0g7Z88l1Hf/6K5wVIdA0o4hoSbo =
72
- mvdan.cc/sh/v3 v3.4.1 /go.mod h1:p/tqPPI4Epfk2rICAe2RoaNd8HBSJ8t9Y2DA9yQlbzY =
71
+ mvdan.cc/sh/v3 v3.4.2-0.20211202103622-5ae9d64e1402 h1:IhYcaLRZjSJqGoLrn+sXXFq3Xhd40I0wBkoIyg6cSZs =
72
+ mvdan.cc/sh/v3 v3.4.2-0.20211202103622-5ae9d64e1402 /go.mod h1:p/tqPPI4Epfk2rICAe2RoaNd8HBSJ8t9Y2DA9yQlbzY =
You can’t perform that action at this time.
0 commit comments