Skip to content

Commit d3e534e

Browse files
authored
fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.33.0 (#168)
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.32.1` -> `v4.33.0` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary> ### [`v4.33.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.33.0) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.32.1...v4.33.0) ##### Features - Add destination tests for removing a unique constraint ([#&#8203;1558](https://togithub.com/cloudquery/plugin-sdk/issues/1558)) ([8add2b3](https://togithub.com/cloudquery/plugin-sdk/commit/8add2b36b8a9bf37bd24bc6cb03597c9843a592e)) ##### Bug Fixes - **deps:** Update Google Golang modules ([#&#8203;1556](https://togithub.com/cloudquery/plugin-sdk/issues/1556)) ([e89d4ce](https://togithub.com/cloudquery/plugin-sdk/commit/e89d4cea569abf81973d14db600a00db1d5133f3)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.19.2 ([#&#8203;1554](https://togithub.com/cloudquery/plugin-sdk/issues/1554)) ([09c24f1](https://togithub.com/cloudquery/plugin-sdk/commit/09c24f1e6b2f53c1a40df65bb7e0cea7b66c3722)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDYuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI0Ni4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1 parent b3dde63 commit d3e534e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armmanagedapplications v1.2.0
88
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/solutions/armmanagedapplications/v2 v2.1.0
99
github.com/bradleyjkemp/cupaloy/v2 v2.8.0
10-
github.com/cloudquery/plugin-sdk/v4 v4.32.1
10+
github.com/cloudquery/plugin-sdk/v4 v4.33.0
1111
github.com/google/go-cmp v0.6.0
1212
github.com/invopop/jsonschema v0.12.0
1313
github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629
@@ -101,7 +101,7 @@ require (
101101
golang.org/x/time v0.5.0 // indirect
102102
golang.org/x/tools v0.18.0 // indirect
103103
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
104-
google.golang.org/protobuf v1.32.0 // indirect
104+
google.golang.org/protobuf v1.33.0 // indirect
105105
gopkg.in/ini.v1 v1.67.0 // indirect
106106
gopkg.in/yaml.v3 v3.0.1 // indirect
107107
)

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ github.com/cloudquery/cloudquery-api-go v1.7.5 h1:rd5OQx7qRQASEzU9c8Wopzau7GMVCG
6161
github.com/cloudquery/cloudquery-api-go v1.7.5/go.mod h1:03fojQg0UpdgqXZ9tzZ5gF5CPad/F0sok66bsX6u4RA=
6262
github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66 h1:OZLPSIBYEfvkAUeOeM8CwTgVQy5zhayI99ishCrsFV0=
6363
github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34=
64-
github.com/cloudquery/plugin-sdk/v4 v4.32.1 h1:fTqzXNy79AZTl0Ng7+bX4I0G2DD0BzkdRTnoROBsgRw=
65-
github.com/cloudquery/plugin-sdk/v4 v4.32.1/go.mod h1:BjBVpyjz50HuR8jeJi+roMoFGk3T/C01aci6QxVMM08=
64+
github.com/cloudquery/plugin-sdk/v4 v4.33.0 h1:RojPJxy4dBrfTkY4LhcormKUcHU7U0DWLg5E3l/pFBk=
65+
github.com/cloudquery/plugin-sdk/v4 v4.33.0/go.mod h1:CMm87nbjGA7vKQBrQamsdnFv3wgBq6jZSavP3kchirI=
6666
github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
6767
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
6868
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
@@ -318,8 +318,8 @@ golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 h1:+cNy6SZtPcJQH3LJVLOSm
318318
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028/go.mod h1:NDW/Ps6MPRej6fsCIbMTohpP40sJ/P/vI1MoTEGwX90=
319319
gonum.org/v1/gonum v0.12.0 h1:xKuo6hzt+gMav00meVPUlXwSdoEJP46BR+wdxQEFK2o=
320320
gonum.org/v1/gonum v0.12.0/go.mod h1:73TDxJfAAHeA8Mk9mf8NlIppyhQNo5GLTcYeqgo2lvY=
321-
google.golang.org/protobuf v1.32.0 h1:pPC6BG5ex8PDFnkbrGU3EixyhKcQ2aDuBS36lqK/C7I=
322-
google.golang.org/protobuf v1.32.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
321+
google.golang.org/protobuf v1.33.0 h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI=
322+
google.golang.org/protobuf v1.33.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
323323
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
324324
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b h1:QRR6H1YWRnHb4Y/HeNFCTJLFVxaq6wH4YuVdsUOr75U=
325325
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=

0 commit comments

Comments
 (0)