Skip to content

Commit

Permalink
Merge pull request #346 from jopit/chore/update-argocd-2.4.6
Browse files Browse the repository at this point in the history
Update to argocd 2.4.6
  • Loading branch information
jopit authored Jul 13, 2022
2 parents 2dc436f + 528c762 commit 7c0d2fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/redhat-developer/gitops-operator
go 1.18

require (
github.com/argoproj-labs/argocd-operator v0.0.16-0.20220712180904-9d44bb5121df
github.com/argoproj-labs/argocd-operator v0.0.16-0.20220713172106-b03367361e8b
github.com/coreos/prometheus-operator v0.40.0
github.com/go-logr/logr v1.2.3
github.com/google/go-cmp v0.5.7
Expand Down Expand Up @@ -31,7 +31,7 @@ require (
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
github.com/PuerkitoBio/purell v1.1.1 // indirect
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
github.com/argoproj/argo-cd/v2 v2.4.5 // indirect
github.com/argoproj/argo-cd/v2 v2.4.6 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/blang/semver v3.5.1+incompatible // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,10 @@ github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20210826220005-b48c857c3a0e/go.m
github.com/apache/arrow/go/arrow v0.0.0-20191024131854-af6fa24be0db/go.mod h1:VTxUBvSJ3s3eHAg65PNgrsn5BtqCRPdmyXh6rAfdxN0=
github.com/apache/thrift v0.12.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ=
github.com/apache/thrift v0.13.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ=
github.com/argoproj-labs/argocd-operator v0.0.16-0.20220712180904-9d44bb5121df h1:YShh8T2ovxuhK5dAJCz4zc/WAn+LCqrLVqhYqhatTfk=
github.com/argoproj-labs/argocd-operator v0.0.16-0.20220712180904-9d44bb5121df/go.mod h1:efb9iNW8QcAaN2gvsfjE9U2xIdDcxxvVEGaz9mkO3Vc=
github.com/argoproj/argo-cd/v2 v2.4.5 h1:B2dkwERNkXtZbAUswEWKgdzu8mxzpXQz++NnHUXrtYg=
github.com/argoproj/argo-cd/v2 v2.4.5/go.mod h1:CnD0D1JGTSFxkALblVZiSm8sVgEKH1oaFQoMtpC7EaE=
github.com/argoproj-labs/argocd-operator v0.0.16-0.20220713172106-b03367361e8b h1:/hCtm17auJPpS93Da8mSkKSSof4f9+bg9tghGyF3VYc=
github.com/argoproj-labs/argocd-operator v0.0.16-0.20220713172106-b03367361e8b/go.mod h1:exXr8zuN0WyJ5+zPwuPRd616+CUePSt4raoMAqP5gMU=
github.com/argoproj/argo-cd/v2 v2.4.6 h1:n3Y0UaAUVbdd8tBpSzwpH3iuLtzAbK1hmGXyk7ueKT4=
github.com/argoproj/argo-cd/v2 v2.4.6/go.mod h1:CnD0D1JGTSFxkALblVZiSm8sVgEKH1oaFQoMtpC7EaE=
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o=
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8=
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY=
Expand Down

0 comments on commit 7c0d2fd

Please sign in to comment.