Bump github.com/spf13/cobra from 1.4.0 to 1.5.0 in /server

Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v1.4.0...v1.5.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]
2022-06-21 12:44:13 +00:00
committed by GitHub
parent bb999d8948
commit cfc52c9fe6
2 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ require (
github.com/docker/go-units v0.4.0
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/morikuni/aec v1.0.0
github.com/spf13/cobra v1.4.0
github.com/spf13/cobra v1.5.0
go.uber.org/zap v1.21.0
golang.org/x/crypto v0.0.0-20220517005047-85d78b3ac167
)