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
2
2
3
3
go 1.23.2
4
4
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
6
6
7
7
replace github.com/aws/aws-cryptographic-material-providers-library/releases/go/mpl => ../../../submodules/MaterialProviders/AwsCryptographicMaterialProviders/runtimes/go/ImplementationFromDafny-go/
8
8
@@ -16,7 +16,7 @@ replace github.com/aws/aws-cryptographic-material-providers-library/releases/go/
16
16
17
17
require (
18
18
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
20
20
github.com/aws/aws-sdk-go-v2 v1.32.8
21
21
github.com/aws/aws-sdk-go-v2/config v1.28.10
22
22
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.39.2
You can’t perform that action at this time.
0 commit comments