Skip to content

Commit 3e3eb5d

Browse files
authored
fix(deps): Update module github.com/cloudquery/plugin-sdk to v1.12.5 (#5661)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk](https://togithub.com/cloudquery/plugin-sdk) | require | patch | `v1.12.4` -> `v1.12.5` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk</summary> ### [`v1.12.5`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v1.12.5) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v1.12.4...v1.12.5) ##### Bug Fixes - Don't print value with error on invalid JSON ([#&#8203;503](https://togithub.com/cloudquery/plugin-sdk/issues/503)) ([4b36824](https://togithub.com/cloudquery/plugin-sdk/commit/4b368246dcb470f87933bd7e7f575e201befa7c1)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDIuMCJ9-->
1 parent 824c480 commit 3e3eb5d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/cloudquery/cloudquery/plugins/source/k8s
33
go 1.19
44

55
require (
6-
github.com/cloudquery/plugin-sdk v1.12.4
6+
github.com/cloudquery/plugin-sdk v1.12.5
77
github.com/golang/mock v1.6.0
88
github.com/google/gnostic v0.6.9
99
github.com/iancoleman/strcase v0.2.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWR
6666
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI=
6767
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU=
6868
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
69-
github.com/cloudquery/plugin-sdk v1.12.4 h1:P3RePUrpp3TqNIfMttOXxFYwqpzXLdnQKFVcHAbp96c=
70-
github.com/cloudquery/plugin-sdk v1.12.4/go.mod h1:PKne4lmvDFCEbTAS8EQzPohkXchwi/7NSvu77l07hCg=
69+
github.com/cloudquery/plugin-sdk v1.12.5 h1:1Vk6TY6BJjM8CoTSvFpJJfu6b5uoF/kFhckgOBQMaUI=
70+
github.com/cloudquery/plugin-sdk v1.12.5/go.mod h1:PKne4lmvDFCEbTAS8EQzPohkXchwi/7NSvu77l07hCg=
7171
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
7272
github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk=
7373
github.com/cncf/xds/go v0.0.0-20210312221358-fbca930ec8ed/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs=

0 commit comments

Comments
 (0)