1
0
mirror of https://github.com/go-task/task.git synced 2025-03-17 21:08:01 +02:00

Upgrade mvdan.cc/sh to v3.0.1

This commit is contained in:
Andrey Nering 2020-01-11 21:46:57 -03:00
parent 1c9fbf92c6
commit de98a53b43
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -14,7 +14,7 @@ require (
github.com/stretchr/testify v1.4.0
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
gopkg.in/yaml.v2 v2.2.2
mvdan.cc/sh/v3 v3.0.0-beta1
mvdan.cc/sh/v3 v3.0.1
)
go 1.13

4
go.sum
View File

@ -55,5 +55,5 @@ gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI=
gopkg.in/yaml.v2 v2.2.2 h1:ZCJp+EgiOT7lHqUV2J862kp8Qj64Jo6az82+3Td9dZw=
gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e/go.mod h1:Ge4atmRUYqueGppvJ7JNrtqpqokoJEFxYbP0Z+WeKS8=
mvdan.cc/sh/v3 v3.0.0-beta1 h1:UqiwBEXEPzelaGxuvixaOtzc7WzKtrElePJ8HqvW7K8=
mvdan.cc/sh/v3 v3.0.0-beta1/go.mod h1:rBIndNJFYPp8xSppiZcGIk6B5d1g3OEARxEaXjPxwVI=
mvdan.cc/sh/v3 v3.0.1 h1:f6huEnEEwLTsHYSNiyhkheojUe8P5KnDdEjiBTFUbP0=
mvdan.cc/sh/v3 v3.0.1/go.mod h1:rBIndNJFYPp8xSppiZcGIk6B5d1g3OEARxEaXjPxwVI=