chore(deps): bump github.com/spf13/cobra from 1.10.1 to 1.10.2

Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.10.1 to 1.10.2.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v1.10.1...v1.10.2)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-version: 1.10.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-12-08 09:15:03 +00:00
committed by GitHub
parent 8ac6ffc394
commit 416e094065
2 changed files with 4 additions and 3 deletions

2
go.mod
View File

@@ -10,7 +10,7 @@ require (
github.com/jkaninda/go-storage v0.1.3
github.com/jkaninda/go-utils v0.1.3
github.com/robfig/cron/v3 v3.0.1
github.com/spf13/cobra v1.10.1
github.com/spf13/cobra v1.10.2
gopkg.in/yaml.v3 v3.0.1
)