|
| 1 | +--- |
| 2 | +name: github.com/go-chi/chi/v5 |
| 3 | +version: v5.0.10 |
| 4 | +type: go |
| 5 | +summary: Package chi is a small, idiomatic and composable router for building HTTP |
| 6 | + services. |
| 7 | +homepage: https://pkg.go.dev/github.com/go-chi/chi/v5 |
| 8 | +license: mit |
| 9 | +licenses: |
| 10 | +- sources: LICENSE |
| 11 | + text: | |
| 12 | + Copyright (c) 2015-present Peter Kieltyka (https://github.com/pkieltyka), Google Inc. |
| 13 | +
|
| 14 | + MIT License |
| 15 | +
|
| 16 | + Permission is hereby granted, free of charge, to any person obtaining a copy of |
| 17 | + this software and associated documentation files (the "Software"), to deal in |
| 18 | + the Software without restriction, including without limitation the rights to |
| 19 | + use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of |
| 20 | + the Software, and to permit persons to whom the Software is furnished to do so, |
| 21 | + subject to the following conditions: |
| 22 | +
|
| 23 | + The above copyright notice and this permission notice shall be included in all |
| 24 | + copies or substantial portions of the Software. |
| 25 | +
|
| 26 | + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 27 | + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS |
| 28 | + FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR |
| 29 | + COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER |
| 30 | + IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN |
| 31 | + CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 32 | +- sources: README.md |
| 33 | + text: |- |
| 34 | + Copyright (c) 2015-present [Peter Kieltyka](https://github.com/pkieltyka) |
| 35 | +
|
| 36 | + Licensed under [MIT License](./LICENSE) |
| 37 | +
|
| 38 | + [GoDoc]: https://pkg.go.dev/github.com/go-chi/chi?tab=versions |
| 39 | + [GoDoc Widget]: https://godoc.org/github.com/go-chi/chi?status.svg |
| 40 | + [Travis]: https://travis-ci.org/go-chi/chi |
| 41 | + [Travis Widget]: https://travis-ci.org/go-chi/chi.svg?branch=master |
| 42 | +notices: [] |
0 commit comments