Update module github.com/stretchr/testify to v1.10.0 (#140)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-07-25 21:25:00 -04:00
committed by GitHub
parent 5c069cb289
commit acb938dfdd
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -10,7 +10,7 @@ require (
github.com/rs/zerolog v1.34.0
github.com/spf13/afero v1.11.0
github.com/spf13/cobra v1.9.1
github.com/stretchr/testify v1.9.0
github.com/stretchr/testify v1.10.0
golang.org/x/net v0.35.0
)