Commit f6e0201
authored
fix(deps): Update module github.com/goccy/go-json to v0.10.4 (#2040)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/goccy/go-json](https://togithub.com/goccy/go-json) | require | patch | `v0.10.3` -> `v0.10.4` |
---
### Release Notes
<details>
<summary>goccy/go-json (github.com/goccy/go-json)</summary>
### [`v0.10.4`](https://togithub.com/goccy/go-json/releases/tag/v0.10.4): 0.10.4
[Compare Source](https://togithub.com/goccy/go-json/compare/v0.10.3...v0.10.4)
#### What's Changed
- Fix encode \[]\*time.Time - check nil by [@​mirecl](https://togithub.com/mirecl) in [https://github.com/goccy/go-json/pull/524](https://togithub.com/goccy/go-json/pull/524)
- Fix: Switch to lazy init() in decoder and encoder by [@​toddtreece](https://togithub.com/toddtreece) in [https://github.com/goccy/go-json/pull/490](https://togithub.com/goccy/go-json/pull/490)
#### New Contributors
- [@​mirecl](https://togithub.com/mirecl) made their first contribution in [https://github.com/goccy/go-json/pull/524](https://togithub.com/goccy/go-json/pull/524)
- [@​toddtreece](https://togithub.com/toddtreece) made their first contribution in [https://github.com/goccy/go-json/pull/490](https://togithub.com/goccy/go-json/pull/490)
**Full Changelog**: goccy/go-json@v0.10.3...v0.10.4
</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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->1 parent d2cff6b commit f6e0201
4 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | | - | |
| 75 | + | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | | - | |
| 75 | + | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments