ceph-csi/vendor/github.com/go-openapi/swag
Madhu Rajanna 5a66991bb3 rebase: update kubernetes to latest
updating the kubernetes release to the
latest in main go.mod

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
2024-08-20 08:17:01 +00:00
..
.editorconfig rebase: update kubernetes dep to 1.24.0 2022-05-09 09:16:12 +00:00
.gitattributes rebase: update to latest snapshotter 2022-11-11 09:25:57 +00:00
.gitignore rebase: update kubernetes dep to 1.24.0 2022-05-09 09:16:12 +00:00
.golangci.yml rebase: update to latest snapshotter 2022-11-11 09:25:57 +00:00
CODE_OF_CONDUCT.md rebase: update kubernetes dep to 1.24.0 2022-05-09 09:16:12 +00:00
convert_types.go rebase: update kubernetes dep to 1.24.0 2022-05-09 09:16:12 +00:00
convert.go rebase: update kubernetes dep to 1.24.0 2022-05-09 09:16:12 +00:00
doc.go rebase: update to latest snapshotter 2022-11-11 09:25:57 +00:00
file.go rebase: update to latest snapshotter 2022-11-11 09:25:57 +00:00
json.go rebase: update kubernetes dep to 1.24.0 2022-05-09 09:16:12 +00:00
LICENSE rebase: update kubernetes dep to 1.24.0 2022-05-09 09:16:12 +00:00
loading.go rebase: update to latest snapshotter 2022-11-11 09:25:57 +00:00
name_lexem.go rebase: update kubernetes dep to 1.24.0 2022-05-09 09:16:12 +00:00
net.go rebase: update kubernetes dep to 1.24.0 2022-05-09 09:16:12 +00:00
path.go rebase: update kubernetes dep to 1.24.0 2022-05-09 09:16:12 +00:00
post_go18.go rebase: update to latest snapshotter 2022-11-11 09:25:57 +00:00
post_go19.go rebase: update to latest snapshotter 2022-11-11 09:25:57 +00:00
pre_go18.go rebase: update to latest snapshotter 2022-11-11 09:25:57 +00:00
pre_go19.go rebase: update to latest snapshotter 2022-11-11 09:25:57 +00:00
README.md rebase: update kubernetes dep to 1.24.0 2022-05-09 09:16:12 +00:00
split.go rebase: update kubernetes dep to 1.24.0 2022-05-09 09:16:12 +00:00
util.go rebase: update kubernetes to latest 2024-08-20 08:17:01 +00:00
yaml.go rebase: update to latest snapshotter 2022-11-11 09:25:57 +00: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