fix(deps): update module github.com/stretchr/testify to v1.12.1

This commit is contained in:
Renovate Bot 2026-08-19 14:15:26 +00:00
parent 6c4c1bace6
commit 1ee04718f8
3 changed files with 7 additions and 2 deletions

3
go.mod
View file

@ -6,7 +6,7 @@ require (
github.com/akedrou/textdiff v0.1.0
github.com/rs/zerolog v1.35.1
github.com/spf13/pflag v1.0.10
github.com/stretchr/testify v1.11.1
github.com/stretchr/testify v1.12.1
)
require (
@ -14,6 +14,7 @@ require (
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
go.yaml.in/yaml/v3 v3.0.5 // indirect
golang.org/x/text v0.25.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)