spiegel_podman/vendor/github.com/go-openapi/swag
tomsweeneyredhat be937a4e20 Bump c/storage v1.58.0, c/image v5.35.0, c/common v0.63.0
Bump:
c/storage v1.58.0
c/image v5.35.0
c/common v0.63.0

In preparation for Podman v5.5.0

Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
2025-04-17 11:05:56 -04:00
..
.editorconfig vendor in latests containers/(storage, common, build, image) 2023-01-19 10:42:10 -05:00
.gitattributes vendor in latests containers/(storage, common, build, image) 2023-01-19 10:42:10 -05:00
.gitignore Vendor in latest c/common 2024-01-25 11:10:41 -05:00
.golangci.yml Bump c/storage v1.58.0, c/image v5.35.0, c/common v0.63.0 2025-04-17 11:05:56 -04:00
BENCHMARK.md Bump containers/common to latest main 2024-01-30 10:42:24 -05:00
CODE_OF_CONDUCT.md vendor in latests containers/(storage, common, build, image) 2023-01-19 10:42:10 -05:00
convert.go vendor in latests containers/(storage, common, build, image) 2023-01-19 10:42:10 -05:00
convert_types.go vendor in latests containers/(storage, common, build, image) 2023-01-19 10:42:10 -05:00
doc.go vendor in latests containers/(storage, common, build, image) 2023-01-19 10:42:10 -05:00
errors.go Bump c/storage v1.58.0, c/image v5.35.0, c/common v0.63.0 2025-04-17 11:05:56 -04:00
file.go vendor in latests containers/(storage, common, build, image) 2023-01-19 10:42:10 -05:00
initialism_index.go Bump Buildah to v1.35.0 2024-03-07 11:51:09 -05:00
json.go Bump c/storage v1.58.0, c/image v5.35.0, c/common v0.63.0 2025-04-17 11:05:56 -04:00
LICENSE vendor in latests containers/(storage, common, build, image) 2023-01-19 10:42:10 -05:00
loading.go Bump c/storage v1.58.0, c/image v5.35.0, c/common v0.63.0 2025-04-17 11:05:56 -04:00
name_lexem.go Bump containers/common to latest main 2024-01-30 10:42:24 -05:00
net.go vendor in latests containers/(storage, common, build, image) 2023-01-19 10:42:10 -05:00
path.go vendor in latests containers/(storage, common, build, image) 2023-01-19 10:42:10 -05:00
README.md Vendor in latest c/common 2024-01-25 11:10:41 -05:00
split.go Bump containers/common to latest main 2024-01-30 10:42:24 -05:00
string_bytes.go vendor: update containers/{buildah,common,image,storage} 2024-04-19 09:52:13 +02:00
util.go Bump containers/common to latest main 2024-01-30 10:42:24 -05:00
yaml.go Bump c/storage v1.58.0, c/image v5.35.0, c/common v0.63.0 2025-04-17 11:05:56 -04:00

Swag Build Status codecov

Slack Status license Go Reference 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.v3
  • github.com/mailru/easyjson v0.7.7