Skip to content

Commit 23a0d7f

Browse files
authored
fix(deps): Update module github.com/cloudquery/plugin-sdk/v2 to v2.5.2 (#149)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v2](https://togithub.com/cloudquery/plugin-sdk) | require | patch | `v2.5.1` -> `v2.5.2` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>cloudquery/plugin-sdk</summary> ### [`v2.5.2`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v2.5.2) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v2.5.1...v2.5.2) ##### Bug Fixes - **deps:** Update github.com/apache/arrow/go/v12 digest to [`0ea1a10`](https://togithub.com/cloudquery/plugin-sdk/commit/0ea1a10) ([#&#8203;836](https://togithub.com/cloudquery/plugin-sdk/issues/836)) ([5561fa1](https://togithub.com/cloudquery/plugin-sdk/commit/5561fa1a59ee498d5ecb0acbde79971e82fe4fda)) - **deps:** Update golang.org/x/exp digest to [`47ecfdc`](https://togithub.com/cloudquery/plugin-sdk/commit/47ecfdc) ([#&#8203;837](https://togithub.com/cloudquery/plugin-sdk/issues/837)) ([bb56f9c](https://togithub.com/cloudquery/plugin-sdk/commit/bb56f9c67d1ce5936c32c093911b915680707954)) - **deps:** Update golang.org/x/xerrors digest to [`04be3eb`](https://togithub.com/cloudquery/plugin-sdk/commit/04be3eb) ([#&#8203;838](https://togithub.com/cloudquery/plugin-sdk/issues/838)) ([42d4517](https://togithub.com/cloudquery/plugin-sdk/commit/42d4517d223791f75881ad301d6df90664d4e232)) - **deps:** Update google.golang.org/genproto digest to [`daa745c`](https://togithub.com/cloudquery/plugin-sdk/commit/daa745c) ([#&#8203;839](https://togithub.com/cloudquery/plugin-sdk/issues/839)) ([1285222](https://togithub.com/cloudquery/plugin-sdk/commit/128522279101eb316f3b29665a1f3c7c65da1e3e)) - **deps:** Update module github.com/avast/retry-go/v4 to v4.3.4 ([#&#8203;840](https://togithub.com/cloudquery/plugin-sdk/issues/840)) ([47da73d](https://togithub.com/cloudquery/plugin-sdk/commit/47da73dac6c2af71e13d65e9b872fd0657cb0a2a)) - Destination migration testing using incorrect mode ([#&#8203;822](https://togithub.com/cloudquery/plugin-sdk/issues/822)) ([fa51c80](https://togithub.com/cloudquery/plugin-sdk/commit/fa51c80522b2bf573414eae81f12cd21b1cf549f)) - **json:** Use `GetOneForMarshal` instead of deserialization-serialization cycle ([#&#8203;834](https://togithub.com/cloudquery/plugin-sdk/issues/834)) ([6fb7c1c](https://togithub.com/cloudquery/plugin-sdk/commit/6fb7c1c761a0ed49f84f61afaadcc958966e58fa)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNS42Ny4xIiwidXBkYXRlZEluVmVyIjoiMzUuNjcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
1 parent 1626c57 commit 23a0d7f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

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

55
require (
6-
github.com/cloudquery/plugin-sdk/v2 v2.5.1
6+
github.com/cloudquery/plugin-sdk/v2 v2.5.2
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.2
@@ -49,7 +49,7 @@ require (
4949
golang.org/x/mod v0.10.0 // indirect
5050
golang.org/x/net v0.9.0 // indirect
5151
golang.org/x/tools v0.7.0 // indirect
52-
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
52+
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
5353
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
5454
google.golang.org/grpc v1.54.0 // indirect
5555
google.golang.org/protobuf v1.30.0 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ github.com/bradleyjkemp/cupaloy/v2 v2.8.0 h1:any4BmKE+jGIaMpnU8YgH/I2LPiLBufr6oM
88
github.com/bradleyjkemp/cupaloy/v2 v2.8.0/go.mod h1:bm7JXdkRd4BHJk9HpwqAI8BoAY1lps46Enkdqw6aRX0=
99
github.com/cloudquery/arrow/go/v12 v12.0.0-20230419074556-00ceafa3b033 h1:wMIRbdyx9Oe9Cfzf9DN1lEyTuQnwSYLls2gsN7EfhZM=
1010
github.com/cloudquery/arrow/go/v12 v12.0.0-20230419074556-00ceafa3b033/go.mod h1:d+tV/eHZZ7Dz7RPrFKtPK02tpr+c9/PEd/zm8mDS9Vg=
11-
github.com/cloudquery/plugin-sdk/v2 v2.5.1 h1:6qCadOLCLR2w1WmaosvM6JzjsQlpYChgIbw4cg65KhM=
12-
github.com/cloudquery/plugin-sdk/v2 v2.5.1/go.mod h1:3Q7i+PadZpHSLDy2b1yjCarxwHe2dTG0jB9l4IvWxgk=
11+
github.com/cloudquery/plugin-sdk/v2 v2.5.2 h1:R1m6IQtyZkBfLynbgAnE+RN63kLxG1rSLMUV4BSFahg=
12+
github.com/cloudquery/plugin-sdk/v2 v2.5.2/go.mod h1:9iIYglxOetYEPC8rbCLSArQXjA1oCjBIVj8aV7GOjbI=
1313
github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
1414
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
1515
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
@@ -99,8 +99,8 @@ golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8=
9999
golang.org/x/tools v0.7.0 h1:W4OVu8VVOaIO0yzWMNdepAulS7YfoS3Zabrm8DOXXU4=
100100
golang.org/x/tools v0.7.0/go.mod h1:4pg6aUX35JBAogB10C9AtvVL+qowtN4pT3CGSQex14s=
101101
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
102-
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f h1:uF6paiQQebLeSXkrTqHqz0MXhXXS1KgF41eUdBNvxK0=
103-
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f/go.mod h1:K8+ghG5WaK9qNqU5K3HdILfMLy1f3aNYFI/wnl100a8=
102+
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 h1:H2TDz8ibqkAF6YGhCdN3jS9O0/s90v0rJh3X/OLHEUk=
103+
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2/go.mod h1:K8+ghG5WaK9qNqU5K3HdILfMLy1f3aNYFI/wnl100a8=
104104
gonum.org/v1/gonum v0.11.0 h1:f1IJhK4Km5tBJmaiJXtk/PkL4cdVX6J+tGiM187uT5E=
105105
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 h1:KpwkzHKEF7B9Zxg18WzOa7djJ+Ha5DzthMyZYQfEn2A=
106106
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1/go.mod h1:nKE/iIaLqn2bQwXBg8f1g2Ylh6r5MN5CmZvuzZCgsCU=

0 commit comments

Comments
 (0)