coredns/vendor/github.com/go-openapi/swag
Yong Tang 4dd40a292c
Update apache/thrift to 0.11.0 and remove pinning (#1317)
The `apache/thrift` recently released a new version of `0.11.0`
several days ago. This release is compatible with other packages
and as such, there is no need to pinning the `apache/thrift`
to `master` anymore in Gopkg.toml.

This fix removes the pinning of `apache/thrift` in Gopkg.toml,
and updates all dependencies of coredns.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2017-12-18 11:50:56 -06:00
..
.editorconfig Update vendor with go dep 2017-04-28 09:14:54 -07:00
.gitignore Update Gopkg.toml to remove the constraint on zipkin-go-opentracing (#1231) 2017-11-13 19:54:46 +00:00
.travis.yml Update vendor with go dep 2017-04-28 09:14:54 -07:00
CODE_OF_CONDUCT.md Update vendor with go dep 2017-04-28 09:14:54 -07:00
convert.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
convert_test.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
convert_types.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
convert_types_test.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
json.go dep ensure -update (#1001) 2017-08-28 08:49:28 -07:00
json_test.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
LICENSE Update vendor with go dep 2017-04-28 09:14:54 -07:00
loading.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
loading_test.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
net.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
net_test.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
path.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
path_test.go Update Gopkg.toml to remove the constraint on zipkin-go-opentracing (#1231) 2017-11-13 19:54:46 +00:00
README.md Update vendor with go dep 2017-04-28 09:14:54 -07:00
util.go Update Gopkg.toml to remove the constraint on zipkin-go-opentracing (#1231) 2017-11-13 19:54:46 +00:00
util_test.go Update Gopkg.toml to remove the constraint on zipkin-go-opentracing (#1231) 2017-11-13 19:54:46 +00:00
yaml.go Drop caddy from vendor (#700) 2017-06-03 08:27:41 +01:00
yaml_test.go Drop caddy from vendor (#700) 2017-06-03 08:27:41 +01:00

Swag Build Status codecov Slack Status

license GoDoc

Contains a bunch of helper functions:

  • convert between value and pointers for builtins
  • convert from string to builtin
  • fast json concatenation
  • search in path
  • load from file or http
  • name manglin