Skip to content

Commit

Permalink
chore(deps): bump github.com/argoproj/argo-cd/v2 from 2.7.9 to 2.7.14 (
Browse files Browse the repository at this point in the history
…#844)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kent Rancourt <[email protected]>
  • Loading branch information
dependabot[bot] and krancour authored Sep 26, 2023
1 parent f3cc865 commit 2f3d626
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit 2f3d626

Please sign in to comment.