Bump github.com/spf13/cobra from 1.6.0 to 1.6.1 in /server

Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v1.6.0...v1.6.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>
This commit is contained in:
dependabot[bot]
2022-10-31 12:17:50 +00:00
committed by GitHub
parent 97099423fc
commit d052d71015
2 changed files with 4 additions and 5 deletions

View File

@ -3,13 +3,12 @@ module docker4ssh
go 1.17
require (
github.com/BurntSushi/toml v1.2.0
github.com/BurntSushi/toml v1.2.1
github.com/docker/docker v20.10.20+incompatible
github.com/docker/docker v20.10.20+incompatible
github.com/docker/go-units v0.5.0
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/morikuni/aec v1.0.0
github.com/spf13/cobra v1.6.0
github.com/spf13/cobra v1.6.1
go.uber.org/zap v1.23.0
golang.org/x/crypto v0.0.0-20220517005047-85d78b3ac167
)