1
0
mirror of https://github.com/go-task/task.git synced 2025-11-06 09:09:13 +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

@@ -9,7 +9,7 @@ import (
"github.com/go-task/task/v2/internal/taskfile"
"gopkg.in/yaml.v3"
"gopkg.in/yaml.v2"
)
var (

View File

@@ -8,7 +8,7 @@ import (
"github.com/go-task/task/v2/internal/taskfile"
"gopkg.in/yaml.v3"
"gopkg.in/yaml.v2"
)
// Taskvars reads a Taskvars for a given directory

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) {