vendor: update all dependencies
* Update all dependencies * Remove all `[[constraint]]` from Gopkg.toml * Add in the minimum number of `[[override]]` to build * Remove go get of github.com/inconshreveable/mousetrap as it is vendored * Update docs with new policy on constraints
This commit is contained in:
parent
21383877df
commit
6427029c4e
4902 changed files with 1443417 additions and 227283 deletions
3940
vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2017-10-30/api-2.json
generated
vendored
Normal file
3940
vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2017-10-30/api-2.json
generated
vendored
Normal file
File diff suppressed because it is too large
Load diff
2058
vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2017-10-30/docs-2.json
generated
vendored
Normal file
2058
vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2017-10-30/docs-2.json
generated
vendored
Normal file
File diff suppressed because it is too large
Load diff
5
vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2017-10-30/examples-1.json
generated
vendored
Normal file
5
vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2017-10-30/examples-1.json
generated
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"version": "1.0",
|
||||
"examples": {
|
||||
}
|
||||
}
|
32
vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2017-10-30/paginators-1.json
generated
vendored
Normal file
32
vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2017-10-30/paginators-1.json
generated
vendored
Normal file
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"pagination": {
|
||||
"ListCloudFrontOriginAccessIdentities": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxItems",
|
||||
"more_results": "CloudFrontOriginAccessIdentityList.IsTruncated",
|
||||
"output_token": "CloudFrontOriginAccessIdentityList.NextMarker",
|
||||
"result_key": "CloudFrontOriginAccessIdentityList.Items"
|
||||
},
|
||||
"ListDistributions": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxItems",
|
||||
"more_results": "DistributionList.IsTruncated",
|
||||
"output_token": "DistributionList.NextMarker",
|
||||
"result_key": "DistributionList.Items"
|
||||
},
|
||||
"ListInvalidations": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxItems",
|
||||
"more_results": "InvalidationList.IsTruncated",
|
||||
"output_token": "InvalidationList.NextMarker",
|
||||
"result_key": "InvalidationList.Items"
|
||||
},
|
||||
"ListStreamingDistributions": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxItems",
|
||||
"more_results": "StreamingDistributionList.IsTruncated",
|
||||
"output_token": "StreamingDistributionList.NextMarker",
|
||||
"result_key": "StreamingDistributionList.Items"
|
||||
}
|
||||
}
|
||||
}
|
20
vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2017-10-30/smoke.json
generated
vendored
Normal file
20
vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2017-10-30/smoke.json
generated
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"version": 1,
|
||||
"defaultRegion": "us-east-1",
|
||||
"testCases": [
|
||||
{
|
||||
"operationName": "ListCloudFrontOriginAccessIdentities",
|
||||
"input": {
|
||||
"MaxItems": "1"
|
||||
},
|
||||
"errorExpectedFromService": false
|
||||
},
|
||||
{
|
||||
"operationName": "GetDistribution",
|
||||
"input": {
|
||||
"Id": "fake-id"
|
||||
},
|
||||
"errorExpectedFromService": true
|
||||
}
|
||||
]
|
||||
}
|
47
vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2017-10-30/waiters-2.json
generated
vendored
Normal file
47
vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2017-10-30/waiters-2.json
generated
vendored
Normal file
|
@ -0,0 +1,47 @@
|
|||
{
|
||||
"version": 2,
|
||||
"waiters": {
|
||||
"DistributionDeployed": {
|
||||
"delay": 60,
|
||||
"operation": "GetDistribution",
|
||||
"maxAttempts": 25,
|
||||
"description": "Wait until a distribution is deployed.",
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "Deployed",
|
||||
"matcher": "path",
|
||||
"state": "success",
|
||||
"argument": "Distribution.Status"
|
||||
}
|
||||
]
|
||||
},
|
||||
"InvalidationCompleted": {
|
||||
"delay": 20,
|
||||
"operation": "GetInvalidation",
|
||||
"maxAttempts": 30,
|
||||
"description": "Wait until an invalidation has completed.",
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "Completed",
|
||||
"matcher": "path",
|
||||
"state": "success",
|
||||
"argument": "Invalidation.Status"
|
||||
}
|
||||
]
|
||||
},
|
||||
"StreamingDistributionDeployed": {
|
||||
"delay": 60,
|
||||
"operation": "GetStreamingDistribution",
|
||||
"maxAttempts": 25,
|
||||
"description": "Wait until a streaming distribution is deployed.",
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "Deployed",
|
||||
"matcher": "path",
|
||||
"state": "success",
|
||||
"argument": "StreamingDistribution.Status"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue