Update module github.com/spf13/cobra to v1.10.1

This commit is contained in:
renovate[bot]
2025-09-06 02:12:30 +00:00
committed by GitHub
parent 0167804252
commit 5c2922ca1d
2 changed files with 6 additions and 2 deletions

4
go.mod
View File

@@ -9,7 +9,7 @@ require (
github.com/olekukonko/tablewriter v0.0.5
github.com/rs/zerolog v1.34.0
github.com/spf13/afero v1.11.0
github.com/spf13/cobra v1.9.1
github.com/spf13/cobra v1.10.1
github.com/stretchr/testify v1.10.0
golang.org/x/net v0.35.0
)
@@ -26,7 +26,7 @@ require (
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
github.com/spf13/pflag v1.0.6 // indirect
github.com/spf13/pflag v1.0.9 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/term v0.29.0 // indirect
golang.org/x/text v0.22.0 // indirect