Skip to content

Commit

Permalink
fix(deps): Update module github.com/cloudquery/plugin-sdk/v2 to v2.5.4 (
Browse files Browse the repository at this point in the history
#151)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/cloudquery/plugin-sdk/v2](https://togithub.com/cloudquery/plugin-sdk) | require | patch | `v2.5.3` -> `v2.5.4` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>cloudquery/plugin-sdk</summary>

### [`v2.5.4`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v2.5.4)

[Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v2.5.3...v2.5.4)

##### Bug Fixes

-   **arrow:** Allow empty and `nil` valid param in `AppendValues` ([#&#8203;847](https://togithub.com/cloudquery/plugin-sdk/issues/847)) ([dafd05b](https://togithub.com/cloudquery/plugin-sdk/commit/dafd05b3e2b8dc406d4b6a4bdaf6d1143e569f1d))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS43MS40IiwidXBkYXRlZEluVmVyIjoiMzUuNzEuNCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
  • Loading branch information
cq-bot authored May 5, 2023
1 parent 7b3e452 commit bb1d6ba
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 @@ -3,7 +3,7 @@ module github.com/cloudquery/filetypes/v2
go 1.19

require (
github.com/cloudquery/plugin-sdk/v2 v2.5.3
github.com/cloudquery/plugin-sdk/v2 v2.5.4
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.8.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ github.com/bradleyjkemp/cupaloy/v2 v2.8.0 h1:any4BmKE+jGIaMpnU8YgH/I2LPiLBufr6oM
github.com/bradleyjkemp/cupaloy/v2 v2.8.0/go.mod h1:bm7JXdkRd4BHJk9HpwqAI8BoAY1lps46Enkdqw6aRX0=
github.com/cloudquery/arrow/go/v12 v12.0.0-20230419074556-00ceafa3b033 h1:wMIRbdyx9Oe9Cfzf9DN1lEyTuQnwSYLls2gsN7EfhZM=
github.com/cloudquery/arrow/go/v12 v12.0.0-20230419074556-00ceafa3b033/go.mod h1:d+tV/eHZZ7Dz7RPrFKtPK02tpr+c9/PEd/zm8mDS9Vg=
github.com/cloudquery/plugin-sdk/v2 v2.5.3 h1:Z+WLOYsjOu0pzntdpyJhkzXmjPawMdXxQIHqG55XlzI=
github.com/cloudquery/plugin-sdk/v2 v2.5.3/go.mod h1:9iIYglxOetYEPC8rbCLSArQXjA1oCjBIVj8aV7GOjbI=
github.com/cloudquery/plugin-sdk/v2 v2.5.4 h1:P5A+6C+0kw1/O1tfgnYl1tGY5rzlw6RVC+/HO4HFzdk=
github.com/cloudquery/plugin-sdk/v2 v2.5.4/go.mod h1:9iIYglxOetYEPC8rbCLSArQXjA1oCjBIVj8aV7GOjbI=
github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down

0 comments on commit bb1d6ba

Please sign in to comment.