Package: golang-github-go-openapi-validate / 0.0~git20160704.0.deaf2c9-1

Metadata

Package Version Patches format
golang-github-go-openapi-validate 0.0~git20160704.0.deaf2c9-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
vendor go openapi runtime.patch | (download)

vendor/github.com/go-openapi/runtime/.drone.sec | 1 1 + 0 - 0 !
vendor/github.com/go-openapi/runtime/.drone.yml | 42 42 + 0 - 0 !
vendor/github.com/go-openapi/runtime/.github/CONTRIBUTING.md | 117 117 + 0 - 0 !
vendor/github.com/go-openapi/runtime/.gitignore | 1 1 + 0 - 0 !
vendor/github.com/go-openapi/runtime/.pc/.quilt_patches | 1 1 + 0 - 0 !
vendor/github.com/go-openapi/runtime/.pc/.quilt_series | 1 1 + 0 - 0 !
vendor/github.com/go-openapi/runtime/.pc/.version | 1 1 + 0 - 0 !
vendor/github.com/go-openapi/runtime/.pullapprove.yml | 13 13 + 0 - 0 !
vendor/github.com/go-openapi/runtime/CODE_OF_CONDUCT.md | 74 74 + 0 - 0 !
vendor/github.com/go-openapi/runtime/LICENSE | 202 202 + 0 - 0 !
vendor/github.com/go-openapi/runtime/README.md | 5 5 + 0 - 0 !
vendor/github.com/go-openapi/runtime/authinfo_test.go | 33 33 + 0 - 0 !
vendor/github.com/go-openapi/runtime/bytestream.go | 45 45 + 0 - 0 !
vendor/github.com/go-openapi/runtime/bytestream_test.go | 30 30 + 0 - 0 !
vendor/github.com/go-openapi/runtime/client/auth_info.go | 57 57 + 0 - 0 !
vendor/github.com/go-openapi/runtime/client/auth_info_test.go | 65 65 + 0 - 0 !
vendor/github.com/go-openapi/runtime/client/request.go | 270 270 + 0 - 0 !
vendor/github.com/go-openapi/runtime/client/request_test.go | 244 244 + 0 - 0 !
vendor/github.com/go-openapi/runtime/client/response.go | 44 44 + 0 - 0 !
vendor/github.com/go-openapi/runtime/client/response_test.go | 40 40 + 0 - 0 !
vendor/github.com/go-openapi/runtime/client/runtime.go | 219 219 + 0 - 0 !
vendor/github.com/go-openapi/runtime/client/runtime_test.go | 630 630 + 0 - 0 !
vendor/github.com/go-openapi/runtime/client_auth_info.go | 30 30 + 0 - 0 !
vendor/github.com/go-openapi/runtime/client_operation.go | 34 34 + 0 - 0 !
vendor/github.com/go-openapi/runtime/client_request.go | 53 53 + 0 - 0 !
vendor/github.com/go-openapi/runtime/client_request_test.go | 69 69 + 0 - 0 !
vendor/github.com/go-openapi/runtime/client_response.go | 63 63 + 0 - 0 !
vendor/github.com/go-openapi/runtime/client_response_test.go | 60 60 + 0 - 0 !
vendor/github.com/go-openapi/runtime/constants.go | 41 41 + 0 - 0 !
vendor/github.com/go-openapi/runtime/discard.go | 9 9 + 0 - 0 !
vendor/github.com/go-openapi/runtime/fixtures/bugs/264/swagger.yml | 21 21 + 0 - 0 !
vendor/github.com/go-openapi/runtime/hack/build-drone.sh | 25 25 + 0 - 0 !
vendor/github.com/go-openapi/runtime/headers.go | 45 45 + 0 - 0 !
vendor/github.com/go-openapi/runtime/headers_test.go | 61 61 + 0 - 0 !
vendor/github.com/go-openapi/runtime/interfaces.go | 94 94 + 0 - 0 !
vendor/github.com/go-openapi/runtime/internal/testing/data.go | 811 811 + 0 - 0 !
vendor/github.com/go-openapi/runtime/internal/testing/petstore/api.go | 147 147 + 0 - 0 !
vendor/github.com/go-openapi/runtime/internal/testing/simplepetstore/api.go | 348 348 + 0 - 0 !
vendor/github.com/go-openapi/runtime/internal/testing/simplepetstore/api_test.go | 81 81 + 0 - 0 !
vendor/github.com/go-openapi/runtime/json.go | 37 37 + 0 - 0 !
vendor/github.com/go-openapi/runtime/json_test.go | 62 62 + 0 - 0 !
vendor/github.com/go-openapi/runtime/middleware/body_test.go | 100 100 + 0 - 0 !
vendor/github.com/go-openapi/runtime/middleware/context.go | 477 477 + 0 - 0 !
vendor/github.com/go-openapi/runtime/middleware/context_test.go | 395 395 + 0 - 0 !
vendor/github.com/go-openapi/runtime/middleware/denco/LICENSE | 19 19 + 0 - 0 !
vendor/github.com/go-openapi/runtime/middleware/denco/README.md | 180 180 + 0 - 0 !
vendor/github.com/go-openapi/runtime/middleware/denco/router.go | 452 452 + 0 - 0 !
vendor/github.com/go-openapi/runtime/middleware/denco/router_bench_test.go | 178 178 + 0 - 0 !
vendor/github.com/go-openapi/runtime/middleware/denco/router_test.go | 524 524 + 0 - 0 !
vendor/github.com/go-openapi/runtime/middleware/denco/server.go | 106 106 + 0 - 0 !
vendor/github.com/go-openapi/runtime/middleware/denco/server_test.go | 106 106 + 0 - 0 !
vendor/github.com/go-openapi/runtime/middleware/denco/util.go | 12 12 + 0 - 0 !
vendor/github.com/go-openapi/runtime/middleware/denco/util_test.go | 31 31 + 0 - 0 !
vendor/github.com/go-openapi/runtime/middleware/doc.go | 65 65 + 0 - 0 !
vendor/github.com/go-openapi/runtime/middleware/header/header.go | 299 299 + 0 - 0 !
vendor/github.com/go-openapi/runtime/middleware/negotiate.go | 82 82 + 0 - 0 !
vendor/github.com/go-openapi/runtime/middleware/negotiate_test.go | 70 70 + 0 - 0 !
vendor/github.com/go-openapi/runtime/middleware/not_implemented.go | 48 48 + 0 - 0 !
vendor/github.com/go-openapi/runtime/middleware/operation.go | 25 25 + 0 - 0 !
vendor/github.com/go-openapi/runtime/middleware/operation_test.go | 64 64 + 0 - 0 !
vendor/github.com/go-openapi/runtime/middleware/parameter.go | 477 477 + 0 - 0 !
vendor/github.com/go-openapi/runtime/middleware/parameter_test.go | 340 340 + 0 - 0 !
vendor/github.com/go-openapi/runtime/middleware/request.go | 104 104 + 0 - 0 !
vendor/github.com/go-openapi/runtime/middleware/request_test.go | 481 481 + 0 - 0 !
vendor/github.com/go-openapi/runtime/middleware/route_param_test.go | 38 38 + 0 - 0 !
vendor/github.com/go-openapi/runtime/middleware/router.go | 254 254 + 0 - 0 !
vendor/github.com/go-openapi/runtime/middleware/router_test.go | 196 196 + 0 - 0 !
vendor/github.com/go-openapi/runtime/middleware/security.go | 34 34 + 0 - 0 !
vendor/github.com/go-openapi/runtime/middleware/security_test.go | 58 58 + 0 - 0 !
vendor/github.com/go-openapi/runtime/middleware/spec.go | 63 63 + 0 - 0 !
vendor/github.com/go-openapi/runtime/middleware/spec_test.go | 56 56 + 0 - 0 !
vendor/github.com/go-openapi/runtime/middleware/string_conversion_test.go | 301 301 + 0 - 0 !
vendor/github.com/go-openapi/runtime/middleware/untyped/api.go | 263 263 + 0 - 0 !
vendor/github.com/go-openapi/runtime/middleware/untyped/api_test.go | 278 278 + 0 - 0 !
vendor/github.com/go-openapi/runtime/middleware/untyped_request_test.go | 164 164 + 0 - 0 !
vendor/github.com/go-openapi/runtime/middleware/validation.go | 131 131 + 0 - 0 !
vendor/github.com/go-openapi/runtime/middleware/validation_test.go | 130 130 + 0 - 0 !
vendor/github.com/go-openapi/runtime/request.go | 77 77 + 0 - 0 !
vendor/github.com/go-openapi/runtime/request_test.go | 122 122 + 0 - 0 !
vendor/github.com/go-openapi/runtime/security/apikey_auth_test.go | 94 94 + 0 - 0 !
vendor/github.com/go-openapi/runtime/security/authenticator.go | 127 127 + 0 - 0 !
vendor/github.com/go-openapi/runtime/security/basic_auth_test.go | 75 75 + 0 - 0 !
vendor/github.com/go-openapi/runtime/security/bearer_auth_test.go | 143 143 + 0 - 0 !
vendor/github.com/go-openapi/runtime/statuses.go | 90 90 + 0 - 0 !
vendor/github.com/go-openapi/runtime/text.go | 52 52 + 0 - 0 !
vendor/github.com/go-openapi/runtime/text_test.go | 45 45 + 0 - 0 !
vendor/github.com/go-openapi/runtime/values.go | 19 19 + 0 - 0 !
vendor/github.com/go-openapi/runtime/xml.go | 36 36 + 0 - 0 !
vendor/github.com/go-openapi/runtime/xml_test.go | 53 53 + 0 - 0 !
vendor/github.com/go-openapi/runtime/yamlpc/yaml.go | 44 44 + 0 - 0 !
vendor/github.com/go-openapi/runtime/yamlpc/yaml_test.go | 62 62 + 0 - 0 !
91 files changed, 11866 insertions(+)

 vendor go-openapi runtime module to break circular depdency
 To complete the upload of both the go-openapi runtime and validate
 modules it's necessary to vendor the runtime module for the initial
 upload. Once both packages are in the archive this patch will be removed.