This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/main by this push:
     new 0c9fa38  chore(deps): bump github.com/spf13/cobra from 1.2.1 to 1.4.0
0c9fa38 is described below

commit 0c9fa380270c94bd419d26216f0e9e85d7273816
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 14 12:13:57 2022 +0000

    chore(deps): bump github.com/spf13/cobra from 1.2.1 to 1.4.0
    
    Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.2.1 
to 1.4.0.
    - [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.1...v1.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/cobra
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 go.mod | 2 +-
 go.sum | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/go.mod b/go.mod
index c6ed376..a2b9d38 100644
--- a/go.mod
+++ b/go.mod
@@ -34,7 +34,7 @@ require (
        github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749
        github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd
        github.com/sirupsen/logrus v1.8.1
-       github.com/spf13/cobra v1.2.1
+       github.com/spf13/cobra v1.4.0
        github.com/spf13/pflag v1.0.5
        github.com/spf13/viper v1.10.1
        github.com/stoewer/go-strcase v1.2.0
diff --git a/go.sum b/go.sum
index baeb278..a6d478a 100644
--- a/go.sum
+++ b/go.sum
@@ -1140,8 +1140,9 @@ github.com/spf13/cobra v0.0.5/go.mod 
h1:3K3wKZymM7VvHMDS9+Akkh4K60UwM26emMESw8tL
 github.com/spf13/cobra v0.0.6/go.mod 
h1:/6GTrnGXV9HjY+aR4k0oJ5tcvakLuG6EuKReYlHNrgE=
 github.com/spf13/cobra v1.0.0/go.mod 
h1:/6GTrnGXV9HjY+aR4k0oJ5tcvakLuG6EuKReYlHNrgE=
 github.com/spf13/cobra v1.1.3/go.mod 
h1:pGADOWyqRD/YMrPZigI/zbliZ2wVD/23d+is3pSWzOo=
-github.com/spf13/cobra v1.2.1 h1:+KmjbUw1hriSNMF55oPrkZcb27aECyrj8V2ytv7kWDw=
 github.com/spf13/cobra v1.2.1/go.mod 
h1:ExllRjgxM/piMAM+3tAZvg8fsklGAf3tPfi+i8t68Nk=
+github.com/spf13/cobra v1.4.0 h1:y+wJpx64xcgO1V+RcnwW0LEHxTKRi2ZDPSBjWnrg88Q=
+github.com/spf13/cobra v1.4.0/go.mod 
h1:Wo4iy3BUC+X2Fybo0PDqwJIv3dNRiZLHQymsfxlB84g=
 github.com/spf13/jwalterweatherman v1.0.0/go.mod 
h1:cQK4TGJAtQXfYWX+Ddv3mKDzgVb68N+wFjFa4jdeBTo=
 github.com/spf13/jwalterweatherman v1.1.0 
h1:ue6voC5bR5F8YxI5S67j9i582FU4Qvo2bmqnqMYADFk=
 github.com/spf13/jwalterweatherman v1.1.0/go.mod 
h1:aNWZUN0dPAAO/Ljvb5BEdw96iTZ0EXowPYD95IqWIGo=

Reply via email to