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:
@ -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) {
|
||||
|
Reference in New Issue
Block a user