Bump github.com/spf13/cobra from 1.6.1 to 1.7.0

Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v1.6.1...v1.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-04-11 20:39:21 +00:00
committed by GitHub
parent da9ce53a95
commit f97c48d92e
2 changed files with 3 additions and 4 deletions

2
go.mod
View File

@@ -8,7 +8,7 @@ require (
github.com/minio/sha256-simd v1.0.0
github.com/miolini/datacounter v1.0.3
github.com/prometheus/client_golang v1.14.0
github.com/spf13/cobra v1.6.1
github.com/spf13/cobra v1.7.0
golang.org/x/crypto v0.8.0
)