Skip to content

Commit b238237

Browse files
authoredMar 1, 2025
fix(deps): Update module github.com/goccy/go-json to v0.10.5 (#2086)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/goccy/go-json](https://redirect.github.com/goccy/go-json) | require | patch | `v0.10.4` -> `v0.10.5` | --- ### Release Notes <details> <summary>goccy/go-json (github.com/goccy/go-json)</summary> ### [`v0.10.5`](https://redirect.github.com/goccy/go-json/releases/tag/v0.10.5): 0.10.5 [Compare Source](https://redirect.github.com/goccy/go-json/compare/v0.10.4...v0.10.5) #### What's Changed - fix: data race in AnalyzeTypeAddr for v0.10.4 by [@&#8203;sunadoi](https://redirect.github.com/sunadoi) in [https://github.com/goccy/go-json/pull/531](https://redirect.github.com/goccy/go-json/pull/531) #### New Contributors - [@&#8203;sunadoi](https://redirect.github.com/sunadoi) made their first contribution in [https://github.com/goccy/go-json/pull/531](https://redirect.github.com/goccy/go-json/pull/531) **Full Changelog**: goccy/go-json@v0.10.4...v0.10.5 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "* 0-3 1 * *" (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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
1 parent 3da5572 commit b238237

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed
 

‎examples/simple_plugin/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ require (
3737
github.com/ghodss/yaml v1.0.0 // indirect
3838
github.com/go-logr/logr v1.4.2 // indirect
3939
github.com/go-logr/stdr v1.2.2 // indirect
40-
github.com/goccy/go-json v0.10.4 // indirect
40+
github.com/goccy/go-json v0.10.5 // indirect
4141
github.com/google/flatbuffers v24.12.23+incompatible // indirect
4242
github.com/google/uuid v1.6.0 // indirect
4343
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.2.0 // indirect

‎examples/simple_plugin/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ github.com/go-logr/logr v1.4.2 h1:6pFjapn8bFcIbiKo3XT4j/BhANplGihG6tvd+8rYgrY=
7272
github.com/go-logr/logr v1.4.2/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=
7373
github.com/go-logr/stdr v1.2.2 h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=
7474
github.com/go-logr/stdr v1.2.2/go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre4VKE=
75-
github.com/goccy/go-json v0.10.4 h1:JSwxQzIqKfmFX1swYPpUThQZp/Ka4wzJdK0LWVytLPM=
76-
github.com/goccy/go-json v0.10.4/go.mod h1:oq7eo15ShAhp70Anwd5lgX2pLfOS3QCiwU/PULtXL6M=
75+
github.com/goccy/go-json v0.10.5 h1:Fq85nIqj+gXn/S5ahsiTlK3TmC85qgirsdTP/+DeaC4=
76+
github.com/goccy/go-json v0.10.5/go.mod h1:oq7eo15ShAhp70Anwd5lgX2pLfOS3QCiwU/PULtXL6M=
7777
github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
7878
github.com/golang/mock v1.6.0 h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=
7979
github.com/golang/mock v1.6.0/go.mod h1:p6yTPP+5HYm5mzsMV8JkE6ZKdX+/wYM6Hr+LicevLPs=

‎go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/cloudquery/cloudquery-api-go v1.13.5
1515
github.com/cloudquery/plugin-pb-go v1.26.7
1616
github.com/cloudquery/plugin-sdk/v2 v2.7.0
17-
github.com/goccy/go-json v0.10.4
17+
github.com/goccy/go-json v0.10.5
1818
github.com/golang/mock v1.6.0
1919
github.com/google/go-cmp v0.6.0
2020
github.com/google/uuid v1.6.0

‎go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ github.com/go-logr/logr v1.4.2 h1:6pFjapn8bFcIbiKo3XT4j/BhANplGihG6tvd+8rYgrY=
7272
github.com/go-logr/logr v1.4.2/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=
7373
github.com/go-logr/stdr v1.2.2 h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=
7474
github.com/go-logr/stdr v1.2.2/go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre4VKE=
75-
github.com/goccy/go-json v0.10.4 h1:JSwxQzIqKfmFX1swYPpUThQZp/Ka4wzJdK0LWVytLPM=
76-
github.com/goccy/go-json v0.10.4/go.mod h1:oq7eo15ShAhp70Anwd5lgX2pLfOS3QCiwU/PULtXL6M=
75+
github.com/goccy/go-json v0.10.5 h1:Fq85nIqj+gXn/S5ahsiTlK3TmC85qgirsdTP/+DeaC4=
76+
github.com/goccy/go-json v0.10.5/go.mod h1:oq7eo15ShAhp70Anwd5lgX2pLfOS3QCiwU/PULtXL6M=
7777
github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
7878
github.com/golang/mock v1.6.0 h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=
7979
github.com/golang/mock v1.6.0/go.mod h1:p6yTPP+5HYm5mzsMV8JkE6ZKdX+/wYM6Hr+LicevLPs=

0 commit comments

Comments
 (0)
Please sign in to comment.