Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Dependency Go Hash #699

Merged
merged 1 commit into from
Aug 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
)