client/vendor/github.com/go-openapi/swag
David Simansky e23b4d626e
Update k8s dependencies to v0.20.7 (#1344)
* Update k8s dependencies to v0.20.7

* Update vendor dir

* Fix license dir

* Remove commented code

* Update knative deps

* Use scheme to add known types for dynamic client

* Update go-licenses in build script
2021-06-17 07:42:22 -07:00
..
.editorconfig chore: Update to Knative Serving 0.10.0 (#474) 2019-11-04 13:02:19 -08:00
.gitignore feature(serving): Update API to serving.knative.dev/v1 (#640) 2020-02-07 02:03:14 -08:00
.golangci.yml Update k8s dependencies to v0.20.7 (#1344) 2021-06-17 07:42:22 -07:00
.travis.yml Update k8s dependencies to v0.20.7 (#1344) 2021-06-17 07:42:22 -07:00
CODE_OF_CONDUCT.md chore: Update to Knative Serving 0.10.0 (#474) 2019-11-04 13:02:19 -08:00
LICENSE chore: Update to Knative Serving 0.10.0 (#474) 2019-11-04 13:02:19 -08:00
README.md Update k8s dependencies to v0.20.7 (#1344) 2021-06-17 07:42:22 -07:00
convert.go Update dependencies, pin k8s deps. (#855) 2020-05-26 00:39:49 -07:00
convert_types.go Update k8s dependencies to v0.20.7 (#1344) 2021-06-17 07:42:22 -07:00
doc.go chore: Update to Knative Serving 0.10.0 (#474) 2019-11-04 13:02:19 -08:00
go.mod Update k8s dependencies to v0.20.7 (#1344) 2021-06-17 07:42:22 -07:00
go.sum Update k8s dependencies to v0.20.7 (#1344) 2021-06-17 07:42:22 -07:00
json.go Update dependencies, pin k8s deps. (#855) 2020-05-26 00:39:49 -07:00
loading.go Update k8s dependencies to v0.20.7 (#1344) 2021-06-17 07:42:22 -07:00
name_lexem.go chore: Update to Knative Serving 0.10.0 (#474) 2019-11-04 13:02:19 -08:00
net.go chore: Update to Knative Serving 0.10.0 (#474) 2019-11-04 13:02:19 -08:00
path.go chore: Update to Knative Serving 0.10.0 (#474) 2019-11-04 13:02:19 -08:00
post_go18.go chore: Update to Knative Serving 0.10.0 (#474) 2019-11-04 13:02:19 -08:00
post_go19.go chore: Update to Knative Serving 0.10.0 (#474) 2019-11-04 13:02:19 -08:00
pre_go18.go chore: Update to Knative Serving 0.10.0 (#474) 2019-11-04 13:02:19 -08:00
pre_go19.go chore: Update to Knative Serving 0.10.0 (#474) 2019-11-04 13:02:19 -08:00
split.go chore: Update to Knative Serving 0.10.0 (#474) 2019-11-04 13:02:19 -08:00
util.go Update k8s dependencies to v0.20.7 (#1344) 2021-06-17 07:42:22 -07:00
yaml.go feature(serving): Update API to serving.knative.dev/v1 (#640) 2020-02-07 02:03:14 -08:00

README.md

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