File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
example/oneKmsKeyUnsigned Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ require (
19
19
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.6 // indirect
20
20
github.com/aws/aws-sdk-go-v2/service/sts v1.33.2 // indirect
21
21
github.com/aws/smithy-go v1.22.1 // indirect
22
- golang.org/x/crypto v0.30 .0 // indirect
22
+ golang.org/x/crypto v0.31 .0 // indirect
23
23
)
24
24
25
25
replace github.com/chainifynet/aws-encryption-sdk-go => ../..
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY=
34
34
github.com/stretchr/objx v0.5.2 /go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA =
35
35
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
36
36
github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
37
- golang.org/x/crypto v0.30 .0 h1:RwoQn3GkWiMkzlX562cLB7OxWvjH1L8xutO2WoJcRoY =
38
- golang.org/x/crypto v0.30 .0 /go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ssk =
37
+ golang.org/x/crypto v0.31 .0 h1:ihbySMvVjLAeSH1IbfcRTkD/iNscyz8rGzjF/E5hV6U =
38
+ golang.org/x/crypto v0.31 .0 /go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ssk =
39
39
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
40
40
gopkg.in/yaml.v3 v3.0.1 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
You can’t perform that action at this time.
0 commit comments