File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,15 @@ go 1.24.0
55toolchain go1.26.0
66
77require (
8- github.com/ProtonMail/go-crypto v1.3 .0
8+ github.com/ProtonMail/go-crypto v1.4 .0
99 github.com/hashicorp/vault/api v1.22.0
1010 github.com/stretchr/testify v1.11.1
1111 gopkg.in/yaml.v3 v3.0.1
1212)
1313
1414require (
1515 github.com/cenkalti/backoff/v4 v4.3.0 // indirect
16- github.com/cloudflare/circl v1.6.1 // indirect
16+ github.com/cloudflare/circl v1.6.2 // indirect
1717 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
1818 github.com/go-jose/go-jose/v4 v4.1.1 // indirect
1919 github.com/hashicorp/errwrap v1.1.0 // indirect
Original file line number Diff line number Diff line change 11github.com/ProtonMail/go-crypto v1.3.0 h1:ILq8+Sf5If5DCpHQp4PbZdS1J7HDFRXz/+xKBiRGFrw =
22github.com/ProtonMail/go-crypto v1.3.0 /go.mod h1:9whxjD8Rbs29b4XWbB8irEcE8KHMqaR2e7GWU1R+/PE =
3+ github.com/ProtonMail/go-crypto v1.4.0 h1:Zq/pbM3F5DFgJiMouxEdSVY44MVoQNEKp5d5QxIQceQ =
4+ github.com/ProtonMail/go-crypto v1.4.0 /go.mod h1:e1OaTyu5SYVrO9gKOEhTc+5UcXtTUa+P3uLudwcgPqo =
35github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8 =
46github.com/cenkalti/backoff/v4 v4.3.0 /go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE =
57github.com/cloudflare/circl v1.6.1 h1:zqIqSPIndyBh1bjLVVDHMPpVKqp8Su/V+6MeDzzQBQ0 =
68github.com/cloudflare/circl v1.6.1 /go.mod h1:uddAzsPgqdMAYatqJ0lsjX1oECcQLIlRpzZh3pJrofs =
9+ github.com/cloudflare/circl v1.6.2 h1:hL7VBpHHKzrV5WTfHCaBsgx/HGbBYlgrwvNXEVDYYsQ =
10+ github.com/cloudflare/circl v1.6.2 /go.mod h1:2eXP6Qfat4O/Yhh8BznvKnJ+uzEoTQ6jVKJRn81BiS4 =
711github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
812github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM =
913github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
You can’t perform that action at this time.
0 commit comments