fix(deps): update module github.com/spf13/cobra (v1.10.1 → v1.10.2) (#67)

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-12-07 00:22:32 +02:00
committed by GitHub
parent da5831147f
commit f821c66572
2 changed files with 4 additions and 1 deletions

2
go.mod
View File

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