Skip to content

Commit 6db737e

Browse files
chore: prepare release v2.3.0
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 82de69b commit 6db737e

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.2.0
4+
github.com/go-openapi/testify/v2 v2.3.0
55
golang.org/x/term v0.39.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.2.0
4+
github.com/go-openapi/testify/v2 v2.3.0
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.24.0
44

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

0 commit comments

Comments
 (0)