File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.22.7
4
4
5
5
require (
6
6
github.com/Masterminds/semver/v3 v3.3.1
7
- github.com/ProtonMail/gopenpgp/v2 v2.8.1
7
+ github.com/ProtonMail/gopenpgp/v2 v2.8.2
8
8
github.com/argoproj/argo-cd/v2 v2.12.10
9
9
// make sure this matches with version used in Argo CD's go.mod
10
10
github.com/argoproj/gitops-engine v0.7.1-0.20250129155113-faf5a4e5c37d
@@ -40,7 +40,7 @@ require (
40
40
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
41
41
github.com/Microsoft/go-winio v0.6.1 // indirect
42
42
github.com/PagerDuty/go-pagerduty v1.7.0 // indirect
43
- github.com/ProtonMail/go-crypto v1.1.3 // indirect
43
+ github.com/ProtonMail/go-crypto v1.1.4 // indirect
44
44
github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f // indirect
45
45
github.com/RocketChat/Rocket.Chat.Go.SDK v0.0.0-20210112200207-10ab4d695d60 // indirect
46
46
github.com/agext/levenshtein v1.2.2 // indirect
Original file line number Diff line number Diff line change @@ -633,12 +633,12 @@ github.com/OvyFlash/telegram-bot-api/v5 v5.0.0-20240108230938-63e5c59035bf/go.mo
633
633
github.com/PagerDuty/go-pagerduty v1.7.0 h1:S1NcMKECxT5hJwV4VT+QzeSsSiv4oWl1s2821dUqG/8 =
634
634
github.com/PagerDuty/go-pagerduty v1.7.0 /go.mod h1:PuFyJKRz1liIAH4h5KVXVD18Obpp1ZXRdxHvmGXooro =
635
635
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 /go.mod h1:I0gYDMZ6Z5GRU7l58bNFSkPTFN6Yl12dsUlAZ8xy98g =
636
- github.com/ProtonMail/go-crypto v1.1.3 h1:nRBOetoydLeUb4nHajyO2bKqMLfWQ/ZPwkXqXxPxCFk =
637
- github.com/ProtonMail/go-crypto v1.1.3 /go.mod h1:rA3QumHc/FZ8pAHreoekgiAbzpNsfQAosU5td4SnOrE =
636
+ github.com/ProtonMail/go-crypto v1.1.4 h1:G5U5asvD5N/6/36oIw3k2bOfBn5XVcZrb7PBjzzKKoE =
637
+ github.com/ProtonMail/go-crypto v1.1.4 /go.mod h1:rA3QumHc/FZ8pAHreoekgiAbzpNsfQAosU5td4SnOrE =
638
638
github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f h1:tCbYj7/299ekTTXpdwKYF8eBlsYsDVoggDAuAjoK66k =
639
639
github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f /go.mod h1:gcr0kNtGBqin9zDW9GOHcVntrwnjrK+qdJ06mWYBybw =
640
- github.com/ProtonMail/gopenpgp/v2 v2.8.1 h1:WGE1THOhOnLurL0+N4BOlLkIhjEO7YVZgmpgyDHN56A =
641
- github.com/ProtonMail/gopenpgp/v2 v2.8.1 /go.mod h1:4PUgqGSQjd7HldUbAgMmC69+Gv6DO8NomCNi0y8+BTc =
640
+ github.com/ProtonMail/gopenpgp/v2 v2.8.2 h1:fe/XagfxkHRCr+cLFMcoF7XwaASRGSmK/fmcmK8yo6o =
641
+ github.com/ProtonMail/gopenpgp/v2 v2.8.2 /go.mod h1:pPWZyRQWpQ7g8NWsdZmUynNZ1R09k4MdbSHvm+KooqM =
642
642
github.com/PuerkitoBio/purell v1.1.1 /go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0 =
643
643
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 /go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE =
644
644
github.com/RocketChat/Rocket.Chat.Go.SDK v0.0.0-20210112200207-10ab4d695d60 h1:prBTRx78AQnXzivNT9Crhu564W/zPPr3ibSlpT9xKcE =
You can’t perform that action at this time.
0 commit comments