Skip to content

Commit

Permalink
fix(deps): Update module github.com/goccy/go-json to v0.10.3 (#511)
Browse files Browse the repository at this point in the history
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.2` -> `v0.10.3` |

---

### Release Notes

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

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

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

#### What's Changed

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

#### New Contributors

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

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

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
  • Loading branch information
cq-bot authored Jun 1, 2024
1 parent 45ba569 commit 5932c6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/bradleyjkemp/cupaloy/v2 v2.8.0
github.com/cloudquery/codegen v0.3.16
github.com/cloudquery/plugin-sdk/v4 v4.44.1
github.com/goccy/go-json v0.10.2
github.com/goccy/go-json v0.10.3
github.com/invopop/jsonschema v0.12.0
github.com/stretchr/testify v1.9.0
github.com/wk8/go-ordered-map/v2 v2.1.8
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ github.com/go-playground/validator/v10 v10.18.0 h1:BvolUXjp4zuvkZ5YN5t7ebzbhlUtP
github.com/go-playground/validator/v10 v10.18.0/go.mod h1:dbuPbCMFw/DrkbEynArYaCwl3amGuJotoKCe95atGMM=
github.com/gobwas/glob v0.2.3 h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y=
github.com/gobwas/glob v0.2.3/go.mod h1:d3Ez4x06l9bZtSvzIay5+Yzi0fmZzPgnTbPcKjJAkT8=
github.com/goccy/go-json v0.10.2 h1:CrxCmQqYDkv1z7lO7Wbh2HN93uovUHgrECaO5ZrCXAU=
github.com/goccy/go-json v0.10.2/go.mod h1:6MelG93GURQebXPDq3khkgXZkazVtN9CRI+MGFi0w8I=
github.com/goccy/go-json v0.10.3 h1:KZ5WoDbxAIgm2HNbYckL0se1fHD6rz5j4ywS6ebzDqA=
github.com/goccy/go-json v0.10.3/go.mod h1:oq7eo15ShAhp70Anwd5lgX2pLfOS3QCiwU/PULtXL6M=
github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
github.com/golang/snappy v0.0.4 h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM=
github.com/golang/snappy v0.0.4/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
Expand Down

0 comments on commit 5932c6e

Please sign in to comment.