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
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ 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.20260217032505-99b07bc7c580
github.com/argoproj/argo-cd/v3 v3.1.11
github.com/argoproj-labs/argocd-operator v0.17.1-0.20260428073110-6ec5521cc40b
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
github.com/google/go-cmp v0.7.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ 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.20260217032505-99b07bc7c580 h1:awuU3mSQTu+A+sDost0aR/zj+Gt3g3IjS80xMgNNuGU=
github.com/argoproj-labs/argocd-operator v0.17.1-0.20260217032505-99b07bc7c580/go.mod h1:29an6XlqimZb6KyvdkEAzaZ/i85tS7ZjEX7ugAGklfo=
github.com/argoproj/argo-cd/v3 v3.1.11 h1:eCxCsl+7/0N4kJVzUvLeBbyYneATFjRW8Q/z7r8d4aM=
github.com/argoproj/argo-cd/v3 v3.1.11/go.mod h1:JYZ4nAgaMOXxgTfQjC0pdJjmXQNPvEgOLn8YJm4IPow=
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/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=
github.com/argoproj/gitops-engine v0.7.1-0.20250905160054-e48120133eec/go.mod h1:aIBEG3ohgaC1gh/sw2On6knkSnXkqRLDoBj234Dqczw=
github.com/argoproj/pkg v0.13.7-0.20250305113207-cbc37dc61de5 h1:YBoLSjpoaJXaXAldVvBRKJuOPvIXz9UOv6S96gMJM/Q=
Expand Down
Loading