Skip to content

Commit 68afde4

Browse files
chore: prepare release v2.4.2
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bdd7923 commit 68afde4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

enable/colors/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module github.com/go-openapi/testify/enable/colors/v2
22

33
require (
4-
github.com/go-openapi/testify/v2 v2.4.1
4+
github.com/go-openapi/testify/v2 v2.4.2
55
golang.org/x/term v0.40.0
66
)
77

enable/yaml/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module github.com/go-openapi/testify/enable/yaml/v2
22

33
require (
4-
github.com/go-openapi/testify/v2 v2.4.1
4+
github.com/go-openapi/testify/v2 v2.4.2
55
go.yaml.in/yaml/v3 v3.0.4
66
)
77

internal/testintegration/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.25.0
44

55
require (
66
github.com/go-openapi/testify/enable/colors/v2 v2.4.0
7-
github.com/go-openapi/testify/v2 v2.4.1
7+
github.com/go-openapi/testify/v2 v2.4.2
88
go.yaml.in/yaml/v3 v3.0.4
99
pgregory.net/rapid v1.2.0
1010
)

0 commit comments

Comments
 (0)