Skip to content
Merged
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 @@ -4,7 +4,7 @@ go 1.24.6

require (
github.com/argoproj-labs/argo-rollouts-manager v0.0.8-0.20260224121037-1824164aac67
github.com/argoproj-labs/argocd-operator v0.17.1-0.20260428073110-6ec5521cc40b
github.com/argoproj-labs/argocd-operator v0.17.1-0.20260623132349-dd274c8737df
github.com/argoproj/argo-cd/v3 v3.1.15
github.com/argoproj/gitops-engine v0.7.1-0.20250905160054-e48120133eec
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 @@ -31,8 +31,8 @@ github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be h1:9AeTilPcZAjCFI
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be/go.mod h1:ySMOLuWl6zY27l47sB3qLNK6tF2fkHG55UZxx8oIVo4=
github.com/argoproj-labs/argo-rollouts-manager v0.0.8-0.20260224121037-1824164aac67 h1:gFasfvlbOfrwzd7JaVTlnRgE7pDMFC+lQwt07gGGrbY=
github.com/argoproj-labs/argo-rollouts-manager v0.0.8-0.20260224121037-1824164aac67/go.mod h1:WPyZkNHZjir/OTt8mrRwcUZKe1euHrHPJsRv1Wp/F/0=
github.com/argoproj-labs/argocd-operator v0.17.1-0.20260428073110-6ec5521cc40b h1:dmoYlgpdEB9WmBid2nk/x2RIWvOWGFLNlsrx8UXnCgo=
github.com/argoproj-labs/argocd-operator v0.17.1-0.20260428073110-6ec5521cc40b/go.mod h1:MKMj+qR5uXu0OI/iz+WMitsgYXk0iuAGARWnmLrjEXc=
github.com/argoproj-labs/argocd-operator v0.17.1-0.20260623132349-dd274c8737df h1:YFsexpu91aQWOWUXILeRrNiWj6UhgZOrEY7jK6jXTng=
github.com/argoproj-labs/argocd-operator v0.17.1-0.20260623132349-dd274c8737df/go.mod h1:MKMj+qR5uXu0OI/iz+WMitsgYXk0iuAGARWnmLrjEXc=
github.com/argoproj/argo-cd/v3 v3.1.15 h1:pWYYggHEIulBdDWhs3KZPNkofP4yqPn9XT1Poz8WAeY=
github.com/argoproj/argo-cd/v3 v3.1.15/go.mod h1:JYZ4nAgaMOXxgTfQjC0pdJjmXQNPvEgOLn8YJm4IPow=
github.com/argoproj/gitops-engine v0.7.1-0.20250905160054-e48120133eec h1:rNAwbRQFvRIuW/e2bU+B10mlzghYXsnwZedYeA7Drz4=
Expand Down
Loading