Skip to content

Commit f148b3f

Browse files
authored
fix(deps): Update plugin-sdk for gcp to v0.11.6 (#2256)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk](https://togithub.com/cloudquery/plugin-sdk) | require | patch | `v0.11.5` -> `v0.11.6` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk</summary> ### [`v0.11.6`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v0.11.6) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v0.11.5...v0.11.6) ##### Bug Fixes - Download destinations to 'destination' directory ([#&#8203;228](https://togithub.com/cloudquery/plugin-sdk/issues/228)) ([d6ebfc3](https://togithub.com/cloudquery/plugin-sdk/commit/d6ebfc3207c6d0139d5889247754a1a6a4381391)) </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, click this checkbox. --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMDkuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIwOS4wIn0=-->
1 parent 2169bf5 commit f148b3f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plugins/source/gcp/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
cloud.google.com/go/secretmanager v1.7.0
1818
cloud.google.com/go/serviceusage v1.2.0
1919
cloud.google.com/go/storage v1.27.0
20-
github.com/cloudquery/plugin-sdk v0.11.5
20+
github.com/cloudquery/plugin-sdk v0.11.6
2121
github.com/golang/mock v1.6.0
2222
github.com/iancoleman/strcase v0.2.0
2323
github.com/julienschmidt/httprouter v1.3.0

plugins/source/gcp/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMn
103103
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
104104
github.com/cloudquery/faker/v3 v3.7.7 h1:vODOmAXGhxAacVrUOjr4Jti2lFhXgkPjG6/L3C2REgQ=
105105
github.com/cloudquery/faker/v3 v3.7.7/go.mod h1:1b8WVG9Gh0T2hVo1a8dWeXfu0AhqSB6J/mmJaesqOeo=
106-
github.com/cloudquery/plugin-sdk v0.11.5 h1:T8R/nTSAyuwUhK8Yc47AcYX+P3WPzrw8d56rxksSgoA=
107-
github.com/cloudquery/plugin-sdk v0.11.5/go.mod h1:9j6SwEDfiEUhehSU6LSdI2E37jEmK0JYzx894juQjP4=
106+
github.com/cloudquery/plugin-sdk v0.11.6 h1:K3PbvrvOPA5y3tqdQ3ovC1MZSLY9sZ9qSUYKlUDEDZc=
107+
github.com/cloudquery/plugin-sdk v0.11.6/go.mod h1:9j6SwEDfiEUhehSU6LSdI2E37jEmK0JYzx894juQjP4=
108108
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
109109
github.com/cncf/udpa/go v0.0.0-20200629203442-efcf912fb354/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk=
110110
github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk=

0 commit comments

Comments
 (0)