automation-tests/common/vendor/github.com/go-openapi/swag
renovate[bot] a10ef86dd9 fix(deps): update github.com/containers/image/v5 digest to 1b221d4
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-01 01:45:53 +00:00
..
.editorconfig Bump containers/(ocicrypt,storage, image) 2023-01-20 09:43:28 -05:00
.gitattributes Bump containers/(ocicrypt,storage, image) 2023-01-20 09:43:28 -05:00
.gitignore fix(deps): update github.com/containers/image/v5 digest to 1b221d4 2024-01-01 01:45:53 +00:00
.golangci.yml fix(deps): update github.com/containers/image/v5 digest to 1b221d4 2024-01-01 01:45:53 +00:00
CODE_OF_CONDUCT.md Bump containers/(ocicrypt,storage, image) 2023-01-20 09:43:28 -05:00
LICENSE Bump containers/(ocicrypt,storage, image) 2023-01-20 09:43:28 -05:00
README.md fix(deps): update github.com/containers/image/v5 digest to 1b221d4 2024-01-01 01:45:53 +00:00
convert.go Bump containers/(ocicrypt,storage, image) 2023-01-20 09:43:28 -05:00
convert_types.go Bump containers/(ocicrypt,storage, image) 2023-01-20 09:43:28 -05:00
doc.go Bump containers/(ocicrypt,storage, image) 2023-01-20 09:43:28 -05:00
file.go Bump containers/(ocicrypt,storage, image) 2023-01-20 09:43:28 -05:00
initialism_index.go fix(deps): update github.com/containers/image/v5 digest to 1b221d4 2024-01-01 01:45:53 +00:00
json.go Bump containers/(ocicrypt,storage, image) 2023-01-20 09:43:28 -05:00
loading.go fix(deps): update github.com/containers/image/v5 digest to 1b221d4 2024-01-01 01:45:53 +00:00
name_lexem.go Bump containers/(ocicrypt,storage, image) 2023-01-20 09:43:28 -05:00
net.go Bump containers/(ocicrypt,storage, image) 2023-01-20 09:43:28 -05:00
path.go Bump containers/(ocicrypt,storage, image) 2023-01-20 09:43:28 -05:00
split.go Bump containers/(ocicrypt,storage, image) 2023-01-20 09:43:28 -05:00
util.go fix(deps): update github.com/containers/image/v5 digest to 1b221d4 2024-01-01 01:45:53 +00:00
yaml.go fix(deps): update github.com/containers/image/v5 digest to 1b221d4 2024-01-01 01:45:53 +00:00

README.md

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