From d2411c4500a23b2e3f19d319ec9b472ea339da70 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 4 Jan 2023 15:12:11 +0200 Subject: [PATCH] fix(deps): Update module github.com/cloudquery/plugin-sdk to v1.18.0 (#16) 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.17.2` -> `v1.18.0` | --- ### Release Notes
cloudquery/plugin-sdk ### [`v1.18.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v1.18.0) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v1.17.2...v1.18.0) ##### Features - Add Transformer for tables (codegen replacement) ([#​564](https://togithub.com/cloudquery/plugin-sdk/issues/564)) ([a643ddf](https://togithub.com/cloudquery/plugin-sdk/commit/a643ddf237fa7f40a20e525b78932d6b241b6c26)) - Support conversion of Unix timestamps in timestamptz ([#​570](https://togithub.com/cloudquery/plugin-sdk/issues/570)) ([6b948ab](https://togithub.com/cloudquery/plugin-sdk/commit/6b948ab392c59c936d49182eb8b70444d81d38b5))
--- ### 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 c978ccf1..53e4c648 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/cloudquery/filetypes go 1.19 -require github.com/cloudquery/plugin-sdk v1.17.2 +require github.com/cloudquery/plugin-sdk v1.18.0 require ( github.com/ghodss/yaml v1.0.0 // indirect diff --git a/go.sum b/go.sum index bbdb3109..0b8cff1a 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/cloudquery/plugin-sdk v1.17.2 h1:SN1Lsv9hYR941UHBpJvtLTY8u02YZbHADPyXMU8JhYg= -github.com/cloudquery/plugin-sdk v1.17.2/go.mod h1:teMPyCON3uPdMsHvzpSiOg+IK2sOR5Tf9dYLreoURzI= +github.com/cloudquery/plugin-sdk v1.18.0 h1:8n78JWjqeunEaIT2WNTE/jMbAFvDxhX4f8TnwgUX48I= +github.com/cloudquery/plugin-sdk v1.18.0/go.mod h1:teMPyCON3uPdMsHvzpSiOg+IK2sOR5Tf9dYLreoURzI= github.com/coreos/go-systemd/v22 v22.3.3-0.20220203105225-a9a7ef127534/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=