kilo/vendor/github.com/go-openapi/spec
leonnicolas a3bf13711c
go.mod: bump client-go and api machinerie
I had to run `make generate`.
Some API functions got additional parameters `Options` and `Context`.
I used empty options and `context.TODO()` for now.

Signed-off-by: leonnicolas <leonloechner@gmx.de>
2021-05-15 12:12:50 +02:00
..
.editorconfig vendor: revendor 2019-05-03 12:50:21 +02:00
.gitignore vendor: revendor 2019-05-03 12:50:21 +02:00
.golangci.yml go.mod: bump client-go and api machinerie 2021-05-15 12:12:50 +02:00
.travis.yml go.mod: bump client-go and api machinerie 2021-05-15 12:12:50 +02:00
bindata.go go.mod: bump client-go and api machinerie 2021-05-15 12:12:50 +02:00
cache.go vendor: revendor 2019-05-03 12:50:21 +02:00
CODE_OF_CONDUCT.md vendor: revendor 2019-05-03 12:50:21 +02:00
contact_info.go vendor: revendor 2019-05-03 12:50:21 +02:00
debug.go vendor: revendor 2019-05-03 12:50:21 +02:00
expander.go go.mod: bump client-go and api machinerie 2021-05-15 12:12:50 +02:00
external_docs.go vendor: revendor 2019-05-03 12:50:21 +02:00
go.mod go.mod: bump client-go and api machinerie 2021-05-15 12:12:50 +02:00
go.sum go.mod: bump client-go and api machinerie 2021-05-15 12:12:50 +02:00
header.go vendor: revendor 2019-05-03 12:50:21 +02:00
info.go vendor: revendor 2019-05-03 12:50:21 +02:00
items.go go.mod: bump client-go and api machinerie 2021-05-15 12:12:50 +02:00
LICENSE vendor: revendor 2019-05-03 12:50:21 +02:00
license.go vendor: revendor 2019-05-03 12:50:21 +02:00
normalizer.go vendor: revendor 2019-05-03 12:50:21 +02:00
operation.go vendor: revendor 2019-05-03 12:50:21 +02:00
parameter.go vendor: revendor 2019-05-03 12:50:21 +02:00
path_item.go vendor: revendor 2019-05-03 12:50:21 +02:00
paths.go vendor: revendor 2019-05-03 12:50:21 +02:00
README.md vendor: revendor 2019-05-03 12:50:21 +02:00
ref.go go.mod: bump client-go and api machinerie 2021-05-15 12:12:50 +02:00
response.go vendor: revendor 2019-05-03 12:50:21 +02:00
responses.go vendor: revendor 2019-05-03 12:50:21 +02:00
schema_loader.go go.mod: bump client-go and api machinerie 2021-05-15 12:12:50 +02:00
schema.go go.mod: bump client-go and api machinerie 2021-05-15 12:12:50 +02:00
security_scheme.go vendor: revendor 2019-05-03 12:50:21 +02:00
spec.go vendor: revendor 2019-05-03 12:50:21 +02:00
swagger.go go.mod: bump client-go and api machinerie 2021-05-15 12:12:50 +02:00
tag.go vendor: revendor 2019-05-03 12:50:21 +02:00
unused.go vendor: revendor 2019-05-03 12:50:21 +02:00
xml_object.go vendor: revendor 2019-05-03 12:50:21 +02:00

OAI object model Build Status codecov Slack Status

license GoDoc GolangCI Go Report Card

The object model for OpenAPI specification documents.

Currently supports Swagger 2.0.