File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/open-cmsis-pack/cpackget
33go 1.24.0
44
55require (
6- github.com/ProtonMail/gopenpgp/v2 v2.8.3
6+ github.com/ProtonMail/gopenpgp/v2 v2.9.0
77 github.com/jroimartin/gocui v0.5.0
88 github.com/lu4p/cat v0.1.5
99 github.com/schollz/progressbar/v3 v3.18.0
@@ -20,9 +20,9 @@ require (
2020
2121require (
2222 github.com/EndFirstCorp/peekingReader v0.0.0-20171012052444-257fb6f1a1a6 // indirect
23- github.com/ProtonMail/go-crypto v1.1.6 // indirect
23+ github.com/ProtonMail/go-crypto v1.3.0 // indirect
2424 github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f // indirect
25- github.com/cloudflare/circl v1.3.9 // indirect
25+ github.com/cloudflare/circl v1.6.0 // indirect
2626 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2727 github.com/fsnotify/fsnotify v1.8.0 // indirect
2828 github.com/gabriel-vasile/mimetype v1.4.4 // indirect
Original file line number Diff line number Diff line change 11github.com/EndFirstCorp/peekingReader v0.0.0-20171012052444-257fb6f1a1a6 h1:t27CGFMv8DwGwqRPEa2VNof5I/aZwO6q2gfJhN8q0U4 =
22github.com/EndFirstCorp/peekingReader v0.0.0-20171012052444-257fb6f1a1a6 /go.mod h1:zpqkXxDsVfEIUZEWvT9yAo8OmRvSlRrcYQ3Zs8sSubA =
3- github.com/ProtonMail/go-crypto v1.1.6 h1:ZcV+Ropw6Qn0AX9brlQLAUXfqLBc7Bl+f/DmNxpLfdw =
4- github.com/ProtonMail/go-crypto v1.1.6 /go.mod h1:rA3QumHc/FZ8pAHreoekgiAbzpNsfQAosU5td4SnOrE =
3+ github.com/ProtonMail/go-crypto v1.3.0 h1:ILq8+Sf5If5DCpHQp4PbZdS1J7HDFRXz/+xKBiRGFrw =
4+ github.com/ProtonMail/go-crypto v1.3.0 /go.mod h1:9whxjD8Rbs29b4XWbB8irEcE8KHMqaR2e7GWU1R+/PE =
55github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f h1:tCbYj7/299ekTTXpdwKYF8eBlsYsDVoggDAuAjoK66k =
66github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f /go.mod h1:gcr0kNtGBqin9zDW9GOHcVntrwnjrK+qdJ06mWYBybw =
7- github.com/ProtonMail/gopenpgp/v2 v2.8.3 h1:1jHlELwCR00qovx2B50DkL/FjYwt/P91RnlsqeOp2Hs =
8- github.com/ProtonMail/gopenpgp/v2 v2.8.3 /go.mod h1:LiuOTbnJit8w9ZzOoLscj0kmdALY7hfoCVh5Qlb0bcg =
7+ github.com/ProtonMail/gopenpgp/v2 v2.9.0 h1:ruLzBmwe4dR1hdnrsEJ/S7psSBmV15gFttFUPP/+/kE =
8+ github.com/ProtonMail/gopenpgp/v2 v2.9.0 /go.mod h1:IldDyh9Hv1ZCCYatTuuEt1XZJ0OPjxLpTarDfglih7s =
99github.com/chengxilo/virtualterm v1.0.4 h1:Z6IpERbRVlfB8WkOmtbHiDbBANU7cimRIof7mk9/PwM =
1010github.com/chengxilo/virtualterm v1.0.4 /go.mod h1:DyxxBZz/x1iqJjFxTFcr6/x+jSpqN0iwWCOK1q10rlY =
11- github.com/cloudflare/circl v1.3.9 h1:QFrlgFYf2Qpi8bSpVPK1HBvWpx16v/1TZivyo7pGuBE =
12- github.com/cloudflare/circl v1.3.9 /go.mod h1:PDRU+oXvdD7KCtgKxW95M5Z8BpSCJXQORiZFnBQS5QU =
11+ github.com/cloudflare/circl v1.6.0 h1:cr5JKic4HI+LkINy2lg3W2jF8sHCVTBncJr5gIIq7qk =
12+ github.com/cloudflare/circl v1.6.0 /go.mod h1:uddAzsPgqdMAYatqJ0lsjX1oECcQLIlRpzZh3pJrofs =
1313github.com/cpuguy83/go-md2man/v2 v2.0.6 /go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g =
1414github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
1515github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
You can’t perform that action at this time.
0 commit comments