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 NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,9 @@ License URL: https://github.com/argoproj/argo-cd/blob/7660efb23b2d/gitops-engine

----------
Module: github.com/argoproj/argo-cd/v3
Version: v3.5.0
Version: v3.5.1
License: Apache-2.0
License URL: https://github.com/argoproj/argo-cd/blob/v3.5.0/LICENSE
License URL: https://github.com/argoproj/argo-cd/blob/v3.5.1/LICENSE

----------
Module: github.com/argoproj/pkg/v2
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ require (

require (
github.com/DATA-DOG/go-sqlmock v1.5.2
github.com/argoproj/argo-cd/v3 v3.5.0
github.com/argoproj/argo-cd/v3 v3.5.1
github.com/google/go-github/v74 v74.0.0
github.com/lib/pq v1.12.3
github.com/rook/rook/pkg/apis v0.0.0-20260812115214-483b2c00845a
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2920,8 +2920,8 @@ github.com/arbovm/levenshtein v0.0.0-20160628152529-48b4e1c0c4d0 h1:jfIu9sQUG6Ig
github.com/arbovm/levenshtein v0.0.0-20160628152529-48b4e1c0c4d0/go.mod h1:t2tdKJDJF9BV14lnkjHmOQgcvEKgtqs5a1N3LNdJhGE=
github.com/argoproj/argo-cd/gitops-engine v0.0.0-20260728075051-7660efb23b2d h1:/rO/uVUBn8ywSeYGDCXIIpKiCgxZ23+xshH+5UeuLUo=
github.com/argoproj/argo-cd/gitops-engine v0.0.0-20260728075051-7660efb23b2d/go.mod h1:RsOM4gdM/lsvAfIuzAhYrnHDTLA1AGooZRzVyxbVT3A=
github.com/argoproj/argo-cd/v3 v3.5.0 h1:iqnPFSKaQ0l3hREMH2Rk55VDcxrvBFaSO0g9bifZKzc=
github.com/argoproj/argo-cd/v3 v3.5.0/go.mod h1:/248vUTcQHNW3fYkaSUc0PkCFA/+mnILl5b6rv+xG6Y=
github.com/argoproj/argo-cd/v3 v3.5.1 h1:jtwPLEFX9mNj3jSq88ugFcScGnOZVs2DWaXFuZxrRT8=
github.com/argoproj/argo-cd/v3 v3.5.1/go.mod h1:/248vUTcQHNW3fYkaSUc0PkCFA/+mnILl5b6rv+xG6Y=
github.com/argoproj/pkg/v2 v2.0.1 h1:O/gCETzB/3+/hyFL/7d/VM/6pSOIRWIiBOTb2xqAHvc=
github.com/argoproj/pkg/v2 v2.0.1/go.mod h1:sdifF6sUTx9ifs38ZaiNMRJuMpSCBB9GulHfbPgQeRE=
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o=
Expand Down
4 changes: 2 additions & 2 deletions internal/tmpl/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,9 @@ License URL: https://github.com/argoproj/argo-cd/blob/7660efb23b2d/gitops-engine

----------
Module: github.com/argoproj/argo-cd/v3
Version: v3.5.0
Version: v3.5.1
License: Apache-2.0
License URL: https://github.com/argoproj/argo-cd/blob/v3.5.0/LICENSE
License URL: https://github.com/argoproj/argo-cd/blob/v3.5.1/LICENSE

----------
Module: github.com/argoproj/pkg/v2
Expand Down