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

Upgrade github.com/go-yaml/yaml to v3

This commit is contained in:
Andrey Nering
2020-03-28 11:27:49 -03:00
parent fb78e53a14
commit a044c41c66
6 changed files with 7 additions and 5 deletions

2
go.mod
View File

@@ -9,7 +9,7 @@ require (
github.com/spf13/pflag v1.0.3
github.com/stretchr/testify v1.4.0
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
gopkg.in/yaml.v2 v2.2.2
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
mvdan.cc/sh/v3 v3.0.2
)