From f8f9d5218973a9e9bc3f6ca79df1e508703faa60 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 8 Feb 2023 19:01:56 +0200 Subject: [PATCH] fix(deps): Update module github.com/cloudquery/plugin-sdk to v1.36.0 (#63) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk](https://togithub.com/cloudquery/plugin-sdk) | require | minor | `v1.35.0` -> `v1.36.0` | --- ### Release Notes
cloudquery/plugin-sdk ### [`v1.36.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v1.36.0) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v1.35.0...v1.36.0) ##### Features - Add table diff methods ([#​668](https://togithub.com/cloudquery/plugin-sdk/issues/668)) ([f6baa82](https://togithub.com/cloudquery/plugin-sdk/commit/f6baa82d7d1db6d28a47bf3d206306f98aa84bd4)) - Use Setpgid=true on Unix systems so that signals are not sent to the child process ([#​664](https://togithub.com/cloudquery/plugin-sdk/issues/664)) ([2883487](https://togithub.com/cloudquery/plugin-sdk/commit/28834871facfe5004618362840a910c2120b11d1)) ##### Bug Fixes - Remove duplicate force implementation ([#​670](https://togithub.com/cloudquery/plugin-sdk/issues/670)) ([fe34554](https://togithub.com/cloudquery/plugin-sdk/commit/fe345545de1613da904f0d52c97376ab70151df4))
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 8e5c5b3e..5f8292bc 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/cloudquery/filetypes go 1.19 require ( - github.com/cloudquery/plugin-sdk v1.35.0 + github.com/cloudquery/plugin-sdk v1.36.0 github.com/davecgh/go-spew v1.1.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/stretchr/testify v1.8.1 diff --git a/go.sum b/go.sum index 6d59e58f..7680aad2 100644 --- a/go.sum +++ b/go.sum @@ -149,8 +149,8 @@ github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWR github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI= github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU= github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= -github.com/cloudquery/plugin-sdk v1.35.0 h1:AS9wRMMhd+3+75WUUUkwYaxyv/B4c54rTWLn2pGT7/8= -github.com/cloudquery/plugin-sdk v1.35.0/go.mod h1:GEu6A0vJdV2ty3ssTiX64bPhkxVpnLGpuM1OhDvcHTk= +github.com/cloudquery/plugin-sdk v1.36.0 h1:kp7jvQnU7CVNk77jBKNzBQ7NRuy+6+1U5UtnJYQrGnM= +github.com/cloudquery/plugin-sdk v1.36.0/go.mod h1:GEu6A0vJdV2ty3ssTiX64bPhkxVpnLGpuM1OhDvcHTk= github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc= github.com/cncf/udpa/go v0.0.0-20200629203442-efcf912fb354/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk= github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk=