Skip to content

Commit 71cdfe8

Browse files
authored
fix(deps): Update plugin-sdk for k8s to v0.12.9 (#2517)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk](https://togithub.com/cloudquery/plugin-sdk) | require | patch | `v0.12.8` -> `v0.12.9` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk</summary> ### [`v0.12.9`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v0.12.9) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v0.12.8...v0.12.9) ##### Bug Fixes - Bug where first resource wasn't insert into DB ([#&#8203;258](https://togithub.com/cloudquery/plugin-sdk/issues/258)) ([2f5b78d](https://togithub.com/cloudquery/plugin-sdk/commit/2f5b78d8354f11839ac6117d80e29f98562b0b74)) </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 c04e790 commit 71cdfe8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/source/k8s/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.19
44

55
require (
66
github.com/cloudquery/faker/v3 v3.7.7
7-
github.com/cloudquery/plugin-sdk v0.12.8
7+
github.com/cloudquery/plugin-sdk v0.12.9
88
github.com/golang/mock v1.6.0
99
github.com/iancoleman/strcase v0.2.0
1010
github.com/rs/zerolog v1.28.0

plugins/source/k8s/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMn
7777
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
7878
github.com/cloudquery/faker/v3 v3.7.7 h1:vODOmAXGhxAacVrUOjr4Jti2lFhXgkPjG6/L3C2REgQ=
7979
github.com/cloudquery/faker/v3 v3.7.7/go.mod h1:1b8WVG9Gh0T2hVo1a8dWeXfu0AhqSB6J/mmJaesqOeo=
80-
github.com/cloudquery/plugin-sdk v0.12.8 h1:LrJg2WYmvS4CQrnq7mVoxBzg9K4ziOsr9FtDmKAeiVs=
81-
github.com/cloudquery/plugin-sdk v0.12.8/go.mod h1:B2Z0lWNPeX7OSCVt/PP5fMZMUqVyZ2gpuNS3RfE9k0E=
80+
github.com/cloudquery/plugin-sdk v0.12.9 h1:TpPC5kfB+Gdhaf5M8vFkXC603MKbJxLVgsqpKt+Ln/Y=
81+
github.com/cloudquery/plugin-sdk v0.12.9/go.mod h1:B2Z0lWNPeX7OSCVt/PP5fMZMUqVyZ2gpuNS3RfE9k0E=
8282
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
8383
github.com/cncf/udpa/go v0.0.0-20200629203442-efcf912fb354/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk=
8484
github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk=

0 commit comments

Comments
 (0)