Skip to content

Commit 31f0e51

Browse files
authored
fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.17.2 (#361)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | patch | `v4.17.1` -> `v4.17.2` | --- ### ⚠ 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 (github.com/cloudquery/plugin-sdk/v4)</summary> ### [`v4.17.2`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.17.2) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.17.1...v4.17.2) ##### Bug Fixes - **deps:** Update github.com/apache/arrow/go/v14 digest to [`c49e242`](https://togithub.com/cloudquery/plugin-sdk/commit/c49e242) ([#&#8203;1343](https://togithub.com/cloudquery/plugin-sdk/issues/1343)) ([8f6362e](https://togithub.com/cloudquery/plugin-sdk/commit/8f6362e8f2153c597bed2577729efa8cd7924d1b)) - **deps:** Update golang.org/x/xerrors digest to [`104605a`](https://togithub.com/cloudquery/plugin-sdk/commit/104605a) ([#&#8203;1345](https://togithub.com/cloudquery/plugin-sdk/issues/1345)) ([5b3e9c6](https://togithub.com/cloudquery/plugin-sdk/commit/5b3e9c61634e9169895facb37deb2a403f833792)) - **deps:** Update google.golang.org/genproto digest to [`d783a09`](https://togithub.com/cloudquery/plugin-sdk/commit/d783a09) ([#&#8203;1346](https://togithub.com/cloudquery/plugin-sdk/issues/1346)) ([2af9c70](https://togithub.com/cloudquery/plugin-sdk/commit/2af9c70fe1bf54f3654d06b5028520e5ade9b2df)) - **deps:** Update google.golang.org/genproto/googleapis/api digest to [`d783a09`](https://togithub.com/cloudquery/plugin-sdk/commit/d783a09) ([#&#8203;1347](https://togithub.com/cloudquery/plugin-sdk/issues/1347)) ([6f43900](https://togithub.com/cloudquery/plugin-sdk/commit/6f43900227fe95b58c278cc2b86ca2bf909fcf33)) - **deps:** Update google.golang.org/genproto/googleapis/rpc digest to [`d783a09`](https://togithub.com/cloudquery/plugin-sdk/commit/d783a09) ([#&#8203;1348](https://togithub.com/cloudquery/plugin-sdk/issues/1348)) ([bdf7a32](https://togithub.com/cloudquery/plugin-sdk/commit/bdf7a321af9d748bb19ea08182c4333d43ed6deb)) - **deps:** Update module github.com/andybalholm/brotli to v1.0.6 ([#&#8203;1349](https://togithub.com/cloudquery/plugin-sdk/issues/1349)) ([2e79c6f](https://togithub.com/cloudquery/plugin-sdk/commit/2e79c6f6d37d3f6c8496b4de35232f34639151f5)) - **deps:** Update module github.com/bytedance/sonic to v1.10.2 ([#&#8203;1350](https://togithub.com/cloudquery/plugin-sdk/issues/1350)) ([147b381](https://togithub.com/cloudquery/plugin-sdk/commit/147b381f2d4a2d48d3799530463c2b41ed79e5f3)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.13.2 ([#&#8203;1351](https://togithub.com/cloudquery/plugin-sdk/issues/1351)) ([d3d34e5](https://togithub.com/cloudquery/plugin-sdk/commit/d3d34e55c95d95ab95753abf3a4a9704de349f8c)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.13.3 ([#&#8203;1352](https://togithub.com/cloudquery/plugin-sdk/issues/1352)) ([31137ad](https://togithub.com/cloudquery/plugin-sdk/commit/31137ad67036202d901fc1e84994e8ed050bd458)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.13.4 ([#&#8203;1353](https://togithub.com/cloudquery/plugin-sdk/issues/1353)) ([f5c1bbe](https://togithub.com/cloudquery/plugin-sdk/commit/f5c1bbe4ae30029accd5698be1384d414baff4c8)) - Return clearer error when team name empty or not set ([#&#8203;1354](https://togithub.com/cloudquery/plugin-sdk/issues/1354)) ([e82c69e](https://togithub.com/cloudquery/plugin-sdk/commit/e82c69ec37050432bc551b93c9526eae9716e0b4)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1 parent a1cee7d commit 31f0e51

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
@@ -6,7 +6,7 @@ require (
66
github.com/apache/arrow/go/v14 v14.0.0-20231031200323-c49e24273160
77
github.com/bradleyjkemp/cupaloy/v2 v2.8.0
88
github.com/cloudquery/codegen v0.3.12
9-
github.com/cloudquery/plugin-sdk/v4 v4.17.1
9+
github.com/cloudquery/plugin-sdk/v4 v4.17.2
1010
github.com/goccy/go-json v0.10.2
1111
github.com/google/uuid v1.4.0
1212
github.com/invopop/jsonschema v0.11.0
@@ -47,7 +47,7 @@ require (
4747
golang.org/x/tools v0.14.0 // indirect
4848
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
4949
google.golang.org/genproto/googleapis/rpc v0.0.0-20231030173426-d783a09b4405 // indirect
50-
google.golang.org/grpc v1.58.3 // indirect
50+
google.golang.org/grpc v1.59.0 // indirect
5151
google.golang.org/protobuf v1.31.0 // indirect
5252
gopkg.in/yaml.v3 v3.0.1 // indirect
5353
)

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ github.com/cloudquery/codegen v0.3.12 h1:9BaYdwbMJU1HVT/BHI+ykhOhBGeXt8AjpvBiXN1
1616
github.com/cloudquery/codegen v0.3.12/go.mod h1:utqjurr58U8uqcPJe0rZjh06i0Eq9uAPGOmyIjq/1w8=
1717
github.com/cloudquery/jsonschema v0.0.0-20231018073309-6c617a23d42f h1:vmYGxIGDVpmhk0QVeDwXXbAt+SwQcOn4xH1G25pmKP8=
1818
github.com/cloudquery/jsonschema v0.0.0-20231018073309-6c617a23d42f/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34=
19-
github.com/cloudquery/plugin-sdk/v4 v4.17.1 h1:BQkDpWThRfqq5jKld9r7FAwfoXHV3+kMqaWTO+Wr//M=
20-
github.com/cloudquery/plugin-sdk/v4 v4.17.1/go.mod h1:vGiAHFS2sOodpk1NC8rwuYjRp53oFuEk2mEq4MXgAJc=
19+
github.com/cloudquery/plugin-sdk/v4 v4.17.2 h1:64jmiYDlBuj3HRsJLQmbdgXsE4z/pmPGaDb2S/Tne8A=
20+
github.com/cloudquery/plugin-sdk/v4 v4.17.2/go.mod h1:Bws6NZt2rA7ts4hT2S7dnhWvio+xR7KFklQL40/KaPI=
2121
github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
2222
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
2323
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
@@ -113,8 +113,8 @@ gonum.org/v1/gonum v0.12.0 h1:xKuo6hzt+gMav00meVPUlXwSdoEJP46BR+wdxQEFK2o=
113113
gonum.org/v1/gonum v0.12.0/go.mod h1:73TDxJfAAHeA8Mk9mf8NlIppyhQNo5GLTcYeqgo2lvY=
114114
google.golang.org/genproto/googleapis/rpc v0.0.0-20231030173426-d783a09b4405 h1:AB/lmRny7e2pLhFEYIbl5qkDAUt2h0ZRO4wGPhZf+ik=
115115
google.golang.org/genproto/googleapis/rpc v0.0.0-20231030173426-d783a09b4405/go.mod h1:67X1fPuzjcrkymZzZV1vvkFeTn2Rvc6lYF9MYFGCcwE=
116-
google.golang.org/grpc v1.58.3 h1:BjnpXut1btbtgN/6sp+brB2Kbm2LjNXnidYujAVbSoQ=
117-
google.golang.org/grpc v1.58.3/go.mod h1:tgX3ZQDlNJGU96V6yHh1T/JeoBQ2TXdr43YbYSsCJk0=
116+
google.golang.org/grpc v1.59.0 h1:Z5Iec2pjwb+LEOqzpB2MR12/eKFhDPhuqW91O+4bwUk=
117+
google.golang.org/grpc v1.59.0/go.mod h1:aUPDwccQo6OTjy7Hct4AfBPD1GptF4fyUjIkQ9YtF98=
118118
google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw=
119119
google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc=
120120
google.golang.org/protobuf v1.31.0 h1:g0LDEJHgrBl9N9r17Ru3sqWhkIx2NB67okBHPwC7hs8=

0 commit comments

Comments
 (0)