chizap/_examples/basic/go.mod

17 lines
336 B
Modula-2
Raw Normal View History

module gitea.dwysokinski.me/Kichiyaki/chizap/_examples/basic
go 1.18
replace gitea.dwysokinski.me/Kichiyaki/chizap => ../..
require (
gitea.dwysokinski.me/Kichiyaki/chizap v0.2.1
github.com/go-chi/chi/v5 v5.0.8
chore(deps): update module go.uber.org/zap to v1.24.0 (#9) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go.uber.org/zap](https://github.com/uber-go/zap) | require | minor | `v1.23.0` -> `v1.24.0` | --- ### Release Notes <details> <summary>uber-go/zap</summary> ### [`v1.24.0`](https://github.com/uber-go/zap/releases/tag/v1.24.0) [Compare Source](https://github.com/uber-go/zap/compare/v1.23.0...v1.24.0) Enhancements: - [#&#8203;1148][]: Add `Level` to both `Logger` and `SugaredLogger` that reports the current minimum enabled log level. - [#&#8203;1185][]: `SugaredLogger` turns errors to zap.Error automatically. Thanks to [@&#8203;Abirdcfly](https://github.com/Abirdcfly), [@&#8203;craigpastro](https://github.com/craigpastro), [@&#8203;nnnkkk7](https://github.com/nnnkkk7), and [@&#8203;sashamelentyev](https://github.com/sashamelentyev) for their contributions to this release. [#&#8203;1148]: https://github.com/uber-go/zap/pull/1148 [#&#8203;1185]: https://github.com/uber-go/zap/pull/1185 </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: https://gitea.dwysokinski.me/Kichiyaki/chizap/pulls/9 Co-authored-by: renovate <renovate@noreply.localhost> Co-committed-by: renovate <renovate@noreply.localhost>
2022-12-01 04:27:28 +00:00
go.uber.org/zap v1.24.0
)
require (
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
)