File tree Expand file tree Collapse file tree 5 files changed +5
-7
lines changed
Expand file tree Collapse file tree 5 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1- testdata /coverage_tests.out
1+ .vscode
2+ testdata /coverage_tests.out
Original file line number Diff line number Diff line change 88 "strconv"
99 "strings"
1010
11- "gopkg.in/yaml.v2 "
11+ "gopkg.in/yaml.v3 "
1212)
1313
1414type parseMode uint8
Original file line number Diff line number Diff line change 88 "testing"
99
1010 "github.com/stretchr/testify/assert"
11- "gopkg.in/yaml.v2 "
11+ "gopkg.in/yaml.v3 "
1212)
1313
1414type TestCase struct {
Original file line number Diff line number Diff line change @@ -4,11 +4,10 @@ go 1.18
44
55require (
66 github.com/stretchr/testify v1.8.0
7- gopkg.in/yaml.v2 v2.4.0
7+ gopkg.in/yaml.v3 v3.0.1
88)
99
1010require (
1111 github.com/davecgh/go-spew v1.1.1 // indirect
1212 github.com/pmezard/go-difflib v1.0.0 // indirect
13- gopkg.in/yaml.v3 v3.0.1 // indirect
1413)
Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ github.com/stretchr/testify v1.8.0 h1:pSgiaMZlXftHpm5L7V1+rVB+AZJydKsMxsQBIJw4PK
1010github.com/stretchr/testify v1.8.0 /go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU =
1111gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
1212gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
13- gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY =
14- gopkg.in/yaml.v2 v2.4.0 /go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ =
1513gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
1614gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
1715gopkg.in/yaml.v3 v3.0.1 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
You can’t perform that action at this time.
0 commit comments