Skip to content

Commit

Permalink
fix(deps): Update module github.com/goccy/go-json to v0.10.4 (#614)
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.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 [@&#8203;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 [@&#8203;toddtreece](https://togithub.com/toddtreece) in [https://github.com/goccy/go-json/pull/490](https://togithub.com/goccy/go-json/pull/490)

#### New Contributors

-   [@&#8203;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)
-   [@&#8203;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=-->
  • Loading branch information
cq-bot authored Jan 1, 2025
1 parent 0d6996b commit 53bd0ee
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 @@ -9,7 +9,7 @@ require (
github.com/bradleyjkemp/cupaloy/v2 v2.8.0
github.com/cloudquery/codegen v0.3.22
github.com/cloudquery/plugin-sdk/v4 v4.72.5
github.com/goccy/go-json v0.10.3
github.com/goccy/go-json v0.10.4
github.com/invopop/jsonschema v0.12.0
github.com/stretchr/testify v1.10.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 @@ -36,8 +36,8 @@ github.com/go-logr/logr v1.4.2 h1:6pFjapn8bFcIbiKo3XT4j/BhANplGihG6tvd+8rYgrY=
github.com/go-logr/logr v1.4.2/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=
github.com/go-logr/stdr v1.2.2 h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=
github.com/go-logr/stdr v1.2.2/go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre4VKE=
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/goccy/go-json v0.10.4 h1:JSwxQzIqKfmFX1swYPpUThQZp/Ka4wzJdK0LWVytLPM=
github.com/goccy/go-json v0.10.4/go.mod h1:oq7eo15ShAhp70Anwd5lgX2pLfOS3QCiwU/PULtXL6M=
github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek=
github.com/golang/protobuf v1.5.4/go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps=
Expand Down

0 comments on commit 53bd0ee

Please sign in to comment.