File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.24.6
44
55require (
66 github.com/Masterminds/semver/v3 v3.4.0
7- github.com/ProtonMail/gopenpgp/v3 v3.1.3
7+ github.com/ProtonMail/gopenpgp/v3 v3.3.0
88 github.com/argoproj/argo-cd/v3 v3.1.9
99 // make sure this matches with version used in Argo CD's go.mod
1010 github.com/argoproj/gitops-engine v0.7.1-0.20250905160054-e48120133eec
@@ -47,7 +47,7 @@ require (
4747 github.com/Microsoft/go-winio v0.6.2 // indirect
4848 github.com/OvyFlash/telegram-bot-api v0.0.0-20241219171906-3f2ca0c14ada // indirect
4949 github.com/PagerDuty/go-pagerduty v1.8.0 // indirect
50- github.com/ProtonMail/go-crypto v1.1.6 // indirect
50+ github.com/ProtonMail/go-crypto v1.3.0 // indirect
5151 github.com/RocketChat/Rocket.Chat.Go.SDK v0.0.0-20240116134246-a8cbe886bab0 // indirect
5252 github.com/agext/levenshtein v1.2.2 // indirect
5353 github.com/alicebob/miniredis/v2 v2.35.0 // indirect
Original file line number Diff line number Diff line change @@ -78,10 +78,10 @@ github.com/OvyFlash/telegram-bot-api v0.0.0-20241219171906-3f2ca0c14ada h1:5Ztie
7878github.com/OvyFlash/telegram-bot-api v0.0.0-20241219171906-3f2ca0c14ada /go.mod h1:2nRUdsKyWhvezqW/rBGWEQdcTQeTtnbSNd2dgx76WYA =
7979github.com/PagerDuty/go-pagerduty v1.8.0 h1:MTFqTffIcAervB83U7Bx6HERzLbyaSPL/+oxH3zyluI =
8080github.com/PagerDuty/go-pagerduty v1.8.0 /go.mod h1:nzIeAqyFSJAFkjWKvMzug0JtwDg+V+UoCWjFrfFH5mI =
81- github.com/ProtonMail/go-crypto v1.1.6 h1:ZcV+Ropw6Qn0AX9brlQLAUXfqLBc7Bl+f/DmNxpLfdw =
82- github.com/ProtonMail/go-crypto v1.1.6 /go.mod h1:rA3QumHc/FZ8pAHreoekgiAbzpNsfQAosU5td4SnOrE =
83- github.com/ProtonMail/gopenpgp/v3 v3.1.3 h1:nxUd0Na4MeElx0sA1t6U8/IxmjmCv3MKnTJGhEUK+qY =
84- github.com/ProtonMail/gopenpgp/v3 v3.1.3 /go.mod h1:Ve9JYzwGau9DT0F9C9gsuEBU/T3Zbk0j1/+mPpWBogc =
81+ github.com/ProtonMail/go-crypto v1.3.0 h1:ILq8+Sf5If5DCpHQp4PbZdS1J7HDFRXz/+xKBiRGFrw =
82+ github.com/ProtonMail/go-crypto v1.3.0 /go.mod h1:9whxjD8Rbs29b4XWbB8irEcE8KHMqaR2e7GWU1R+/PE =
83+ github.com/ProtonMail/gopenpgp/v3 v3.3.0 h1:N6rHCH5PWwB6zSRMgRj1EbAMQHUAAHxH3Oo4KibsPwY =
84+ github.com/ProtonMail/gopenpgp/v3 v3.3.0 /go.mod h1:J+iNPt0/5EO9wRt7Eit9dRUlzyu3hiGX3zId6iuaKOk =
8585github.com/RocketChat/Rocket.Chat.Go.SDK v0.0.0-20240116134246-a8cbe886bab0 h1:ztLQGVQsey3BjCoh0TvHc/iKTQmkio2OmsIxhuu+EeY =
8686github.com/RocketChat/Rocket.Chat.Go.SDK v0.0.0-20240116134246-a8cbe886bab0 /go.mod h1:rjP7sIipbZcagro/6TCk6X0ZeFT2eyudH5+fve/cbBA =
8787github.com/agext/levenshtein v1.2.2 h1:0S/Yg6LYmFJ5stwQeRp6EeOcCbj7xiqQSdNelsXvaqE =
You can’t perform that action at this time.
0 commit comments