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

This commit is contained in:
renovate[bot]
2025-12-06 02:43:39 +00:00
committed by GitHub
parent eda46dcce9
commit e9e3d152c2
2 changed files with 4 additions and 1 deletions

2
go.mod
View File

@@ -11,7 +11,7 @@ require (
github.com/olekukonko/tablewriter v0.0.5
github.com/rs/zerolog v1.34.0
github.com/spf13/afero v1.14.0
github.com/spf13/cobra v1.10.1
github.com/spf13/cobra v1.10.2
github.com/stretchr/testify v1.11.1
golang.org/x/net v0.46.0
)