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

This commit is contained in:
renovate[bot]
2025-08-24 23:35:43 +00:00
committed by GitHub
parent 5e96f17308
commit 104420d9f5
2 changed files with 4 additions and 2 deletions

4
go.mod
View File

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