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

mvdan.cc/sh: Use v2.6.4

This commit is contained in:
Andrey Nering
2019-03-16 10:42:23 -03:00
parent 9f269e1a95
commit de11323d28
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -19,5 +19,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 v2.6.4-0.20190222161105-3c71c7be1070+incompatible
mvdan.cc/sh v2.6.4+incompatible
)