File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.25.5
44
55require (
66 github.com/argoproj-labs/argocd-image-updater/registry-scanner v1.1.1
7- github.com/argoproj/argo-cd/v3 v3.3.0
7+ github.com/argoproj/argo-cd/v3 v3.3.2
88 github.com/argoproj/gitops-engine v0.7.1-0.20251217140045-5baed5604d2d
99 github.com/bmatcuk/doublestar/v4 v4.10.0
1010 github.com/bombsimon/logrusr/v2 v2.0.1
Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be/go.mod h1:ySMOLuW
4343github.com/antihax/optional v1.0.0 /go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY =
4444github.com/antlr4-go/antlr/v4 v4.13.0 h1:lxCg3LAv+EUK6t1i0y1V6/SLeUi0eKEKdhQAlS8TVTI =
4545github.com/antlr4-go/antlr/v4 v4.13.0 /go.mod h1:pfChB/xh/Unjila75QW7+VU4TSnWnnk9UTnmpPaOR2g =
46- github.com/argoproj/argo-cd/v3 v3.3.0 h1:9UlruTd5cC/MyvorTXgAIblfZTy63MF5FYvvoAaUvwU =
47- github.com/argoproj/argo-cd/v3 v3.3.0 /go.mod h1:5VAfe0s/a4VY5GmAIFK76FtW6xn7zAcLmaw25bOL/2g =
46+ github.com/argoproj/argo-cd/v3 v3.3.2 h1:kVHBj5Z0Wm2D6s69l0q6lC/WH5tc4E1peXgEEOPrLLU =
47+ github.com/argoproj/argo-cd/v3 v3.3.2 /go.mod h1:5VAfe0s/a4VY5GmAIFK76FtW6xn7zAcLmaw25bOL/2g =
4848github.com/argoproj/gitops-engine v0.7.1-0.20251217140045-5baed5604d2d h1:iUJYrbSvpV9n8vyl1sBt1GceM60HhHfnHxuzcm5apDg =
4949github.com/argoproj/gitops-engine v0.7.1-0.20251217140045-5baed5604d2d /go.mod h1:PauXVUVcfiTgC+34lDdWzPS101g4NpsUtDAjFBnWf94 =
5050github.com/argoproj/pkg v0.13.7-0.20230627120311-a4dd357b057e h1:kuLQvJqwwRMQTheT4MFyKVM8Txncu21CHT4yBWUl1Mk =
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.25.5
55require (
66 github.com/argoproj-labs/argocd-image-updater v1.1.1
77 github.com/argoproj-labs/argocd-operator v0.17.0
8- github.com/argoproj/argo-cd/v3 v3.3.0
8+ github.com/argoproj/argo-cd/v3 v3.3.2
99 github.com/argoproj/gitops-engine v0.7.1-0.20251217140045-5baed5604d2d
1010 github.com/onsi/ginkgo/v2 v2.28.1
1111 github.com/onsi/gomega v1.39.1
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be h1:9AeTilPcZAjCFI
3333github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be /go.mod h1:ySMOLuWl6zY27l47sB3qLNK6tF2fkHG55UZxx8oIVo4 =
3434github.com/argoproj-labs/argocd-operator v0.17.0 h1:hsCjIT8F6bZhrzq3hHNjQxv7fesTh5TAWMgBsPjHFYQ =
3535github.com/argoproj-labs/argocd-operator v0.17.0 /go.mod h1:NQ382HBjCxWnDAvg/4nn2SXZ+RHPFhH96rglup3Wi6Y =
36- github.com/argoproj/argo-cd/v3 v3.3.0 h1:9UlruTd5cC/MyvorTXgAIblfZTy63MF5FYvvoAaUvwU =
37- github.com/argoproj/argo-cd/v3 v3.3.0 /go.mod h1:5VAfe0s/a4VY5GmAIFK76FtW6xn7zAcLmaw25bOL/2g =
36+ github.com/argoproj/argo-cd/v3 v3.3.2 h1:kVHBj5Z0Wm2D6s69l0q6lC/WH5tc4E1peXgEEOPrLLU =
37+ github.com/argoproj/argo-cd/v3 v3.3.2 /go.mod h1:5VAfe0s/a4VY5GmAIFK76FtW6xn7zAcLmaw25bOL/2g =
3838github.com/argoproj/gitops-engine v0.7.1-0.20251217140045-5baed5604d2d h1:iUJYrbSvpV9n8vyl1sBt1GceM60HhHfnHxuzcm5apDg =
3939github.com/argoproj/gitops-engine v0.7.1-0.20251217140045-5baed5604d2d /go.mod h1:PauXVUVcfiTgC+34lDdWzPS101g4NpsUtDAjFBnWf94 =
4040github.com/argoproj/pkg v0.13.7-0.20250305113207-cbc37dc61de5 h1:YBoLSjpoaJXaXAldVvBRKJuOPvIXz9UOv6S96gMJM/Q =
You can’t perform that action at this time.
0 commit comments