Skip to content

Commit 267e5c4

Browse files
authored
fix(deps): Update module github.com/cloudquery/plugin-sdk to v1.29.0 (#40)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk](https://togithub.com/cloudquery/plugin-sdk) | require | minor | `v1.28.0` -> `v1.29.0` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk</summary> ### [`v1.29.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v1.29.0) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v1.28.0...v1.29.0) ##### Features - Add NopBackend ([#&#8203;616](https://togithub.com/cloudquery/plugin-sdk/issues/616)) ([79f5395](https://togithub.com/cloudquery/plugin-sdk/commit/79f5395c5ba489564239ace9e29157d851c63158)) </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 3631c88 commit 267e5c4

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/cloudquery/filetypes
33
go 1.19
44

55
require (
6-
github.com/cloudquery/plugin-sdk v1.28.0
6+
github.com/cloudquery/plugin-sdk v1.29.0
77
github.com/davecgh/go-spew v1.1.1 // indirect
88
github.com/pmezard/go-difflib v1.0.0 // indirect
99
github.com/stretchr/testify v1.8.1
@@ -22,3 +22,5 @@ require (
2222
golang.org/x/sys v0.3.0 // indirect; indirect // indirect
2323
gopkg.in/yaml.v2 v2.4.0 // indirect
2424
)
25+
26+
require golang.org/x/text v0.5.0 // indirect

go.sum

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/cloudquery/plugin-sdk v1.28.0 h1:txt4/ahmzlhi9EnvvJw9+9da7k9H5cYA34WXj8iFneY=
2-
github.com/cloudquery/plugin-sdk v1.28.0/go.mod h1:teMPyCON3uPdMsHvzpSiOg+IK2sOR5Tf9dYLreoURzI=
1+
github.com/cloudquery/plugin-sdk v1.29.0 h1:yqHaxZplh2P4Mpm1FOr05y6G5E+IpAmG3ArpjaPrzl8=
2+
github.com/cloudquery/plugin-sdk v1.29.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=
@@ -48,6 +48,8 @@ golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6/go.mod h1:oPkhp1MJrh7nUepCBc
4848
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
4949
golang.org/x/sys v0.3.0 h1:w8ZOecv6NaNa/zC8944JTU3vz4u6Lagfk4RPQxv92NQ=
5050
golang.org/x/sys v0.3.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
51+
golang.org/x/text v0.5.0 h1:OLmvp0KP+FVG99Ct/qFiL/Fhk4zp4QQnZ7b2U+5piUM=
52+
golang.org/x/text v0.5.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
5153
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
5254
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=
5355
gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=

0 commit comments

Comments
 (0)