File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/aws/aws-database-encryption-sdk-dynamodb/examples
22
33go 1.23.2
44
5- replace github.com/aws/aws-database-encryption-sdk-dynamodb => ../../../DynamoDbEncryption/runtimes/go/ImplementationFromDafny-go
5+ replace github.com/aws/aws-database-encryption-sdk-dynamodb/releases/go/dynamodb-esdk => ../../../DynamoDbEncryption/runtimes/go/ImplementationFromDafny-go
66
77replace github.com/aws/aws-cryptographic-material-providers-library/releases/go/mpl => ../../../submodules/MaterialProviders/AwsCryptographicMaterialProviders/runtimes/go/ImplementationFromDafny-go/
88
@@ -16,7 +16,7 @@ replace github.com/aws/aws-cryptographic-material-providers-library/releases/go/
1616
1717require (
1818 github.com/aws/aws-cryptographic-material-providers-library/releases/go/mpl v0.0.0
19- github.com/aws/aws-database-encryption-sdk-dynamodb v0.0.0
19+ github.com/aws/aws-database-encryption-sdk-dynamodb/releases/go/dynamodb-esdk v0.0.0
2020 github.com/aws/aws-sdk-go-v2 v1.32.8
2121 github.com/aws/aws-sdk-go-v2/config v1.28.10
2222 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.39.2
You can’t perform that action at this time.
0 commit comments