Update module github.com/spf13/cobra to v1.9.1 (#147)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-02-21 22:38:55 -05:00
committed by GitHub
parent 8811763d7e
commit 552a6e3543
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -9,7 +9,7 @@ require (
github.com/olekukonko/tablewriter v0.0.5
github.com/rs/zerolog v1.33.0
github.com/spf13/afero v1.11.0
github.com/spf13/cobra v1.9.0
github.com/spf13/cobra v1.9.1
github.com/stretchr/testify v1.9.0
golang.org/x/net v0.35.0
)