Bump github.com/spf13/cobra from 1.2.0 to 1.2.1 (#36)

Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/spf13/cobra/compare/v1.2.0...v1.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-07-05 20:10:16 -04:00
committed by GitHub
parent 2c01009600
commit f115b21bab
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -13,6 +13,6 @@ require (
github.com/rs/zerolog v1.23.0
github.com/showwin/speedtest-go v1.1.2
github.com/spf13/afero v1.6.0
github.com/spf13/cobra v1.2.0
github.com/spf13/cobra v1.2.1
github.com/stretchr/testify v1.7.0
)