File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ module github.com/go-openapi/testify/codegen/v2
33go 1.25.0
44
55require (
6+ go.yaml.in/yaml/v3 v3.0.4
67 golang.org/x/text v0.34.0
78 golang.org/x/tools v0.42.0
89)
Original file line number Diff line number Diff line change 11github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI =
22github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
3+ go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc =
4+ go.yaml.in/yaml/v3 v3.0.4 /go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg =
35golang.org/x/mod v0.33.0 h1:tHFzIWbBifEmbwtGz65eaWyGiGZatSrT9prnU8DbVL8 =
46golang.org/x/mod v0.33.0 /go.mod h1:swjeQEj+6r7fODbD2cqrnje9PnziFuw4bmLbBZFrQ5w =
57golang.org/x/sync v0.19.0 h1:vV+1eWNmZ5geRlYjzm2adRgW2/mcpevXNg50YZtPCE4 =
@@ -8,3 +10,5 @@ golang.org/x/text v0.34.0 h1:oL/Qq0Kdaqxa1KbNeMKwQq0reLCCaFtqu2eNuSeNHbk=
810golang.org/x/text v0.34.0 /go.mod h1:homfLqTYRFyVYemLBFl5GgL/DWEiH5wcsQ5gSh1yziA =
911golang.org/x/tools v0.42.0 h1:uNgphsn75Tdz5Ji2q36v/nsFSfR/9BRFvqhGBaJGd5k =
1012golang.org/x/tools v0.42.0 /go.mod h1:Ma6lCIwGZvHK6XtgbswSoWroEkhugApmsXyrUmBhfr0 =
13+ gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
14+ gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
Original file line number Diff line number Diff line change 11module github.com/go-openapi/testify/enable/colors/v2
22
33require (
4- github.com/go-openapi/testify/v2 v2.4.2
4+ github.com/go-openapi/testify/v2 v2.5.0
55 golang.org/x/term v0.40.0
66)
77
Original file line number Diff line number Diff line change 11module github.com/go-openapi/testify/enable/yaml/v2
22
33require (
4- github.com/go-openapi/testify/v2 v2.4.2
4+ github.com/go-openapi/testify/v2 v2.5.0
55 go.yaml.in/yaml/v3 v3.0.4
66)
77
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.25.0
44
55require (
66 github.com/go-openapi/testify/enable/colors/v2 v2.4.0
7- github.com/go-openapi/testify/v2 v2.4.2
7+ github.com/go-openapi/testify/v2 v2.5.0
88 go.yaml.in/yaml/v3 v3.0.4
99 pgregory.net/rapid v1.2.0
1010)
You can’t perform that action at this time.
0 commit comments