spiegel_podman/test/tools/vendor/github.com/go-openapi/runtime
Paul Holzinger 5e9725983d
install swagger from source
First of all this removes the need for a network connection, second
renovate can update the version as it is tracked in go.mod.

However the real important part is that the binary downloads are
broken[1]. For some reason the swagger created with them does not
include all the type information for the examples. However when building
from source the same thing works fine.

[1] https://github.com/go-swagger/go-swagger/issues/2842

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2024-04-12 15:26:34 +02:00
..
logger install swagger from source 2024-04-12 15:26:34 +02:00
middleware install swagger from source 2024-04-12 15:26:34 +02:00
security install swagger from source 2024-04-12 15:26:34 +02:00
.editorconfig install swagger from source 2024-04-12 15:26:34 +02:00
.gitattributes install swagger from source 2024-04-12 15:26:34 +02:00
.gitignore install swagger from source 2024-04-12 15:26:34 +02:00
.golangci.yml install swagger from source 2024-04-12 15:26:34 +02:00
bytestream.go install swagger from source 2024-04-12 15:26:34 +02:00
client_auth_info.go install swagger from source 2024-04-12 15:26:34 +02:00
client_operation.go install swagger from source 2024-04-12 15:26:34 +02:00
client_request.go install swagger from source 2024-04-12 15:26:34 +02:00
client_response.go install swagger from source 2024-04-12 15:26:34 +02:00
CODE_OF_CONDUCT.md install swagger from source 2024-04-12 15:26:34 +02:00
constants.go install swagger from source 2024-04-12 15:26:34 +02:00
csv.go install swagger from source 2024-04-12 15:26:34 +02:00
discard.go install swagger from source 2024-04-12 15:26:34 +02:00
file.go install swagger from source 2024-04-12 15:26:34 +02:00
headers.go install swagger from source 2024-04-12 15:26:34 +02:00
interfaces.go install swagger from source 2024-04-12 15:26:34 +02:00
json.go install swagger from source 2024-04-12 15:26:34 +02:00
LICENSE install swagger from source 2024-04-12 15:26:34 +02:00
README.md install swagger from source 2024-04-12 15:26:34 +02:00
request.go install swagger from source 2024-04-12 15:26:34 +02:00
statuses.go install swagger from source 2024-04-12 15:26:34 +02:00
text.go install swagger from source 2024-04-12 15:26:34 +02:00
values.go install swagger from source 2024-04-12 15:26:34 +02:00
xml.go install swagger from source 2024-04-12 15:26:34 +02:00

runtime Build Status codecov Slack Status

license GoDoc

golang Open-API toolkit - runtime

The runtime component for use in codegeneration or as untyped usage.