Skip to content

Commit

Permalink
Update module github.com/goccy/go-json to v0.10.3 (#34111)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/goccy/go-json](https://github.com/goccy/go-json) |
`v0.9.7` -> `v0.10.3` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgoccy%2fgo-json/v0.10.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgoccy%2fgo-json/v0.10.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgoccy%2fgo-json/v0.9.7/v0.10.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgoccy%2fgo-json/v0.9.7/v0.10.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>goccy/go-json (github.com/goccy/go-json)</summary>

###
[`v0.10.3`](https://github.com/goccy/go-json/releases/tag/v0.10.3):
0.10.3

[Compare
Source](https://github.com/goccy/go-json/compare/v0.10.2...v0.10.3)

#### What's Changed

- Add license for string processing by
[@&#8203;goccy](https://github.com/goccy) in
[https://github.com/goccy/go-json/pull/476](https://github.com/goccy/go-json/pull/476)
- fix: decode struct with pointer must be nil by
[@&#8203;misyuari](https://github.com/misyuari) in
[https://github.com/goccy/go-json/pull/473](https://github.com/goccy/go-json/pull/473)
- fix: fix a bug for escaping 0xE2 0x80 0xA8 in compactString by
[@&#8203;lizixing](https://github.com/lizixing) in
[https://github.com/goccy/go-json/pull/479](https://github.com/goccy/go-json/pull/479)
- Fix custom map marshaling by
[@&#8203;viewsharp](https://github.com/viewsharp) in
[https://github.com/goccy/go-json/pull/505](https://github.com/goccy/go-json/pull/505)
- Use io package instead of ioutil package by
[@&#8203;shamaton](https://github.com/shamaton) in
[https://github.com/goccy/go-json/pull/498](https://github.com/goccy/go-json/pull/498)

#### New Contributors

- [@&#8203;misyuari](https://github.com/misyuari) made their first
contribution in
[https://github.com/goccy/go-json/pull/473](https://github.com/goccy/go-json/pull/473)
- [@&#8203;lizixing](https://github.com/lizixing) made their first
contribution in
[https://github.com/goccy/go-json/pull/479](https://github.com/goccy/go-json/pull/479)
- [@&#8203;viewsharp](https://github.com/viewsharp) made their first
contribution in
[https://github.com/goccy/go-json/pull/505](https://github.com/goccy/go-json/pull/505)
- [@&#8203;shamaton](https://github.com/shamaton) made their first
contribution in
[https://github.com/goccy/go-json/pull/498](https://github.com/goccy/go-json/pull/498)

**Full Changelog**:
goccy/go-json@v0.10.2...v0.10.3

###
[`v0.10.2`](https://github.com/goccy/go-json/blob/HEAD/CHANGELOG.md#v0102---20230320)

[Compare
Source](https://github.com/goccy/go-json/compare/v0.10.1...v0.10.2)

##### New features

- Support DebugDOT option for debugging encoder (
[#&#8203;440](https://github.com/goccy/go-json/issues/440) )

##### Fix bugs

- Fix combination of embedding structure and omitempty option (
[#&#8203;442](https://github.com/goccy/go-json/issues/442) )

###
[`v0.10.1`](https://github.com/goccy/go-json/blob/HEAD/CHANGELOG.md#v0101---20230313)

[Compare
Source](https://github.com/goccy/go-json/compare/v0.10.0...v0.10.1)

##### Fix bugs

- Fix checkptr error for array decoder (
[#&#8203;415](https://github.com/goccy/go-json/issues/415) )
- Fix added buffer size check when decoding key (
[#&#8203;430](https://github.com/goccy/go-json/issues/430) )
- Fix handling of anonymous fields other than struct (
[#&#8203;431](https://github.com/goccy/go-json/issues/431) )
- Fix to not optimize when lower conversion can't handle byte-by-byte (
[#&#8203;432](https://github.com/goccy/go-json/issues/432) )
- Fix a problem that MarshalIndent does not work when UnorderedMap is
specified ( [#&#8203;435](https://github.com/goccy/go-json/issues/435)
)
- Fix mapDecoder.DecodeStream() for empty objects containing whitespace
( [#&#8203;425](https://github.com/goccy/go-json/issues/425) )
- Fix an issue that could not set the correct NextField for fields in
the embedded structure (
[#&#8203;438](https://github.com/goccy/go-json/issues/438) )

###
[`v0.10.0`](https://github.com/goccy/go-json/blob/HEAD/CHANGELOG.md#v0100---20221129)

[Compare
Source](https://github.com/goccy/go-json/compare/v0.9.11...v0.10.0)

##### New features

- Support JSON Path (
[#&#8203;250](https://github.com/goccy/go-json/issues/250) )

##### Fix bugs

- Fix marshaler for map's key (
[#&#8203;409](https://github.com/goccy/go-json/issues/409) )

###
[`v0.9.11`](https://github.com/goccy/go-json/blob/HEAD/CHANGELOG.md#v0911---20220818)

[Compare
Source](https://github.com/goccy/go-json/compare/v0.9.10...v0.9.11)

##### Fix bugs

- Fix unexpected behavior when buffer ends with backslash (
[#&#8203;383](https://github.com/goccy/go-json/issues/383) )
- Fix stream decoding of escaped character (
[#&#8203;387](https://github.com/goccy/go-json/issues/387) )

###
[`v0.9.10`](https://github.com/goccy/go-json/blob/HEAD/CHANGELOG.md#v0910---20220715)

[Compare
Source](https://github.com/goccy/go-json/compare/v0.9.9...v0.9.10)

##### Fix bugs

- Fix boundary exception of type caching (
[#&#8203;382](https://github.com/goccy/go-json/issues/382) )

###
[`v0.9.9`](https://github.com/goccy/go-json/blob/HEAD/CHANGELOG.md#v099---20220715)

[Compare
Source](https://github.com/goccy/go-json/compare/v0.9.8...v0.9.9)

##### Fix bugs

- Fix encoding of directed interface with typed nil (
[#&#8203;377](https://github.com/goccy/go-json/issues/377) )
- Fix embedded primitive type encoding using alias (
[#&#8203;378](https://github.com/goccy/go-json/issues/378) )
- Fix slice/array type encoding with types implementing MarshalJSON (
[#&#8203;379](https://github.com/goccy/go-json/issues/379) )
- Fix unicode decoding when the expected buffer state is not met after
reading ( [#&#8203;380](https://github.com/goccy/go-json/issues/380) )

###
[`v0.9.8`](https://github.com/goccy/go-json/blob/HEAD/CHANGELOG.md#v098---20220630)

[Compare
Source](https://github.com/goccy/go-json/compare/v0.9.7...v0.9.8)

##### Fix bugs

- Fix decoding of surrogate-pair (
[#&#8203;365](https://github.com/goccy/go-json/issues/365) )
- Fix handling of embedded primitive type (
[#&#8203;366](https://github.com/goccy/go-json/issues/366) )
- Add validation of escape sequence for decoder (
[#&#8203;367](https://github.com/goccy/go-json/issues/367) )
- Fix stream tokenizing respecting UseNumber (
[#&#8203;369](https://github.com/goccy/go-json/issues/369) )
- Fix encoding when struct pointer type that implements Marshal JSON is
embedded ( [#&#8203;375](https://github.com/goccy/go-json/issues/375)
)

##### Improve performance

- Improve performance of linkRecursiveCode (
[#&#8203;368](https://github.com/goccy/go-json/issues/368) )

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQzMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
Co-authored-by: Yang Song <songy23@users.noreply.github.com>
  • Loading branch information
3 people authored Jul 17, 2024
1 parent 25e6b86 commit c9b3aa2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion exporter/splunkhecexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.21.0

require (
github.com/cenkalti/backoff/v4 v4.3.0
github.com/goccy/go-json v0.9.7
github.com/goccy/go-json v0.10.3
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.105.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/splunk v0.105.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/batchperresourceattr v0.105.0
Expand Down
4 changes: 2 additions & 2 deletions exporter/splunkhecexporter/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion receiver/splunkhecreceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ require (
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-viper/mapstructure/v2 v2.0.0-alpha.1 // indirect
github.com/goccy/go-json v0.9.7 // indirect
github.com/goccy/go-json v0.10.3 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/hashicorp/go-version v1.7.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions receiver/splunkhecreceiver/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c9b3aa2

Please sign in to comment.