From 32a2dca6919bd5ebd2fd18405bd5f3ed22d4fc47 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sat, 1 Jun 2024 03:54:32 +0300 Subject: [PATCH] fix(deps): Update module github.com/goccy/go-json to v0.10.3 (#1709) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
goccy/go-json (github.com/goccy/go-json) ### [`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 [@​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 [@​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 [@​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 [@​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 [@​shamaton](https://togithub.com/shamaton) in [https://github.com/goccy/go-json/pull/498](https://togithub.com/goccy/go-json/pull/498) #### New Contributors - [@​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) - [@​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) - [@​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) - [@​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**: https://github.com/goccy/go-json/compare/v0.10.2...v0.10.3
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- examples/simple_plugin/go.mod | 2 +- examples/simple_plugin/go.sum | 4 ++-- go.mod | 2 +- go.sum | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/simple_plugin/go.mod b/examples/simple_plugin/go.mod index 18d6aac2d4..9d9ec479f6 100644 --- a/examples/simple_plugin/go.mod +++ b/examples/simple_plugin/go.mod @@ -42,7 +42,7 @@ require ( github.com/go-playground/locales v0.14.1 // indirect github.com/go-playground/universal-translator v0.18.1 // indirect github.com/go-playground/validator/v10 v10.14.0 // indirect - github.com/goccy/go-json v0.10.2 // indirect + github.com/goccy/go-json v0.10.3 // indirect github.com/golang/snappy v0.0.4 // indirect github.com/gomarkdown/markdown v0.0.0-20231222211730-1d6d20845b47 // indirect github.com/google/flatbuffers v24.3.25+incompatible // indirect diff --git a/examples/simple_plugin/go.sum b/examples/simple_plugin/go.sum index 170d22c153..d1e2756c8d 100644 --- a/examples/simple_plugin/go.sum +++ b/examples/simple_plugin/go.sum @@ -91,8 +91,8 @@ github.com/go-playground/validator/v10 v10.14.0 h1:vgvQWe3XCz3gIeFDm/HnTIbj6UGmg github.com/go-playground/validator/v10 v10.14.0/go.mod h1:9iXMNT7sEkjXb0I+enO7QXmzG6QCsPWY4zveKFVRSyU= 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= diff --git a/go.mod b/go.mod index 5e968ae728..dbf6a7732f 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/cloudquery/plugin-pb-go v1.19.17 github.com/cloudquery/plugin-sdk/v2 v2.7.0 github.com/getsentry/sentry-go v0.27.0 - github.com/goccy/go-json v0.10.2 + github.com/goccy/go-json v0.10.3 github.com/google/go-cmp v0.6.0 github.com/google/uuid v1.6.0 github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0 diff --git a/go.sum b/go.sum index fe8100e486..7f20dc1311 100644 --- a/go.sum +++ b/go.sum @@ -91,8 +91,8 @@ github.com/go-playground/validator/v10 v10.14.0 h1:vgvQWe3XCz3gIeFDm/HnTIbj6UGmg github.com/go-playground/validator/v10 v10.14.0/go.mod h1:9iXMNT7sEkjXb0I+enO7QXmzG6QCsPWY4zveKFVRSyU= 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=