Skip to content

Commit bf44384

Browse files
authored
fix(deps): Update module github.com/cloudquery/plugin-sdk to v1.24.2 (#27)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk](https://togithub.com/cloudquery/plugin-sdk) | require | patch | `v1.24.1` -> `v1.24.2` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk</summary> ### [`v1.24.2`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v1.24.2) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v1.24.1...v1.24.2) ##### Bug Fixes - Incremental tables should not delete stale ([#&#8203;594](https://togithub.com/cloudquery/plugin-sdk/issues/594)) ([d45e230](https://togithub.com/cloudquery/plugin-sdk/commit/d45e230632c2fb8035b7942dac2bb74e26d4fcb1)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC45NC4wIiwidXBkYXRlZEluVmVyIjoiMzQuOTQuMCJ9-->
1 parent acabb63 commit bf44384

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
@@ -2,7 +2,7 @@ module github.com/cloudquery/filetypes
22

33
go 1.19
44

5-
require github.com/cloudquery/plugin-sdk v1.24.1
5+
require github.com/cloudquery/plugin-sdk v1.24.2
66

77
require (
88
github.com/ghodss/yaml v1.0.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/cloudquery/plugin-sdk v1.24.1 h1:h5ZMsnkveav0Hl8M9GcA/19uaOItMRDpTOsx8SyKE3k=
2-
github.com/cloudquery/plugin-sdk v1.24.1/go.mod h1:teMPyCON3uPdMsHvzpSiOg+IK2sOR5Tf9dYLreoURzI=
1+
github.com/cloudquery/plugin-sdk v1.24.2 h1:Ub0ZKkBBOgrRiZVYeeaRG2Rv4xA+e8f8Qh3VfRn8I80=
2+
github.com/cloudquery/plugin-sdk v1.24.2/go.mod h1:teMPyCON3uPdMsHvzpSiOg+IK2sOR5Tf9dYLreoURzI=
33
github.com/coreos/go-systemd/v22 v22.3.3-0.20220203105225-a9a7ef127534/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
44
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
55
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=

0 commit comments

Comments
 (0)