Skip to content

Commit 238c7b1

Browse files
auto commit
1 parent 818dfd2 commit 238c7b1

File tree

1 file changed

+2
-2
lines changed
  • db-esdk-performance-testing/benchmarks/go

1 file changed

+2
-2
lines changed

db-esdk-performance-testing/benchmarks/go/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ replace github.com/aws/aws-database-encryption-sdk-dynamodb/releases/go/dynamodb
99
require (
1010
github.com/aws/aws-cryptographic-material-providers-library/releases/go/mpl v0.2.2
1111
github.com/aws/aws-database-encryption-sdk-dynamodb/releases/go/dynamodb-esdk v0.0.0
12+
github.com/aws/aws-sdk-go-v2 v1.38.1
1213
github.com/aws/aws-sdk-go-v2/config v1.31.2
1314
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.49.1
15+
github.com/aws/smithy-go v1.22.5
1416
github.com/schollz/progressbar/v3 v3.14.1
1517
github.com/shirou/gopsutil/v3 v3.23.12
1618
gopkg.in/yaml.v3 v3.0.1
@@ -21,7 +23,6 @@ require (
2123
github.com/aws/aws-cryptographic-material-providers-library/releases/go/kms v0.2.2 // indirect
2224
github.com/aws/aws-cryptographic-material-providers-library/releases/go/primitives v0.2.2 // indirect
2325
github.com/aws/aws-cryptographic-material-providers-library/releases/go/smithy-dafny-standard-library v0.2.2 // indirect
24-
github.com/aws/aws-sdk-go-v2 v1.38.1 // indirect
2526
github.com/aws/aws-sdk-go-v2/credentials v1.18.6 // indirect
2627
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.4 // indirect
2728
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.4 // indirect
@@ -34,7 +35,6 @@ require (
3435
github.com/aws/aws-sdk-go-v2/service/sso v1.28.2 // indirect
3536
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.33.2 // indirect
3637
github.com/aws/aws-sdk-go-v2/service/sts v1.38.0 // indirect
37-
github.com/aws/smithy-go v1.22.5 // indirect
3838
github.com/dafny-lang/DafnyRuntimeGo/v4 v4.11.0 // indirect
3939
github.com/go-ole/go-ole v1.2.6 // indirect
4040
github.com/google/uuid v1.6.0 // indirect

0 commit comments

Comments
 (0)