File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -144,4 +144,5 @@ jobs:
144
144
if : matrix.library == 'DynamoDbEncryption'
145
145
working-directory : ./Examples/runtimes/go
146
146
run : |
147
+ go mod tidy
147
148
go run main.go
Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ replace github.com/aws/aws-database-encryption-sdk-dynamodb/releases/go/dynamodb
16
16
17
17
require (
18
18
github.com/aws/aws-cryptographic-material-providers-library/releases/go/mpl v0.2.1
19
+ github.com/aws/aws-cryptographic-material-providers-library/releases/go/dynamodb v0.0.0
20
+ github.com/aws/aws-cryptographic-material-providers-library/releases/go/kms v0.0.0
21
+ github.com/aws/aws-cryptographic-material-providers-library/releases/go/primitives v0.0.0
19
22
github.com/aws/aws-database-encryption-sdk-dynamodb/releases/go/dynamodb-esdk v0.0.0
20
23
github.com/aws/aws-sdk-go-v2 v1.37.2
21
24
github.com/aws/aws-sdk-go-v2/config v1.30.3
@@ -26,9 +29,6 @@ require (
26
29
)
27
30
28
31
require (
29
- github.com/aws/aws-cryptographic-material-providers-library/releases/go/dynamodb v0.2.1 // indirect
30
- github.com/aws/aws-cryptographic-material-providers-library/releases/go/kms v0.2.1 // indirect
31
- github.com/aws/aws-cryptographic-material-providers-library/releases/go/primitives v0.2.1 // indirect
32
32
github.com/aws/aws-cryptographic-material-providers-library/releases/go/smithy-dafny-standard-library v0.2.1 // indirect
33
33
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.2 // indirect
34
34
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.2 // indirect
You can’t perform that action at this time.
0 commit comments