1
0
mirror of https://github.com/go-task/task.git synced 2025-07-15 01:35:00 +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

View File

@ -6,7 +6,7 @@ import (
"github.com/go-task/task/v2/internal/taskfile"
"github.com/stretchr/testify/assert"
"gopkg.in/yaml.v3"
"gopkg.in/yaml.v2"
)
func TestCmdParse(t *testing.T) {