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

This commit is contained in:
Renovate Bot
2026-06-23 00:01:38 +00:00
parent 01223c176f
commit 64d2c3f7b5
2 changed files with 8 additions and 2 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ module kforge
go 1.22
require (
github.com/spf13/cobra v1.8.0
github.com/spf13/pflag v1.0.5
github.com/spf13/cobra v1.10.2
github.com/spf13/pflag v1.0.9
gopkg.in/yaml.v3 v3.0.1
)