Skip to content

Commit

Permalink
fix(deps): Update plugin-sdk for postgresql to v0.13.5 (#2665)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

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

---

### Release Notes

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

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

[Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v0.13.4...v0.13.5)

##### Features

-   Add links to tables in table README.md, and list of relations ([#&#8203;283](https://togithub.com/cloudquery/plugin-sdk/issues/283)) ([fcfaa42](https://togithub.com/cloudquery/plugin-sdk/commit/fcfaa422917be8ae4544802558ae799f5a5573c2))

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

[Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v0.13.3...v0.13.4)

##### Bug Fixes

-   Tests ([#&#8203;281](https://togithub.com/cloudquery/plugin-sdk/issues/281)) ([983e57b](https://togithub.com/cloudquery/plugin-sdk/commit/983e57b8bf2979be45889ff483510754481ae7fe))

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

[Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v0.13.2...v0.13.3)

##### Bug Fixes

-   Call Release on resource semaphore ([#&#8203;279](https://togithub.com/cloudquery/plugin-sdk/issues/279)) ([051e247](https://togithub.com/cloudquery/plugin-sdk/commit/051e24710b64672b4fa4eda1261e2558859cbc75))

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

[Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v0.13.1...v0.13.2)

##### Bug Fixes

-   Remove DisallowUnknownFields from Source plugin server ([#&#8203;277](https://togithub.com/cloudquery/plugin-sdk/issues/277)) ([0fcf813](https://togithub.com/cloudquery/plugin-sdk/commit/0fcf813141c82049bd09414fd005d0ff6bbd0b54))

</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, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMDkuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIwOS4wIn0=-->
  • Loading branch information
cq-bot committed Oct 12, 2022
1 parent 650ad2d commit f274ba6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugins/destination/postgresql/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/cloudquery/cloudquery/plugins/destination/postgresql
go 1.19

require (
github.com/cloudquery/plugin-sdk v0.13.1
github.com/cloudquery/plugin-sdk v0.13.5
github.com/google/go-cmp v0.5.9
github.com/google/uuid v1.3.0
github.com/jackc/pgtype v1.12.0
Expand Down
4 changes: 2 additions & 2 deletions plugins/destination/postgresql/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ github.com/bradleyjkemp/cupaloy/v2 v2.8.0 h1:any4BmKE+jGIaMpnU8YgH/I2LPiLBufr6oM
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
github.com/cloudquery/faker/v3 v3.7.7 h1:vODOmAXGhxAacVrUOjr4Jti2lFhXgkPjG6/L3C2REgQ=
github.com/cloudquery/faker/v3 v3.7.7/go.mod h1:1b8WVG9Gh0T2hVo1a8dWeXfu0AhqSB6J/mmJaesqOeo=
github.com/cloudquery/plugin-sdk v0.13.1 h1:8a/G32GYR93NkE0gmAZ2OfMfvh2aKmSD5xosVUfugLA=
github.com/cloudquery/plugin-sdk v0.13.1/go.mod h1:B2Z0lWNPeX7OSCVt/PP5fMZMUqVyZ2gpuNS3RfE9k0E=
github.com/cloudquery/plugin-sdk v0.13.5 h1:ftKgnQnAlSpmd/H/cy2eNW18LUQQ55U0zR4BBAhJn10=
github.com/cloudquery/plugin-sdk v0.13.5/go.mod h1:B2Z0lWNPeX7OSCVt/PP5fMZMUqVyZ2gpuNS3RfE9k0E=
github.com/cockroachdb/apd v1.1.0 h1:3LFP3629v+1aKXU5Q37mxmRxX/pIu1nijXydLShEq5I=
github.com/cockroachdb/apd v1.1.0/go.mod h1:8Sl8LxpKi29FqWXR16WEFZRNSz3SoPzUzeMeY4+DwBQ=
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4=
Expand Down

0 comments on commit f274ba6

Please sign in to comment.