fix(deps): update module github.com/stretchr/testify (v1.11.0 → v1.11.1) (#23)

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-08-31 22:22:55 +03:00
committed by GitHub
parent 1030a336c1
commit 8cb85a3cd1
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -5,7 +5,7 @@ go 1.24
require (
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.9.1
github.com/stretchr/testify v1.11.0
github.com/stretchr/testify v1.11.1
gopkg.in/yaml.v3 v3.0.1
)