diff options
Diffstat (limited to 'vendor/github.com/go-openapi/swag/README.md')
-rw-r--r-- | vendor/github.com/go-openapi/swag/README.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/vendor/github.com/go-openapi/swag/README.md b/vendor/github.com/go-openapi/swag/README.md index 217f6fa50..a72922299 100644 --- a/vendor/github.com/go-openapi/swag/README.md +++ b/vendor/github.com/go-openapi/swag/README.md @@ -1,7 +1,8 @@ -# Swag [](https://travis-ci.org/go-openapi/swag) [](https://codecov.io/gh/go-openapi/swag) [](https://slackin.goswagger.io) +# Swag [](https://github.com/go-openapi/swag/actions?query=workflow%3A"go+test") [](https://codecov.io/gh/go-openapi/swag) +[](https://slackin.goswagger.io) [](https://raw.githubusercontent.com/go-openapi/swag/master/LICENSE) -[](http://godoc.org/github.com/go-openapi/swag) +[](https://pkg.go.dev/github.com/go-openapi/swag) [](https://goreportcard.com/report/github.com/go-openapi/swag) Contains a bunch of helper functions for go-openapi and go-swagger projects. @@ -18,4 +19,5 @@ You may also use it standalone for your projects. This repo has only few dependencies outside of the standard library: -* YAML utilities depend on gopkg.in/yaml.v2 +* YAML utilities depend on `gopkg.in/yaml.v3` +* `github.com/mailru/easyjson v0.7.7` |