File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
DynamoDbEncryption/runtimes/go
ImplementationFromDafny-go Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- module github.com/aws/aws-database-encryption-sdk-dynamodb
1+ module github.com/aws/aws-database-encryption-sdk-dynamodb/releases/go/dynamodb-esdk
22
33go 1.23.2
44
Original file line number Diff line number Diff line change 1- module github.com/aws/aws-database-encryption-sdk-dynamodb/test
1+ module github.com/aws/aws-database-encryption-sdk-dynamodb/releases/go/dynamodb-esdk/ test
22
33go 1.23.2
44
@@ -13,17 +13,17 @@ replace (
1313
1414require (
1515 github.com/aws/aws-cryptographic-material-providers-library/releases/go/dynamodb v0.0.0
16+ github.com/aws/aws-cryptographic-material-providers-library/releases/go/kms v0.0.1
1617 github.com/aws/aws-cryptographic-material-providers-library/releases/go/mpl v0.0.0
1718 github.com/aws/aws-cryptographic-material-providers-library/releases/go/primitives v0.0.0
18- github.com/aws/aws-cryptographic-material-providers-library/releases/go/smithy-dafny-standard-library v0.0 .0
19+ github.com/aws/aws-cryptographic-material-providers-library/releases/go/smithy-dafny-standard-library v0.2 .0
1920 github.com/aws/aws-database-encryption-sdk-dynamodb v0.0.0
2021 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.39.2
2122 github.com/aws/smithy-go v1.22.1
2223 github.com/dafny-lang/DafnyRuntimeGo/v4 v4.9.2
2324)
2425
2526require (
26- github.com/aws/aws-cryptographic-material-providers-library/releases/go/kms v0.0.1 // indirect
2727 github.com/aws/aws-sdk-go-v2 v1.32.8 // indirect
2828 github.com/aws/aws-sdk-go-v2/config v1.28.10 // indirect
2929 github.com/aws/aws-sdk-go-v2/credentials v1.17.51 // indirect
You can’t perform that action at this time.
0 commit comments