Skip to content

Commit 70d12e4

Browse files
authored
fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.5.0 (#1145)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | minor | `v4.4.0` -> `v4.5.0` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary> ### [`v4.5.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.5.0) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.4.0...v4.5.0) ##### Features - Add publish command ([#&#8203;1143](https://togithub.com/cloudquery/plugin-sdk/issues/1143)) ([fdd44d5](https://togithub.com/cloudquery/plugin-sdk/commit/fdd44d5d3a9ce12d59e168ea691a343f6f219694)) ##### Bug Fixes - **deps:** Update github.com/cloudquery/arrow/go/v13 digest to [`e9683e1`](https://togithub.com/cloudquery/plugin-sdk/commit/e9683e1) ([#&#8203;1144](https://togithub.com/cloudquery/plugin-sdk/issues/1144)) ([763c549](https://togithub.com/cloudquery/plugin-sdk/commit/763c549a783f69d7adfb7291534d3d2b25d697e5)) - Scalar timestamp parsing ([#&#8203;1109](https://togithub.com/cloudquery/plugin-sdk/issues/1109)) ([c15b214](https://togithub.com/cloudquery/plugin-sdk/commit/c15b214a346fa8a89c929858c2623317e7048211)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNi40NC4wIiwidXBkYXRlZEluVmVyIjoiMzYuNDQuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
1 parent 29ae63a commit 70d12e4

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

examples/simple_plugin/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.20
44

55
require (
66
github.com/apache/arrow/go/v13 v13.0.0-20230731205701-112f94971882
7-
github.com/cloudquery/plugin-sdk/v4 v4.4.0
7+
github.com/cloudquery/plugin-sdk/v4 v4.5.0
88
github.com/rs/zerolog v1.30.0
99
)
1010

examples/simple_plugin/go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ github.com/cloudquery/plugin-pb-go v1.9.2 h1:jApELKSgtyj1dKQlD2hKPMTFs1GqOdSK8u+
5151
github.com/cloudquery/plugin-pb-go v1.9.2/go.mod h1:f00zd6V5mWD+8Qw9U0eb4HD8RnAobwV9byBexE7Qa+0=
5252
github.com/cloudquery/plugin-sdk/v2 v2.7.0 h1:hRXsdEiaOxJtsn/wZMFQC9/jPfU1MeMK3KF+gPGqm7U=
5353
github.com/cloudquery/plugin-sdk/v2 v2.7.0/go.mod h1:pAX6ojIW99b/Vg4CkhnsGkRIzNaVEceYMR+Bdit73ug=
54-
github.com/cloudquery/plugin-sdk/v4 v4.4.0 h1:5dG0u7/XBn5HJRob74JyhMO5VksXQmDh5nZ3CJtEksQ=
55-
github.com/cloudquery/plugin-sdk/v4 v4.4.0/go.mod h1:IIgXIl/cuu8+1Kh1zKyrTKulaRXNqc3hesjO6axb9pE=
5654
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
5755
github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk=
5856
github.com/cncf/udpa/go v0.0.0-20210930031921-04548b0d99d4/go.mod h1:6pvJx4me5XPnfI9Z40ddWsdw2W/uZgQLFXToKeRcDiI=

0 commit comments

Comments
 (0)