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

View File

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