From 2f3d6266f3c69171d69b881ee6ef3cb59efa0e1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 11:15:59 -0400 Subject: [PATCH] chore(deps): bump github.com/argoproj/argo-cd/v2 from 2.7.9 to 2.7.14 (#844) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kent Rancourt --- go.mod | 5 +++-- go.sum | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 8a887706f..0c1c75a1d 100644 --- a/go.mod +++ b/go.mod @@ -13,7 +13,7 @@ require ( // https://github.com/argoproj-labs/argocd-image-updater/pull/456 // https://github.com/argoproj-labs/argocd-image-updater/pull/559 github.com/argoproj-labs/argocd-image-updater v0.0.0-20230921174511-420bd97b57d2 - github.com/argoproj/argo-cd/v2 v2.7.9 + github.com/argoproj/argo-cd/v2 v2.7.14 github.com/argoproj/gitops-engine v0.7.1-0.20230607163028-425d65e07695 github.com/bacongobbler/browser v1.1.0 github.com/coreos/go-oidc/v3 v3.6.0 @@ -31,7 +31,6 @@ require ( github.com/spf13/pflag v1.0.5 github.com/stretchr/testify v1.8.4 github.com/technosophos/moniker v0.0.0-20210218184952-3ea787d3943b - github.com/withfig/autocomplete-tools/integrations/cobra v1.2.1 golang.org/x/crypto v0.11.0 golang.org/x/exp v0.0.0-20230807204917-050eac23e9de golang.org/x/net v0.12.0 @@ -52,6 +51,8 @@ require ( sigs.k8s.io/yaml v1.3.0 ) +require github.com/withfig/autocomplete-tools/integrations/cobra v1.2.1 + require ( cloud.google.com/go/compute v1.18.0 // indirect cloud.google.com/go/compute/metadata v0.2.3 // indirect diff --git a/go.sum b/go.sum index 9b93f6837..4e0c38e2f 100644 --- a/go.sum +++ b/go.sum @@ -113,8 +113,8 @@ github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kd github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20210826220005-b48c857c3a0e/go.mod h1:F7bn7fEU90QkQ3tnmaTx3LTKLEDqnwWODIYppRQ5hnY= github.com/argoproj-labs/argocd-image-updater v0.0.0-20230921174511-420bd97b57d2 h1:RRbgkEUa0GLIfWVhMe/bwoSVxvHOhCuiUHStif92wTs= github.com/argoproj-labs/argocd-image-updater v0.0.0-20230921174511-420bd97b57d2/go.mod h1:1BJndLUv0jTpLlzMaN9Qtjnub+c1blh/2Gp22coq05w= -github.com/argoproj/argo-cd/v2 v2.7.9 h1:n/mu5bfoT/yGb0mwmijh7JsDrcWpQ2bPeps3/01t7/U= -github.com/argoproj/argo-cd/v2 v2.7.9/go.mod h1:ra7uFz7Nh5veLlMO6m0xBHuOoAbOfa3VG37ydExQFEw= +github.com/argoproj/argo-cd/v2 v2.7.14 h1:Hmg4S/PWx1FgtRrzISaO4D8cIRbZdEkiovMntEc87hc= +github.com/argoproj/argo-cd/v2 v2.7.14/go.mod h1:ra7uFz7Nh5veLlMO6m0xBHuOoAbOfa3VG37ydExQFEw= github.com/argoproj/gitops-engine v0.7.1-0.20230607163028-425d65e07695 h1:w8OPbqHyhWxLyC4LZgs5JBUe7AOkJpNZqFa92yy7Kmc= github.com/argoproj/gitops-engine v0.7.1-0.20230607163028-425d65e07695/go.mod h1:WpA/B7tgwfz+sdNE3LqrTrb7ArEY1FOPI2pAGI0hfPc= github.com/argoproj/pkg v0.13.7-0.20230627120311-a4dd357b057e h1:kuLQvJqwwRMQTheT4MFyKVM8Txncu21CHT4yBWUl1Mk=