Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.26.2
require (
github.com/argoproj-labs/argo-rollouts-manager v0.0.9-0.20260505092152-3e07addcb2cb
github.com/argoproj-labs/argocd-image-updater v1.2.2
github.com/argoproj-labs/argocd-operator v0.19.0-rc2.0.20260630041249-888474273eba
github.com/argoproj-labs/argocd-operator v0.19.0-rc2.0.20260722094016-aa23e3963136

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

github.com/argoproj/argo-cd/gitops-engine v0.7.1-0.20250908182407-97ad5b59a627
github.com/argoproj/argo-cd/v3 v3.4.4
github.com/go-logr/logr v1.4.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ github.com/argoproj-labs/argo-rollouts-manager v0.0.9-0.20260505092152-3e07addcb
github.com/argoproj-labs/argo-rollouts-manager v0.0.9-0.20260505092152-3e07addcb2cb/go.mod h1:Ouqjtkj48SPJhW6r00CYqJ4uM7QDy3D4tinKIK9Y69Q=
github.com/argoproj-labs/argocd-image-updater v1.2.2 h1:5g7OJclZG03gQrbF5rbKlKdK0sL9CzS9tv4e8ljO7cs=
github.com/argoproj-labs/argocd-image-updater v1.2.2/go.mod h1:QZni7rexzlsmYa5hGu2+iWV42igUpJ0hfLP3+36ulVY=
github.com/argoproj-labs/argocd-operator v0.19.0-rc2.0.20260630041249-888474273eba h1:94jBZvH9MVJdP5A2ROeMGSGS4EbR+GrC7qXv5uVrHFI=
github.com/argoproj-labs/argocd-operator v0.19.0-rc2.0.20260630041249-888474273eba/go.mod h1:eVZ1BMn0y/wnRiQpXL/gwimZq2G0Q7QyW1C7/uSijc4=
github.com/argoproj-labs/argocd-operator v0.19.0-rc2.0.20260722094016-aa23e3963136 h1:4046KrL0gu/qTjTxlXY1KDEQ9x8OVJG4MVlONr+mIBQ=
github.com/argoproj-labs/argocd-operator v0.19.0-rc2.0.20260722094016-aa23e3963136/go.mod h1:PY9eHeSeYKdgskdfk4URjcIZgdRrgr1pVle2qpevjMM=
github.com/argoproj/argo-cd/gitops-engine v0.0.0-20260618084203-443415b5527a h1:SJc7T9iblzEkvl9Ori/OZL6gZgDFxMnC5icqGg0rvWc=
github.com/argoproj/argo-cd/gitops-engine v0.0.0-20260618084203-443415b5527a/go.mod h1:6Q1KZzkeKlnCpzzZ1Fu72+WPMAt+ZeMD9KOO6aMjW68=
github.com/argoproj/argo-cd/v3 v3.4.4 h1:PmYfvrLRecuOXjoUjBVx0nRwtJv/Wc9a3jaWs37EyyI=
Expand Down
Loading