Skip to content

Commit 318c4d5

Browse files
authored
fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.17.2 (#82)
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 54b0fa3 commit 318c4d5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
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.1.1
88
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/solutions/armmanagedapplications v1.1.1
99
github.com/bradleyjkemp/cupaloy/v2 v2.8.0
10-
github.com/cloudquery/plugin-sdk/v4 v4.17.1
10+
github.com/cloudquery/plugin-sdk/v4 v4.17.2
1111
github.com/google/go-cmp v0.6.0
1212
github.com/invopop/jsonschema v0.11.0
1313
github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMU
2222
github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0=
2323
github.com/cloudquery/jsonschema v0.0.0-20231018073309-6c617a23d42f h1:vmYGxIGDVpmhk0QVeDwXXbAt+SwQcOn4xH1G25pmKP8=
2424
github.com/cloudquery/jsonschema v0.0.0-20231018073309-6c617a23d42f/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34=
25-
github.com/cloudquery/plugin-sdk/v4 v4.17.1 h1:BQkDpWThRfqq5jKld9r7FAwfoXHV3+kMqaWTO+Wr//M=
26-
github.com/cloudquery/plugin-sdk/v4 v4.17.1/go.mod h1:vGiAHFS2sOodpk1NC8rwuYjRp53oFuEk2mEq4MXgAJc=
25+
github.com/cloudquery/plugin-sdk/v4 v4.17.2 h1:64jmiYDlBuj3HRsJLQmbdgXsE4z/pmPGaDb2S/Tne8A=
26+
github.com/cloudquery/plugin-sdk/v4 v4.17.2/go.mod h1:Bws6NZt2rA7ts4hT2S7dnhWvio+xR7KFklQL40/KaPI=
2727
github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
2828
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
2929
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
@@ -42,8 +42,8 @@ github.com/google/uuid v1.4.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+
4242
github.com/josharian/intern v1.0.0/go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFFd8Hwg//Y=
4343
github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629 h1:1dSBUfGlorLAua2CRx0zFN7kQsTpE2DQSmr7rrTNgY8=
4444
github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629/go.mod h1:mb5nS4uRANwOJSZj8rlCWAfAcGi72GGMIXx+xGOjA7M=
45-
github.com/klauspost/compress v1.16.7 h1:2mk3MPGNzKyxErAw8YaohYh69+pa4sIQSC0fPGCFR9I=
46-
github.com/klauspost/compress v1.16.7/go.mod h1:ntbaceVETuRiXiv4DpjP66DpAtAGkEQskQzEyD//IeE=
45+
github.com/klauspost/compress v1.17.0 h1:Rnbp4K9EjcDuVuHtd0dgA4qNuv9yKDYKK1ulpJwgrqM=
46+
github.com/klauspost/compress v1.17.0/go.mod h1:ntbaceVETuRiXiv4DpjP66DpAtAGkEQskQzEyD//IeE=
4747
github.com/klauspost/cpuid/v2 v2.2.5 h1:0E5MSMDEoAulmXNFquVs//DdoomxaoTY1kUhbc/qbZg=
4848
github.com/klauspost/cpuid/v2 v2.2.5/go.mod h1:Lcz8mBdAVJIBVzewtcLocK12l3Y+JytZYpaMropDUws=
4949
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=

0 commit comments

Comments
 (0)