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 @@ -7,7 +7,7 @@ toolchain go1.23.1
77require (
88 github.com/AlecAivazis/survey/v2 v2.3.7
99 github.com/Masterminds/semver/v3 v3.3.1
10- github.com/ProtonMail/gopenpgp/v2 v2.8.2
10+ github.com/ProtonMail/gopenpgp/v2 v2.8.3
1111 github.com/aymerick/raymond v2.0.2+incompatible
1212 github.com/boumenot/gocover-cobertura v1.3.0
1313 github.com/cbroglie/mustache v1.4.0
@@ -55,7 +55,7 @@ require (
5555 github.com/PaesslerAG/gval v1.2.1 // indirect
5656 github.com/PaesslerAG/jsonpath v0.1.1 // indirect
5757 github.com/Pallinder/go-randomdata v1.2.0 // indirect
58- github.com/ProtonMail/go-crypto v1.1.4 // indirect
58+ github.com/ProtonMail/go-crypto v1.1.6 // indirect
5959 github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f // indirect
6060 github.com/andybalholm/brotli v1.0.4 // indirect
6161 github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ github.com/PaesslerAG/jsonpath v0.1.1 h1:c1/AToHQMVsduPAa4Vh6xp2U0evy4t8SWp8imEs
2424github.com/PaesslerAG/jsonpath v0.1.1 /go.mod h1:lVboNxFGal/VwW6d9JzIy56bUsYAP6tH/x80vjnCseY =
2525github.com/Pallinder/go-randomdata v1.2.0 h1:DZ41wBchNRb/0GfsePLiSwb0PHZmT67XY00lCDlaYPg =
2626github.com/Pallinder/go-randomdata v1.2.0 /go.mod h1:yHmJgulpD2Nfrm0cR9tI/+oAgRqCQQixsA8HyRZfV9Y =
27- github.com/ProtonMail/go-crypto v1.1.4 h1:G5U5asvD5N/6/36oIw3k2bOfBn5XVcZrb7PBjzzKKoE =
28- github.com/ProtonMail/go-crypto v1.1.4 /go.mod h1:rA3QumHc/FZ8pAHreoekgiAbzpNsfQAosU5td4SnOrE =
27+ github.com/ProtonMail/go-crypto v1.1.6 h1:ZcV+Ropw6Qn0AX9brlQLAUXfqLBc7Bl+f/DmNxpLfdw =
28+ github.com/ProtonMail/go-crypto v1.1.6 /go.mod h1:rA3QumHc/FZ8pAHreoekgiAbzpNsfQAosU5td4SnOrE =
2929github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f h1:tCbYj7/299ekTTXpdwKYF8eBlsYsDVoggDAuAjoK66k =
3030github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f /go.mod h1:gcr0kNtGBqin9zDW9GOHcVntrwnjrK+qdJ06mWYBybw =
31- github.com/ProtonMail/gopenpgp/v2 v2.8.2 h1:fe/XagfxkHRCr+cLFMcoF7XwaASRGSmK/fmcmK8yo6o =
32- github.com/ProtonMail/gopenpgp/v2 v2.8.2 /go.mod h1:pPWZyRQWpQ7g8NWsdZmUynNZ1R09k4MdbSHvm+KooqM =
31+ github.com/ProtonMail/gopenpgp/v2 v2.8.3 h1:1jHlELwCR00qovx2B50DkL/FjYwt/P91RnlsqeOp2Hs =
32+ github.com/ProtonMail/gopenpgp/v2 v2.8.3 /go.mod h1:LiuOTbnJit8w9ZzOoLscj0kmdALY7hfoCVh5Qlb0bcg =
3333github.com/andybalholm/brotli v1.0.1 /go.mod h1:loMXtMfwqflxFJPmdbJO0a3KNoPuLBgiu3qAvBg8x/Y =
3434github.com/andybalholm/brotli v1.0.4 h1:V7DdXeJtZscaqfNuAdSRuRFzuiKlHSC/Zh3zl9qY3JY =
3535github.com/andybalholm/brotli v1.0.4 /go.mod h1:fO7iG3H7G2nSZ7m0zPUDn85XEX2GTukHGRSepvi9Eig =
You can’t perform that action at this time.
0 commit comments