From d17cf6d558a48687a4fcda49a8d09ad57a15413b Mon Sep 17 00:00:00 2001 From: "bot-go-openapi[bot]" <246880138+bot-go-openapi[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 18:37:30 +0000 Subject: [PATCH] chore: prepare release v2.5.0 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- codegen/go.mod | 1 + codegen/go.sum | 4 ++++ enable/colors/go.mod | 2 +- enable/yaml/go.mod | 2 +- internal/testintegration/go.mod | 2 +- 5 files changed, 8 insertions(+), 3 deletions(-) diff --git a/codegen/go.mod b/codegen/go.mod index 512a169a0..9f9da3ac0 100644 --- a/codegen/go.mod +++ b/codegen/go.mod @@ -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 ) diff --git a/codegen/go.sum b/codegen/go.sum index 791de3672..8d7ad3d13 100644 --- a/codegen/go.sum +++ b/codegen/go.sum @@ -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= @@ -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= diff --git a/enable/colors/go.mod b/enable/colors/go.mod index 36a094458..fb3395336 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.2 + github.com/go-openapi/testify/v2 v2.5.0 golang.org/x/term v0.40.0 ) diff --git a/enable/yaml/go.mod b/enable/yaml/go.mod index 20280c8b5..42b40b067 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.2 + github.com/go-openapi/testify/v2 v2.5.0 go.yaml.in/yaml/v3 v3.0.4 ) diff --git a/internal/testintegration/go.mod b/internal/testintegration/go.mod index 31fabd5e9..673252289 100644 --- a/internal/testintegration/go.mod +++ b/internal/testintegration/go.mod @@ -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 )