From daaa0f94d44867bf25285907be424affd48bc203 Mon Sep 17 00:00:00 2001 From: "bot-go-openapi[bot]" <246880138+bot-go-openapi[bot]@users.noreply.github.com> Date: Sat, 7 Mar 2026 21:52:29 +0000 Subject: [PATCH] chore: prepare release v2.4.1 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- enable/colors/go.mod | 2 +- enable/yaml/go.mod | 2 +- internal/testintegration/go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/enable/colors/go.mod b/enable/colors/go.mod index 2d63f3823..cb9b06fd5 100644 --- a/enable/colors/go.mod +++ b/enable/colors/go.mod @@ -1,7 +1,7 @@ module github.com/go-openapi/testify/enable/colors/v2 require ( - github.com/go-openapi/testify/v2 v2.4.0 + github.com/go-openapi/testify/v2 v2.4.1 golang.org/x/term v0.40.0 ) diff --git a/enable/yaml/go.mod b/enable/yaml/go.mod index bff16ac77..d2d3c12ae 100644 --- a/enable/yaml/go.mod +++ b/enable/yaml/go.mod @@ -1,7 +1,7 @@ module github.com/go-openapi/testify/enable/yaml/v2 require ( - github.com/go-openapi/testify/v2 v2.4.0 + github.com/go-openapi/testify/v2 v2.4.1 go.yaml.in/yaml/v3 v3.0.4 ) diff --git a/internal/testintegration/go.mod b/internal/testintegration/go.mod index caef5de0a..b6c5c6bb3 100644 --- a/internal/testintegration/go.mod +++ b/internal/testintegration/go.mod @@ -4,7 +4,7 @@ go 1.24.0 require ( github.com/go-openapi/testify/enable/colors/v2 v2.4.0 - github.com/go-openapi/testify/v2 v2.4.0 + github.com/go-openapi/testify/v2 v2.4.1 go.yaml.in/yaml/v3 v3.0.4 pgregory.net/rapid v1.2.0 )