mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02:00
Upgrade mvdan.cc/sh, which fixes a bug with associative arrays
Fixes #785
This commit is contained in:
3
go.mod
3
go.mod
@@ -11,7 +11,7 @@ require (
|
||||
github.com/stretchr/testify v1.7.2
|
||||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
mvdan.cc/sh/v3 v3.5.1
|
||||
mvdan.cc/sh/v3 v3.6.0-0.dev.0.20220704111049-a6e3029cd899
|
||||
)
|
||||
|
||||
require (
|
||||
@@ -21,6 +21,7 @@ require (
|
||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
|
||||
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
|
||||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
||||
)
|
||||
|
||||
go 1.17
|
||||
|
Reference in New Issue
Block a user