Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions codegen/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module github.com/go-openapi/testify/codegen/v2
go 1.25.0

require (
go.yaml.in/yaml/v3 v3.0.4
golang.org/x/text v0.34.0
golang.org/x/tools v0.42.0
)
Expand Down
4 changes: 4 additions & 0 deletions codegen/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc=
go.yaml.in/yaml/v3 v3.0.4/go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg=
golang.org/x/mod v0.33.0 h1:tHFzIWbBifEmbwtGz65eaWyGiGZatSrT9prnU8DbVL8=
golang.org/x/mod v0.33.0/go.mod h1:swjeQEj+6r7fODbD2cqrnje9PnziFuw4bmLbBZFrQ5w=
golang.org/x/sync v0.19.0 h1:vV+1eWNmZ5geRlYjzm2adRgW2/mcpevXNg50YZtPCE4=
Expand All @@ -8,3 +10,5 @@ golang.org/x/text v0.34.0 h1:oL/Qq0Kdaqxa1KbNeMKwQq0reLCCaFtqu2eNuSeNHbk=
golang.org/x/text v0.34.0/go.mod h1:homfLqTYRFyVYemLBFl5GgL/DWEiH5wcsQ5gSh1yziA=
golang.org/x/tools v0.42.0 h1:uNgphsn75Tdz5Ji2q36v/nsFSfR/9BRFvqhGBaJGd5k=
golang.org/x/tools v0.42.0/go.mod h1:Ma6lCIwGZvHK6XtgbswSoWroEkhugApmsXyrUmBhfr0=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
2 changes: 1 addition & 1 deletion enable/colors/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/go-openapi/testify/enable/colors/v2

require (
github.com/go-openapi/testify/v2 v2.4.2
github.com/go-openapi/testify/v2 v2.5.0
golang.org/x/term v0.40.0
)

Expand Down
2 changes: 1 addition & 1 deletion enable/yaml/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/go-openapi/testify/enable/yaml/v2

require (
github.com/go-openapi/testify/v2 v2.4.2
github.com/go-openapi/testify/v2 v2.5.0
go.yaml.in/yaml/v3 v3.0.4
)

Expand Down
2 changes: 1 addition & 1 deletion internal/testintegration/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.25.0

require (
github.com/go-openapi/testify/enable/colors/v2 v2.4.0
github.com/go-openapi/testify/v2 v2.4.2
github.com/go-openapi/testify/v2 v2.5.0
go.yaml.in/yaml/v3 v3.0.4
pgregory.net/rapid v1.2.0
)
Expand Down
Loading