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

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-09-03 12:52:50 +03:00
committed by GitHub
parent 5c96747cc1
commit 31142509f0
2 changed files with 6 additions and 2 deletions

4
go.mod
View File

@@ -5,11 +5,11 @@ go 1.22
require (
github.com/hashicorp/go-version v1.7.0
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.9.1
github.com/spf13/cobra v1.10.1
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.6 // indirect
github.com/spf13/pflag v1.0.9 // indirect
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
)