From ce245dc1ddb303e4d5c1b8b86da90165a47880a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Oct 2022 06:05:05 +0000 Subject: [PATCH] Bump github.com/spf13/cobra from 1.4.0 to 1.6.0 Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.4.0 to 1.6.0. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](https://github.com/spf13/cobra/compare/v1.4.0...v1.6.0) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 8a45779..59cab6a 100644 --- a/go.mod +++ b/go.mod @@ -5,11 +5,11 @@ go 1.17 require ( github.com/imdario/mergo v0.3.12 github.com/matryer/is v1.4.0 - github.com/spf13/cobra v1.4.0 - gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 + github.com/spf13/cobra v1.6.0 + gopkg.in/yaml.v3 v3.0.1 ) require ( - github.com/inconshreveable/mousetrap v1.0.0 // indirect + github.com/inconshreveable/mousetrap v1.0.1 // indirect github.com/spf13/pflag v1.0.5 // indirect )