Update module github.com/spf13/cobra to v1.9.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-02-17 02:35:40 +00:00
parent 808754e2f1
commit 9552a42935
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -5,7 +5,7 @@ go 1.22.6
require (
github.com/fsnotify/fsnotify v1.8.0
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.9.0
github.com/spf13/cobra v1.9.1
github.com/stretchr/testify v1.10.0
gopkg.in/yaml.v3 v3.0.1
)