File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
example/customKeyProvider Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/chainifynet/aws-encryption-sdk-go-tests/example/customKeyProvider
2
2
3
- go 1.22
3
+ go 1.23.0
4
4
5
5
toolchain go1.24.1
6
6
@@ -12,7 +12,7 @@ require (
12
12
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.34 // indirect
13
13
github.com/aws/aws-sdk-go-v2/service/kms v1.39.0 // indirect
14
14
github.com/aws/smithy-go v1.22.2 // indirect
15
- golang.org/x/crypto v0.32 .0 // indirect
15
+ golang.org/x/crypto v0.39 .0 // indirect
16
16
)
17
17
18
18
replace github.com/chainifynet/aws-encryption-sdk-go => ../..
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY=
16
16
github.com/stretchr/objx v0.5.2 /go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA =
17
17
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
18
18
github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
19
- golang.org/x/crypto v0.32 .0 h1:euUpcYgM8WcP71gNpTqQCn6rC2t6ULUPiOzfWaXVVfc =
20
- golang.org/x/crypto v0.32 .0 /go.mod h1:ZnnJkOaASj8g0AjIduWNlq2NRxL0PlBrbKVyZ6V/Ugc =
19
+ golang.org/x/crypto v0.39 .0 h1:SHs+kF4LP+f+p14esP5jAoDpHU8Gu/v9lFRK6IT5imM =
20
+ golang.org/x/crypto v0.39 .0 /go.mod h1:L+Xg3Wf6HoL4Bn4238Z6ft6KfEpN0tJGo53AAPC632U =
21
21
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
22
22
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