1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00

Upgrade mvdan/sh

This commit is contained in:
Andrey Nering
2018-12-15 15:43:40 -02:00
parent 7dba742e4c
commit df032b09a7
3 changed files with 5 additions and 8 deletions

2
go.mod
View File

@@ -20,5 +20,5 @@ require (
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
golang.org/x/sys v0.0.0-20180831094639-fa5fdf94c789 // indirect
gopkg.in/yaml.v2 v2.2.1
mvdan.cc/sh v0.0.0-20180829163519-3a244a89e2e5
mvdan.cc/sh v2.6.2+incompatible
)