podman/test/tools/vendor/github.com/go-openapi/swag
renovate[bot] 087a44a8e7
Update module github.com/go-swagger/go-swagger to v0.32.3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-09 11:31:23 +00: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 Update module github.com/go-swagger/go-swagger to v0.32.3 2025-06-09 11:31:23 +00:00
.golangci.yml Update module github.com/go-swagger/go-swagger to v0.32.3 2025-06-09 11:31:23 +00:00
BENCHMARK.md Update module github.com/go-swagger/go-swagger to v0.32.3 2025-06-09 11:31:23 +00:00
CODE_OF_CONDUCT.md 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 Update module github.com/go-swagger/go-swagger to v0.32.3 2025-06-09 11:31:23 +00:00
convert.go install swagger from source 2024-04-12 15:26:34 +02:00
convert_types.go install swagger from source 2024-04-12 15:26:34 +02:00
doc.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
initialism_index.go Update module github.com/go-swagger/go-swagger to v0.32.3 2025-06-09 11:31:23 +00:00
json.go install swagger from source 2024-04-12 15:26:34 +02:00
loading.go Update module github.com/go-swagger/go-swagger to v0.32.3 2025-06-09 11:31:23 +00:00
name_lexem.go Update module github.com/go-swagger/go-swagger to v0.32.3 2025-06-09 11:31:23 +00:00
net.go install swagger from source 2024-04-12 15:26:34 +02:00
path.go install swagger from source 2024-04-12 15:26:34 +02:00
split.go Update module github.com/go-swagger/go-swagger to v0.32.3 2025-06-09 11:31:23 +00:00
string_bytes.go Update module github.com/go-swagger/go-swagger to v0.32.3 2025-06-09 11:31:23 +00:00
util.go Update module github.com/go-swagger/go-swagger to v0.32.3 2025-06-09 11:31:23 +00:00
yaml.go Update module github.com/go-swagger/go-swagger to v0.32.3 2025-06-09 11:31:23 +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