Skip to content

Commit

Permalink
Update hash and regenerate clients (#699)
Browse files Browse the repository at this point in the history
  • Loading branch information
skmcgrail authored Aug 28, 2020
1 parent 9cee6f1 commit 223893c
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ private static GoDependency aws(String relativePath, String alias) {
}

private static final class Versions {
private static final String AWS_SDK = "v0.24.1-0.20200828212123-b93eb5401d9f";
private static final String AWS_SDK = "v0.24.1-0.20200828232643-9cee6f194dae";
}
}
2 changes: 1 addition & 1 deletion internal/protocoltest/awsrestjson/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/internal/protocoltest/awsrestjson
go 1.15

require (
github.com/aws/aws-sdk-go-v2 v0.24.1-0.20200828212123-b93eb5401d9f
github.com/aws/aws-sdk-go-v2 v0.24.1-0.20200828232643-9cee6f194dae
github.com/awslabs/smithy-go v0.0.0-20200828214850-b1c39f43623b
github.com/google/go-cmp v0.4.1
)
2 changes: 1 addition & 1 deletion internal/protocoltest/ec2query/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/internal/protocoltest/ec2query
go 1.15

require (
github.com/aws/aws-sdk-go-v2 v0.24.1-0.20200828212123-b93eb5401d9f
github.com/aws/aws-sdk-go-v2 v0.24.1-0.20200828232643-9cee6f194dae
github.com/awslabs/smithy-go v0.0.0-20200828214850-b1c39f43623b
github.com/google/go-cmp v0.4.1
)
2 changes: 1 addition & 1 deletion internal/protocoltest/jsonrpc/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/internal/protocoltest/jsonrpc
go 1.15

require (
github.com/aws/aws-sdk-go-v2 v0.24.1-0.20200828212123-b93eb5401d9f
github.com/aws/aws-sdk-go-v2 v0.24.1-0.20200828232643-9cee6f194dae
github.com/awslabs/smithy-go v0.0.0-20200828214850-b1c39f43623b
github.com/google/go-cmp v0.4.1
)
2 changes: 1 addition & 1 deletion internal/protocoltest/jsonrpc10/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/internal/protocoltest/jsonrpc10
go 1.15

require (
github.com/aws/aws-sdk-go-v2 v0.24.1-0.20200828212123-b93eb5401d9f
github.com/aws/aws-sdk-go-v2 v0.24.1-0.20200828232643-9cee6f194dae
github.com/awslabs/smithy-go v0.0.0-20200828214850-b1c39f43623b
github.com/google/go-cmp v0.4.1
)
2 changes: 1 addition & 1 deletion internal/protocoltest/query/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/internal/protocoltest/query
go 1.15

require (
github.com/aws/aws-sdk-go-v2 v0.24.1-0.20200828212123-b93eb5401d9f
github.com/aws/aws-sdk-go-v2 v0.24.1-0.20200828232643-9cee6f194dae
github.com/awslabs/smithy-go v0.0.0-20200828214850-b1c39f43623b
github.com/google/go-cmp v0.4.1
)
2 changes: 1 addition & 1 deletion internal/protocoltest/restxml/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/internal/protocoltest/restxml
go 1.15

require (
github.com/aws/aws-sdk-go-v2 v0.24.1-0.20200828212123-b93eb5401d9f
github.com/aws/aws-sdk-go-v2 v0.24.1-0.20200828232643-9cee6f194dae
github.com/awslabs/smithy-go v0.0.0-20200828214850-b1c39f43623b
github.com/google/go-cmp v0.4.1
)
2 changes: 1 addition & 1 deletion service/dynamodb/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/aws/aws-sdk-go-v2/service/dynamodb
go 1.15

require (
github.com/aws/aws-sdk-go-v2 v0.24.1-0.20200828212123-b93eb5401d9f
github.com/aws/aws-sdk-go-v2 v0.24.1-0.20200828232643-9cee6f194dae
github.com/awslabs/smithy-go v0.0.0-20200828214850-b1c39f43623b
)
2 changes: 1 addition & 1 deletion service/lexruntimeservice/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/aws/aws-sdk-go-v2/service/lexruntimeservice
go 1.15

require (
github.com/aws/aws-sdk-go-v2 v0.24.1-0.20200828212123-b93eb5401d9f
github.com/aws/aws-sdk-go-v2 v0.24.1-0.20200828232643-9cee6f194dae
github.com/awslabs/smithy-go v0.0.0-20200828214850-b1c39f43623b
)

0 comments on commit 223893c

Please sign in to comment.