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

Revert "Upgrade to yaml/go-yaml v3"

This reverts commit 8001fb3915.
This commit is contained in:
Andrey Nering
2019-05-11 11:22:13 -03:00
parent f0768b3af1
commit 83d618e1eb
5 changed files with 6 additions and 6 deletions

2
go.mod
View File

@@ -18,6 +18,6 @@ require (
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d // indirect
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
golang.org/x/sys v0.0.0-20180831094639-fa5fdf94c789 // indirect
gopkg.in/yaml.v3 v3.0.0-20190409140830-cdc409dda467
gopkg.in/yaml.v2 v2.2.1
mvdan.cc/sh v2.6.4+incompatible
)