Skip to content

Commit e7df3a5

Browse files
authored
fix(deps): Update module github.com/cloudquery/plugin-sdk to v1.17.1 (#13)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk](https://togithub.com/cloudquery/plugin-sdk) | require | patch | `v1.17.0` -> `v1.17.1` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk</summary> ### [`v1.17.1`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v1.17.1) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v1.17.0...v1.17.1) ##### Bug Fixes - **testing:** Some fixes to the ordering for plugin tests ([#&#8203;565](https://togithub.com/cloudquery/plugin-sdk/issues/565)) ([79c2b85](https://togithub.com/cloudquery/plugin-sdk/commit/79c2b85c38d9f42b3240559ae9b4a0d057a50607)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC43Ny4wIiwidXBkYXRlZEluVmVyIjoiMzQuNzcuMCJ9-->
1 parent 538d28e commit e7df3a5

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.17.0
5+
require github.com/cloudquery/plugin-sdk v1.17.1
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.17.0 h1:V2BRrpk1Z5u+QO9RGncwkIkPjJ9z2aRL+QyF1TPsa2Q=
2-
github.com/cloudquery/plugin-sdk v1.17.0/go.mod h1:teMPyCON3uPdMsHvzpSiOg+IK2sOR5Tf9dYLreoURzI=
1+
github.com/cloudquery/plugin-sdk v1.17.1 h1:YAfYIgoMLk9VXiNagh/LOIpSW++uItv+/p4dzZ1HOaI=
2+
github.com/cloudquery/plugin-sdk v1.17.1/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)