@@ -5,7 +5,7 @@ go 1.26.0
55require (
66 github.com/argoproj/argo-cd/gitops-engine v0.7.1-0.20250908182407-97ad5b59a627
77 // Update in Makefile and run `make update-dependencies`
8- github.com/argoproj/argo-cd/v3 v3.4.2
8+ github.com/argoproj/argo-cd/v3 v3.4.4
99 github.com/cert-manager/cert-manager v1.20.2
1010 github.com/go-logr/logr v1.4.3
1111 github.com/google/go-cmp v0.7.0
@@ -70,7 +70,7 @@ require (
7070)
7171
7272require (
73- github.com/argoproj-labs/argocd-image-updater v1.2.1
73+ github.com/argoproj-labs/argocd-image-updater v1.2.2
7474 go.yaml.in/yaml/v2 v2.4.3 // indirect
7575 go.yaml.in/yaml/v3 v3.0.4 // indirect
7676)
@@ -214,11 +214,11 @@ require (
214214)
215215
216216replace (
217- // v3.4.2 declares gitops-engine at a pseudo-version where go.mod
217+ // v3.4.4 declares gitops-engine at a pseudo-version where go.mod
218218 // didn't exist yet, then overrides with replace => ./gitops-engine locally.
219- // Downstream consumers must resolve it themselves; pin to the v3.4.2 commit.
220- github.com/argoproj/argo-cd/gitops-engine => github.com/argoproj/argo-cd/gitops-engine v0.0.0-20260512203152-0dc6b1b57dd5
221- // This replace block is from Argo CD v3.4.2 go.mod
219+ // Downstream consumers must resolve it themselves; pin to the v3.4.4 commit.
220+ github.com/argoproj/argo-cd/gitops-engine => github.com/argoproj/argo-cd/gitops-engine v0.0.0-20260618084203-443415b5527a
221+ // This replace block is from Argo CD v3.4.4 go.mod
222222 github.com/golang/protobuf => github.com/golang/protobuf v1.5.4
223223 github.com/grpc-ecosystem/grpc-gateway => github.com/grpc-ecosystem/grpc-gateway v1.16.0
224224 golang.org/x/tools => golang.org/x/tools v0.35.0
0 commit comments