File tree Expand file tree Collapse file tree 6 files changed +7
-5
lines changed
Expand file tree Collapse file tree 6 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
99 github.com/spf13/pflag v1.0.3
1010 github.com/stretchr/testify v1.4.0
1111 golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
12- gopkg.in/yaml.v2 v2.2.2
12+ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
1313 mvdan.cc/sh/v3 v3.0.2
1414)
1515
Original file line number Diff line number Diff line change @@ -52,6 +52,8 @@ gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8
5252gopkg.in/errgo.v2 v2.1.0 /go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI =
5353gopkg.in/yaml.v2 v2.2.2 h1:ZCJp+EgiOT7lHqUV2J862kp8Qj64Jo6az82+3Td9dZw =
5454gopkg.in/yaml.v2 v2.2.2 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
55+ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo =
56+ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
5557mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e /go.mod h1:Ge4atmRUYqueGppvJ7JNrtqpqokoJEFxYbP0Z+WeKS8 =
5658mvdan.cc/sh/v3 v3.0.2 h1:NU+UpTZHRdIZ9igRo8zi/7+5/NpetYlhlyDhz1/AdMM =
5759mvdan.cc/sh/v3 v3.0.2 /go.mod h1:rBIndNJFYPp8xSppiZcGIk6B5d1g3OEARxEaXjPxwVI =
Original file line number Diff line number Diff line change 66 "github.com/go-task/task/v2/internal/taskfile"
77
88 "github.com/stretchr/testify/assert"
9- "gopkg.in/yaml.v2 "
9+ "gopkg.in/yaml.v3 "
1010)
1111
1212func TestPreconditionParse (t * testing.T ) {
Original file line number Diff line number Diff line change 99
1010 "github.com/go-task/task/v2/internal/taskfile"
1111
12- "gopkg.in/yaml.v2 "
12+ "gopkg.in/yaml.v3 "
1313)
1414
1515var (
Original file line number Diff line number Diff line change 88
99 "github.com/go-task/task/v2/internal/taskfile"
1010
11- "gopkg.in/yaml.v2 "
11+ "gopkg.in/yaml.v3 "
1212)
1313
1414// Taskvars reads a Taskvars for a given directory
Original file line number Diff line number Diff line change 66 "github.com/go-task/task/v2/internal/taskfile"
77
88 "github.com/stretchr/testify/assert"
9- "gopkg.in/yaml.v2 "
9+ "gopkg.in/yaml.v3 "
1010)
1111
1212func TestCmdParse (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments