Request logging middleware for go-chi using zap.
Go to file
renovate 2432b5bcab
continuous-integration/drone/push Build is passing Details
chore(deps): update module github.com/go-chi/chi/v5 to v5.0.8 (#10)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) | require | patch | `v5.0.7` -> `v5.0.8` |

---

### Release Notes

<details>
<summary>go-chi/chi</summary>

### [`v5.0.8`](https://github.com/go-chi/chi/blob/HEAD/CHANGELOG.md#v508-2022-12-07)

[Compare Source](https://github.com/go-chi/chi/compare/v5.0.7...v5.0.8)

-   History of changes: see https://github.com/go-chi/chi/compare/v5.0.7...v5.0.8

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yMy4wIiwidXBkYXRlZEluVmVyIjoiMzQuMjMuMCJ9-->

Co-authored-by: Renovate <renovate@dwysokinski.me>
Reviewed-on: #10
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
2022-12-11 08:02:29 +00:00
_examples/basic chore(deps): update module github.com/go-chi/chi/v5 to v5.0.8 (#10) 2022-12-11 08:02:29 +00:00
.drone.yml add .drone.yml (#2) 2022-09-16 14:14:31 +00:00
.gitignore init 2021-08-31 08:03:13 +02:00
LICENSE init 2021-08-31 08:03:13 +02:00
README.md update README.md 2022-10-12 15:14:09 +02:00
config.go refactor (#1) 2022-09-16 14:06:41 +00:00
go.mod chore(deps): update module github.com/go-chi/chi/v5 to v5.0.8 (#10) 2022-12-11 08:02:29 +00:00
go.sum chore(deps): update module github.com/go-chi/chi/v5 to v5.0.8 (#10) 2022-12-11 08:02:29 +00:00
logger.go refactor (#1) 2022-09-16 14:06:41 +00:00
logger_test.go run tests in parallel (#4) 2022-09-16 14:55:21 +00:00
renovate.json refactor (#1) 2022-09-16 14:06:41 +00:00

README.md

chizap Build Status

Request logging middleware for go-chi using zap.

Installation

go get gitea.dwysokinski.me/Kichiyaki/chizap

Usage

See the example.