Update module github.com/spf13/cobra to v1.8.1 (#125)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-07-20 20:34:50 -04:00
committed by GitHub
parent 679a63cc14
commit 98426b012d
2 changed files with 4 additions and 1 deletions

2
go.mod
View File

@@ -10,7 +10,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.8.0
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.9.0
)