Skip to content

Commit 6a3544a

Browse files
authored
fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.46.1 (#527)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | patch | `v4.46.0` -> `v4.46.1` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary> ### [`v4.46.1`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.46.1) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.46.0...v4.46.1) ##### Bug Fixes - Don't allocate many loggers for source batching ([#&#8203;1759](https://togithub.com/cloudquery/plugin-sdk/issues/1759)) ([f29f046](https://togithub.com/cloudquery/plugin-sdk/commit/f29f0461ec394e2917654f4e8750d659d1c5cbb8)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTMuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQxMy40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
1 parent baa70ca commit 6a3544a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/apache/arrow/go/v16 v16.1.0
77
github.com/bradleyjkemp/cupaloy/v2 v2.8.0
88
github.com/cloudquery/codegen v0.3.16
9-
github.com/cloudquery/plugin-sdk/v4 v4.46.0
9+
github.com/cloudquery/plugin-sdk/v4 v4.46.1
1010
github.com/goccy/go-json v0.10.3
1111
github.com/invopop/jsonschema v0.12.0
1212
github.com/stretchr/testify v1.9.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ github.com/cloudquery/codegen v0.3.16 h1:kZLOuVvEIHuk6QoFlRWQvUr5XRMxzYsDXpsNnF8
4949
github.com/cloudquery/codegen v0.3.16/go.mod h1:NOLLrXLTKpiJ3z7d11HiS4vIT+HkKaKe+q3USwuq4+E=
5050
github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66 h1:OZLPSIBYEfvkAUeOeM8CwTgVQy5zhayI99ishCrsFV0=
5151
github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34=
52-
github.com/cloudquery/plugin-sdk/v4 v4.46.0 h1:PTRZunRuOyErXTkkhGS1yCxqAe5jwOjO5bKhx9lgucU=
53-
github.com/cloudquery/plugin-sdk/v4 v4.46.0/go.mod h1:s3tRbAmz2HuyBxvdY4sofx6GK80ikXtS043HxPolJR8=
52+
github.com/cloudquery/plugin-sdk/v4 v4.46.1 h1:3YzM929eZURN+NUCyNjLOBpypbLnGvYKwngSDA3Vu7k=
53+
github.com/cloudquery/plugin-sdk/v4 v4.46.1/go.mod h1:s3tRbAmz2HuyBxvdY4sofx6GK80ikXtS043HxPolJR8=
5454
github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
5555
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
5656
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=

0 commit comments

Comments
 (0)