Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): Update module github.com/kataras/golog to v0.1.11 (#182)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/kataras/golog](https://togithub.com/kataras/golog) | indirect | patch | `v0.1.9` -> `v0.1.11` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>kataras/golog (github.com/kataras/golog)</summary> ### [`v0.1.11`](https://togithub.com/kataras/golog/blob/HEAD/HISTORY.md#Wed-11-November-2023--v0111) [Compare Source](https://togithub.com/kataras/golog/compare/v0.1.9...v0.1.11) - Add integration for `"log/slog"` package: ```go import "log/slog" // [...] myLogger := slog.New(slog.NewJSONHandler(os.Stdout, nil)) golog.Install(myLogger) // OR just golog.Install(slog.Default()) ``` - The `InstallStd` method was removed, use the `Install` method instead, it receives `any` instead of just `ExternalLogger` now. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), 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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
- Loading branch information