Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding support for an AWS KMS provider #122

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
chore(deps): add AWS SDK dependencies
Add AWS SDK dependencies required for AWS KMS implementation:
- github.com/aws/aws-sdk-go-v2/config
- github.com/aws/aws-sdk-go-v2 (indirect)

These dependencies are needed for the AWS KMS signature provider functionality.
ddaws committed Jan 15, 2025
commit b78337e9e942bd2c3d02838a5147fcece66cdbae
2 changes: 1 addition & 1 deletion op-signer/go.mod
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@ go 1.22.0

require (
cloud.google.com/go/kms v1.12.1
github.com/aws/aws-sdk-go-v2/config v1.28.11
github.com/ethereum-optimism/optimism v0.0.0-20241213111354-8bf7ff60f34a
github.com/ethereum/go-ethereum v1.14.11
github.com/golang/mock v1.6.0
@@ -19,7 +20,6 @@ require (

require (
github.com/aws/aws-sdk-go-v2 v1.32.8 // indirect
github.com/aws/aws-sdk-go-v2/config v1.28.11 // indirect
github.com/aws/aws-sdk-go-v2/credentials v1.17.52 // indirect
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.23 // indirect
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.27 // indirect