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/goccy/go-json to v0.10.2 (#110)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/goccy/go-json](https://togithub.com/goccy/go-json) | require | minor | `v0.9.11` -> `v0.10.2` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>goccy/go-json</summary> ### [`v0.10.2`](https://togithub.com/goccy/go-json/blob/HEAD/CHANGELOG.md#v0102---20230320) [Compare Source](https://togithub.com/goccy/go-json/compare/v0.10.1...v0.10.2) ##### New features - Support DebugDOT option for debugging encoder ( [#​440](https://togithub.com/goccy/go-json/issues/440) ) ##### Fix bugs - Fix combination of embedding structure and omitempty option ( [#​442](https://togithub.com/goccy/go-json/issues/442) ) ### [`v0.10.1`](https://togithub.com/goccy/go-json/blob/HEAD/CHANGELOG.md#v0101---20230313) [Compare Source](https://togithub.com/goccy/go-json/compare/v0.10.0...v0.10.1) ##### Fix bugs - Fix checkptr error for array decoder ( [#​415](https://togithub.com/goccy/go-json/issues/415) ) - Fix added buffer size check when decoding key ( [#​430](https://togithub.com/goccy/go-json/issues/430) ) - Fix handling of anonymous fields other than struct ( [#​431](https://togithub.com/goccy/go-json/issues/431) ) - Fix to not optimize when lower conversion can't handle byte-by-byte ( [#​432](https://togithub.com/goccy/go-json/issues/432) ) - Fix a problem that MarshalIndent does not work when UnorderedMap is specified ( [#​435](https://togithub.com/goccy/go-json/issues/435) ) - Fix mapDecoder.DecodeStream() for empty objects containing whitespace ( [#​425](https://togithub.com/goccy/go-json/issues/425) ) - Fix an issue that could not set the correct NextField for fields in the embedded structure ( [#​438](https://togithub.com/goccy/go-json/issues/438) ) ### [`v0.10.0`](https://togithub.com/goccy/go-json/blob/HEAD/CHANGELOG.md#v0100---20221129) [Compare Source](https://togithub.com/goccy/go-json/compare/v0.9.11...v0.10.0) ##### New features - Support JSON Path ( [#​250](https://togithub.com/goccy/go-json/issues/250) ) ##### Fix bugs - Fix marshaler for map's key ( [#​409](https://togithub.com/goccy/go-json/issues/409) ) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 3am 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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTQuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE1NC4wIn0=-->
- Loading branch information