Skip to content

Commit aedb4a8

Browse files
authored
fix(deps): Update module github.com/cloudquery/plugin-sdk to v1.27.0 (#33)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk](https://togithub.com/cloudquery/plugin-sdk) | require | minor | `v1.26.0` -> `v1.27.0` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk</summary> ### [`v1.27.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v1.27.0) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v1.26.0...v1.27.0) ##### Features - **spec:** Add source, destination String methods ([#&#8203;609](https://togithub.com/cloudquery/plugin-sdk/issues/609)) ([604b9ef](https://togithub.com/cloudquery/plugin-sdk/commit/604b9efe5608e60936e87114e0fbf776ea6253ea)) </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 68437aa commit aedb4a8

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.26.0
5+
require github.com/cloudquery/plugin-sdk v1.27.0
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.26.0 h1:d1IQzVJmR37aK6E4Hsp2WY+wBhK/R3wbHVeViji0HyE=
2-
github.com/cloudquery/plugin-sdk v1.26.0/go.mod h1:teMPyCON3uPdMsHvzpSiOg+IK2sOR5Tf9dYLreoURzI=
1+
github.com/cloudquery/plugin-sdk v1.27.0 h1:DXuvnBt1gOB98umBZU6jltZEV6oxfsdEBIAbQXFcIx4=
2+
github.com/cloudquery/plugin-sdk v1.27.0/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)