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:
Nick Craig-Wood 2018-05-02 17:09:45 +01:00
parent 21383877df
commit 6427029c4e
4902 changed files with 1443417 additions and 227283 deletions

View file

@ -188,13 +188,13 @@
"ApplicationSummary$Description" : "<p>The description of the application.</p><p>Min Length=1. Max Length=256</p>",
"ApplicationSummary$HomePageUrl" : "<p>A URL with more information about the application, for example\n the location of your GitHub repository for the application.</p>",
"ApplicationSummary$Name" : "<p>The name of the application.</p><p>Min Length=1. Max Length=140</p><p>Pattern: \"[a-zA-Z0-9\\\\-]+\";</p>",
"ApplicationSummary$SpdxLicenseId" : "<p>A valid identifier from <a href=\"\"https://spdx.org/licenses/\"\">https://spdx.org/licenses/</a>.</p>",
"ApplicationSummary$SpdxLicenseId" : "<p>A valid identifier from <a href=\"https://spdx.org/licenses/\">https://spdx.org/licenses/</a>.</p>",
"ApplicationVersionPage$NextToken" : "<p>The token to request the next page of results.</p>",
"BadRequestException$ErrorCode" : "<p>400</p>",
"BadRequestException$Message" : "<p>One of the parameters in the request is invalid.</p>",
"ChangeSetDetails$ApplicationId" : "<p>The application Amazon Resource Name (ARN).</p>",
"ChangeSetDetails$ChangeSetId" : "<p>The ARN of the change set.</p><p>Length Constraints: Minimum length of 1.</p><p>Pattern: Amazon Resource Name (ARN):[-a-zA-Z0-9:/]*</p>",
"ChangeSetDetails$SemanticVersion" : "<p>The semantic version of the application:</p><p>\n <a href=\"\"https://semver.org/\"\">https://semver.org/</a>\n </p>",
"ChangeSetDetails$SemanticVersion" : "<p>The semantic version of the application:</p><p>\n <a href=\"https://semver.org/\">https://semver.org/</a>\n </p>",
"ChangeSetDetails$StackId" : "<p>The unique ID of the stack.</p>",
"ConflictException$ErrorCode" : "<p>409</p>",
"ConflictException$Message" : "<p>The resource already exists.</p>",
@ -206,15 +206,15 @@
"CreateApplicationInput$Name" : "<p>The name of the application you want to publish.</p><p>Min Length=1. Max Length=140</p><p>Pattern: \"[a-zA-Z0-9\\\\-]+\";</p>",
"CreateApplicationInput$ReadmeBody" : "<p>A raw text Readme file that contains a more detailed description of the application and how it works in markdown language.</p><p>Max size 5 MB</p>",
"CreateApplicationInput$ReadmeUrl" : "<p>A link to the Readme file that contains a more detailed description of the application and how it works in markdown language.</p><p>Max size 5 MB</p>",
"CreateApplicationInput$SemanticVersion" : "<p>The semantic version of the application:</p><p>\n <a href=\"\"https://semver.org/\"\">https://semver.org/</a>\n </p>",
"CreateApplicationInput$SemanticVersion" : "<p>The semantic version of the application:</p><p>\n <a href=\"https://semver.org/\">https://semver.org/</a>\n </p>",
"CreateApplicationInput$SourceCodeUrl" : "<p>A link to a public repository for the source code of your application.</p>",
"CreateApplicationInput$SpdxLicenseId" : "<p>A valid identifier from <a href=\"\"https://spdx.org/licenses/\"\">https://spdx.org/licenses/</a>.</p>",
"CreateApplicationInput$SpdxLicenseId" : "<p>A valid identifier from <a href=\"https://spdx.org/licenses/\">https://spdx.org/licenses/</a>.</p>",
"CreateApplicationInput$TemplateBody" : "<p>The raw packaged AWS SAM template of your application.</p>",
"CreateApplicationInput$TemplateUrl" : "<p>A link to the packaged AWS SAM template of your application.</p>",
"CreateApplicationVersionInput$SourceCodeUrl" : "<p>A link to a public repository for the source code of your application.</p>",
"CreateApplicationVersionInput$TemplateBody" : "<p>The raw packaged AWS SAM template of your application.</p>",
"CreateApplicationVersionInput$TemplateUrl" : "<p>A link to the packaged AWS SAM template of your application.</p>",
"CreateCloudFormationChangeSetInput$SemanticVersion" : "<p>The semantic version of the application:</p><p>\n <a href=\"\"https://semver.org/\"\">https://semver.org/</a>\n </p>",
"CreateCloudFormationChangeSetInput$SemanticVersion" : "<p>The semantic version of the application:</p><p>\n <a href=\"https://semver.org/\">https://semver.org/</a>\n </p>",
"CreateCloudFormationChangeSetInput$StackName" : "<p>The name or the unique ID of the stack for which you are creating a change set. AWS CloudFormation generates\n the change set by comparing this stack's information with the information that you submit, such as a modified\n template or different parameter input values. </p><p>Constraints: Minimum length of 1.</p><p>Pattern: ([a-zA-Z][-a-zA-Z0-9]*)|(arn:\\b(aws|aws-us-gov|aws-cn)\\b:[-a-zA-Z0-9:/._+]*)</p>",
"ForbiddenException$ErrorCode" : "<p>403</p>",
"ForbiddenException$Message" : "<p>The client is not authenticated.</p>",
@ -239,15 +239,15 @@
"UpdateApplicationInput$ReadmeUrl" : "<p>A link to the Readme file that contains a more detailed description of the application and how it works in markdown language.</p><p>Max size 5 MB</p>",
"Version$ApplicationId" : "<p>The application Amazon Resource Name (ARN).</p>",
"Version$CreationTime" : "<p>The date/time this resource was created.</p>",
"Version$SemanticVersion" : "<p>The semantic version of the application:</p><p>\n <a href=\"\"https://semver.org/\"\">https://semver.org/</a>\n </p>",
"Version$SemanticVersion" : "<p>The semantic version of the application:</p><p>\n <a href=\"https://semver.org/\">https://semver.org/</a>\n </p>",
"Version$SourceCodeUrl" : "<p>A link to a public repository for the source code of your application.</p>",
"Version$TemplateUrl" : "<p>A link to the packaged AWS SAM template of your application.</p>",
"VersionSummary$ApplicationId" : "<p>The application Amazon Resource Name (ARN).</p>",
"VersionSummary$CreationTime" : "<p>The date/time this resource was created.</p>",
"VersionSummary$SemanticVersion" : "<p>The semantic version of the application:</p><p>\n <a href=\"\"https://semver.org/\"\">https://semver.org/</a>\n </p>",
"VersionSummary$SemanticVersion" : "<p>The semantic version of the application:</p><p>\n <a href=\"https://semver.org/\">https://semver.org/</a>\n </p>",
"VersionSummary$SourceCodeUrl" : "<p>A link to a public repository for the source code of your application.</p>",
"__listOf__string$member" : null
}
}
}
}
}