spiegel_podman/vendor/github.com/go-openapi/swag
tomsweeneyredhat 2ba0070cc4
Bump runc to 1.2.9, Buildah 1.29.6
Cherry picked from commit 2e8bce201e with
additional updates required for the v4.2.0-rhel branch.

Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>

Assisted by AI: Cursor <Auto>
Signed-off-by: Chris Evich <cevich@redhat.com>
2026-01-28 10:45:58 -05:00
..
.editorconfig Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00
.gitattributes Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00
.gitignore Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00
.golangci.yml Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00
CODE_OF_CONDUCT.md Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00
convert.go Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00
convert_types.go Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00
doc.go Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00
file.go Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00
json.go Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00
LICENSE Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00
loading.go Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00
name_lexem.go Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00
net.go Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00
path.go Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00
post_go18.go Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00
post_go19.go Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00
pre_go18.go Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00
pre_go19.go Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00
README.md Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00
split.go Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00
util.go Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00
yaml.go Bump runc to 1.2.9, Buildah 1.29.6 2026-01-28 10:45:58 -05:00

Swag Build Status codecov Slack Status

license GoDoc Go Report Card

Contains a bunch of helper functions for go-openapi and go-swagger projects.

You may also use it standalone for your projects.

  • convert between value and pointers for builtin types
  • convert from string to builtin types (wraps strconv)
  • fast json concatenation
  • search in path
  • load from file or http
  • name mangling

This repo has only few dependencies outside of the standard library:

  • YAML utilities depend on gopkg.in/yaml.v2