Skip to content

Commit

Permalink
fix(deps): Update module github.com/cloudquery/plugin-sdk to v1.40.0 (#…
Browse files Browse the repository at this point in the history
…77)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/cloudquery/plugin-sdk](https://github.com/cloudquery/plugin-sdk) | require | minor | `v1.39.1` -> `v1.40.0` |

---

### Release Notes

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

### [`v1.40.0`](https://github.com/cloudquery/plugin-sdk/releases/tag/v1.40.0)

[Compare Source](https://github.com/cloudquery/plugin-sdk/compare/v1.39.1...v1.40.0)

##### Features

-   **spec:** Return sources, destinations in order ([#&#8203;624](https://github.com/cloudquery/plugin-sdk/issues/624)) ([4602071](https://github.com/cloudquery/plugin-sdk/commit/4602071ad83c16473a4afe899f384f5c94010252))

</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://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDkuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEwOS4xIn0=-->
  • Loading branch information
cq-bot authored Feb 23, 2023
1 parent c03025e commit 7ec1df0
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
go 1.19

require (
github.com/cloudquery/plugin-sdk v1.39.1
github.com/cloudquery/plugin-sdk v1.40.0
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.8.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWR
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI=
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU=
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
github.com/cloudquery/plugin-sdk v1.39.1 h1:IRO0MngrQQU4s2dTQZIYILbz2w+T1J9eTAdrfcLqouc=
github.com/cloudquery/plugin-sdk v1.39.1/go.mod h1:mnz+Lov1Oe99lDhFZEcnIvLoGYRPohjzyW4LNsrn654=
github.com/cloudquery/plugin-sdk v1.40.0 h1:xAhPq/AltbhFeHD5V3jNV99BNZyxShR721PycNIqajo=
github.com/cloudquery/plugin-sdk v1.40.0/go.mod h1:mnz+Lov1Oe99lDhFZEcnIvLoGYRPohjzyW4LNsrn654=
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
github.com/cncf/udpa/go v0.0.0-20200629203442-efcf912fb354/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk=
github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk=
Expand Down

0 comments on commit 7ec1df0

Please sign in to comment.