From d052d71015484f97e42509787e0040ce3a73e9ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 12:17:50 +0000 Subject: [PATCH] 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] --- server/go.mod | 5 ++--- server/go.sum | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/server/go.mod b/server/go.mod index 1d371ff..d86349f 100644 --- a/server/go.mod +++ b/server/go.mod @@ -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 ) diff --git a/server/go.sum b/server/go.sum index 88a47d8..f882f0c 100644 --- a/server/go.sum +++ b/server/go.sum @@ -51,8 +51,8 @@ github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQD github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0= github.com/sirupsen/logrus v1.8.1 h1:dJKuHgqk1NNQlqoA6BTlM1Wf9DOH3NBjQyu0h9+AZZE= github.com/sirupsen/logrus v1.8.1/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0= -github.com/spf13/cobra v1.6.0 h1:42a0n6jwCot1pUmomAp4T7DeMD+20LFv4Q54pxLf2LI= -github.com/spf13/cobra v1.6.0/go.mod h1:IOw/AERYS7UzyrGinqmz6HLUo219MORXGxhbaJUqzrY= +github.com/spf13/cobra v1.6.1 h1:o94oiPyS4KD1mPy2fmcYYHHfCxLqYjJOhGsCHFZtEzA= +github.com/spf13/cobra v1.6.1/go.mod h1:IOw/AERYS7UzyrGinqmz6HLUo219MORXGxhbaJUqzrY= github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=