Skip to content

Commit

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

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.41.1` -> `v4.42.0` |

---

### Release Notes

<details>
<summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary>

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

[Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.41.1...v4.42.0)

##### Features

-   Re-configure batch updater using response headers ([#&#8203;1677](https://togithub.com/cloudquery/plugin-sdk/issues/1677)) ([e6313f9](https://togithub.com/cloudquery/plugin-sdk/commit/e6313f9bf20677cdbcce75875946c33c05dc8fc7))

##### Bug Fixes

-   **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.11.1 ([#&#8203;1675](https://togithub.com/cloudquery/plugin-sdk/issues/1675)) ([6cd035d](https://togithub.com/cloudquery/plugin-sdk/commit/6cd035dfc9ad9a3ae6c35a5006d5b67c97685786))
-   **deps:** Update module google.golang.org/protobuf to v1.34.1 ([#&#8203;1678](https://togithub.com/cloudquery/plugin-sdk/issues/1678)) ([49cadc8](https://togithub.com/cloudquery/plugin-sdk/commit/49cadc89eb01e46e13520c613b58fe356a2f12c0))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTYuMSIsInVwZGF0ZWRJblZlciI6IjM3LjM1Ni4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
  • Loading branch information
cq-bot committed May 13, 2024
1 parent c490ecb commit 040d6bb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armmanagedapplications v1.2.0
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/solutions/armmanagedapplications/v2 v2.1.0
github.com/bradleyjkemp/cupaloy/v2 v2.8.0
github.com/cloudquery/plugin-sdk/v4 v4.41.1
github.com/cloudquery/plugin-sdk/v4 v4.42.0
github.com/google/go-cmp v0.6.0
github.com/invopop/jsonschema v0.12.0
github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629
Expand Down Expand Up @@ -35,7 +35,7 @@ require (
github.com/bytedance/sonic v1.11.2 // indirect
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
github.com/chenzhuoyu/iasm v0.9.1 // indirect
github.com/cloudquery/cloudquery-api-go v1.11.0 // indirect
github.com/cloudquery/cloudquery-api-go v1.11.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/deepmap/oapi-codegen v1.16.2 // indirect
github.com/fatih/structs v1.1.0 // indirect
Expand Down Expand Up @@ -104,7 +104,7 @@ require (
golang.org/x/time v0.5.0 // indirect
golang.org/x/tools v0.20.0 // indirect
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
google.golang.org/protobuf v1.34.0 // indirect
google.golang.org/protobuf v1.34.1 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d/go.mod h1:8EPpV
github.com/chenzhuoyu/iasm v0.9.0/go.mod h1:Xjy2NpN3h7aUqeqM+woSuuvxmIe6+DDsiNLIrkAmYog=
github.com/chenzhuoyu/iasm v0.9.1 h1:tUHQJXo3NhBqw6s33wkGn9SP3bvrWLdlVIJ3hQBL7P0=
github.com/chenzhuoyu/iasm v0.9.1/go.mod h1:Xjy2NpN3h7aUqeqM+woSuuvxmIe6+DDsiNLIrkAmYog=
github.com/cloudquery/cloudquery-api-go v1.11.0 h1:o28LS1E8W0AgnCajSe1gTaLvMB6n2OY5a6QwDxGx0xk=
github.com/cloudquery/cloudquery-api-go v1.11.0/go.mod h1:F4kuaNBAVqsS9ZRHuX+tV2m6+Khoa2Rb9lROGhinGPk=
github.com/cloudquery/cloudquery-api-go v1.11.1 h1:R7f+Lk16Exx0FAIx+0XuFC35e4UhJXctCxCubPOxitc=
github.com/cloudquery/cloudquery-api-go v1.11.1/go.mod h1:F4kuaNBAVqsS9ZRHuX+tV2m6+Khoa2Rb9lROGhinGPk=
github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66 h1:OZLPSIBYEfvkAUeOeM8CwTgVQy5zhayI99ishCrsFV0=
github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34=
github.com/cloudquery/plugin-sdk/v4 v4.41.1 h1:689LKgPOKsiAwBlvjkulSMUX1WHswnrM89cUeKTNtQ4=
github.com/cloudquery/plugin-sdk/v4 v4.41.1/go.mod h1:GQnazETOvzeWmRfEQgl9gV7USojz+KpEUXV27DUDWWs=
github.com/cloudquery/plugin-sdk/v4 v4.42.0 h1:SBjGDBuEZFBjz7GGBPXPb/iuiHqB13n7spJXav0IqMQ=
github.com/cloudquery/plugin-sdk/v4 v4.42.0/go.mod h1:NdMMpHZAsmNPpACaIjjlGZtu7uPdHA364oWmyT2deGI=
github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
Expand Down Expand Up @@ -324,8 +324,8 @@ golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 h1:+cNy6SZtPcJQH3LJVLOSm
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028/go.mod h1:NDW/Ps6MPRej6fsCIbMTohpP40sJ/P/vI1MoTEGwX90=
gonum.org/v1/gonum v0.15.0 h1:2lYxjRbTYyxkJxlhC+LvJIx3SsANPdRybu1tGj9/OrQ=
gonum.org/v1/gonum v0.15.0/go.mod h1:xzZVBJBtS+Mz4q0Yl2LJTk+OxOg4jiXZ7qBoM0uISGo=
google.golang.org/protobuf v1.34.0 h1:Qo/qEd2RZPCf2nKuorzksSknv0d3ERwp1vFG38gSmH4=
google.golang.org/protobuf v1.34.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
google.golang.org/protobuf v1.34.1 h1:9ddQBjfCyZPOHPUiPxpYESBLc+T8P3E+Vo4IbKZgFWg=
google.golang.org/protobuf v1.34.1/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b h1:QRR6H1YWRnHb4Y/HeNFCTJLFVxaq6wH4YuVdsUOr75U=
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
Expand Down

0 comments on commit 040d6bb

Please sign in to comment.