Skip to content

Commit a7e27ea

Browse files
authored
fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.74.0 (#632)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://redirect.github.com/cloudquery/plugin-sdk) | require | minor | `v4.73.4` -> `v4.74.0` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary> ### [`v4.74.0`](https://redirect.github.com/cloudquery/plugin-sdk/releases/tag/v4.74.0) [Compare Source](https://redirect.github.com/cloudquery/plugin-sdk/compare/v4.73.4...v4.74.0) ##### Features - Add description to time JSONschema ([#&#8203;2083](https://redirect.github.com/cloudquery/plugin-sdk/issues/2083)) ([fc27b14](https://redirect.github.com/cloudquery/plugin-sdk/commit/fc27b14c801d44ffba458fc676a6e3f0d577dfec)) - Add way to get Configtype time value for hashing ([#&#8203;2077](https://redirect.github.com/cloudquery/plugin-sdk/issues/2077)) ([ed27292](https://redirect.github.com/cloudquery/plugin-sdk/commit/ed27292685e032027802410265e92e96fbfc375e)) - Add WithNullableFieldTransformer to transformers.TransformWithStruct options ([#&#8203;2084](https://redirect.github.com/cloudquery/plugin-sdk/issues/2084)) ([2175946](https://redirect.github.com/cloudquery/plugin-sdk/commit/217594694dfa253f1534aead73c3481978210a9d)) ##### Bug Fixes - **deps:** Update aws-sdk-go-v2 monorepo ([#&#8203;2074](https://redirect.github.com/cloudquery/plugin-sdk/issues/2074)) ([091e2c7](https://redirect.github.com/cloudquery/plugin-sdk/commit/091e2c7c028717a8dc91cf6440bd6307468f2fdc)) - **deps:** Update aws-sdk-go-v2 monorepo ([#&#8203;2080](https://redirect.github.com/cloudquery/plugin-sdk/issues/2080)) ([14ad9db](https://redirect.github.com/cloudquery/plugin-sdk/commit/14ad9db4509fdf38516b7140b519af040ea8f218)) - **deps:** Update aws-sdk-go-v2 monorepo ([#&#8203;2085](https://redirect.github.com/cloudquery/plugin-sdk/issues/2085)) ([3da5572](https://redirect.github.com/cloudquery/plugin-sdk/commit/3da55726a9264d8d74883d40886de122f0377e1c)) - **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.13.6 ([#&#8203;2089](https://redirect.github.com/cloudquery/plugin-sdk/issues/2089)) ([4faff6a](https://redirect.github.com/cloudquery/plugin-sdk/commit/4faff6a844959875d43a5ceb8e1d18ca9d35e3ce)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.26.7 ([#&#8203;2076](https://redirect.github.com/cloudquery/plugin-sdk/issues/2076)) ([dbdae2f](https://redirect.github.com/cloudquery/plugin-sdk/commit/dbdae2f4829cfd440e395dfaa9047e12f87d1fb2)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.26.8 ([#&#8203;2090](https://redirect.github.com/cloudquery/plugin-sdk/issues/2090)) ([c4c9cd6](https://redirect.github.com/cloudquery/plugin-sdk/commit/c4c9cd60e35cd50e6567afdfc9901381bb293dd7)) - **deps:** Update module github.com/goccy/go-json to v0.10.5 ([#&#8203;2086](https://redirect.github.com/cloudquery/plugin-sdk/issues/2086)) ([b238237](https://redirect.github.com/cloudquery/plugin-sdk/commit/b23823758f6a0d74a7ab9a96c3dfd5bdc09dce40)) - **deps:** Update module github.com/google/go-cmp to v0.7.0 ([#&#8203;2088](https://redirect.github.com/cloudquery/plugin-sdk/issues/2088)) ([1895ddf](https://redirect.github.com/cloudquery/plugin-sdk/commit/1895ddf6d5438df771a16f2ad33e14c9ee77cbd4)) - **deps:** Update module google.golang.org/protobuf to v1.36.5 ([#&#8203;2081](https://redirect.github.com/cloudquery/plugin-sdk/issues/2081)) ([833b19c](https://redirect.github.com/cloudquery/plugin-sdk/commit/833b19c406de76be59c19bb9c53695c675468325)) - Ignore context cancelled errors. ([#&#8203;2091](https://redirect.github.com/cloudquery/plugin-sdk/issues/2091)) ([bc50fd3](https://redirect.github.com/cloudquery/plugin-sdk/commit/bc50fd3d2be414edba8f8ad5bb7739a012840bf1)) </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTAuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE5MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
1 parent 5f8abb5 commit a7e27ea

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/apache/arrow-go/v18 v18.1.0
77
github.com/bradleyjkemp/cupaloy/v2 v2.8.0
88
github.com/cloudquery/codegen v0.3.23
9-
github.com/cloudquery/plugin-sdk/v4 v4.73.4
9+
github.com/cloudquery/plugin-sdk/v4 v4.74.0
1010
github.com/goccy/go-json v0.10.5
1111
github.com/invopop/jsonschema v0.13.0
1212
github.com/stretchr/testify v1.10.0
@@ -20,7 +20,7 @@ require (
2020
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
2121
github.com/bahlo/generic-list-go v0.2.0 // indirect
2222
github.com/buger/jsonparser v1.1.1 // indirect
23-
github.com/cloudquery/cloudquery-api-go v1.13.5 // indirect
23+
github.com/cloudquery/cloudquery-api-go v1.13.6 // indirect
2424
github.com/davecgh/go-spew v1.1.1 // indirect
2525
github.com/golang/snappy v0.0.4 // indirect
2626
github.com/google/flatbuffers v24.12.23+incompatible // indirect
@@ -52,7 +52,7 @@ require (
5252
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
5353
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
5454
google.golang.org/grpc v1.70.0 // indirect
55-
google.golang.org/protobuf v1.36.4 // indirect
55+
google.golang.org/protobuf v1.36.5 // indirect
5656
gopkg.in/yaml.v3 v3.0.1 // indirect
5757
)
5858

go.sum

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ github.com/bradleyjkemp/cupaloy/v2 v2.8.0 h1:any4BmKE+jGIaMpnU8YgH/I2LPiLBufr6oM
1616
github.com/bradleyjkemp/cupaloy/v2 v2.8.0/go.mod h1:bm7JXdkRd4BHJk9HpwqAI8BoAY1lps46Enkdqw6aRX0=
1717
github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMUs=
1818
github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0=
19-
github.com/cloudquery/cloudquery-api-go v1.13.5 h1:DdwqrtklRpT3s1hnmyH1Ea7PWyYvCMBiqfdRVOLU6eU=
20-
github.com/cloudquery/cloudquery-api-go v1.13.5/go.mod h1:ZhEjPkDGDL2KZKlQLUnsgQ0mPz3qC7qftr37q3q+IcA=
19+
github.com/cloudquery/cloudquery-api-go v1.13.6 h1:ica3n5RMgehw5ehSDQEUXkLfopi9Vw0yoWRBI4TujDI=
20+
github.com/cloudquery/cloudquery-api-go v1.13.6/go.mod h1:ZhEjPkDGDL2KZKlQLUnsgQ0mPz3qC7qftr37q3q+IcA=
2121
github.com/cloudquery/codegen v0.3.23 h1:nd34I1BD3qb5li8Jttg0AqzHPwThTv7vHHn1zHUHGo0=
2222
github.com/cloudquery/codegen v0.3.23/go.mod h1:KgHyHocpyWGHmnhVHyJnHpCjVClaHPgu6BaF3QAVhiQ=
2323
github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66 h1:OZLPSIBYEfvkAUeOeM8CwTgVQy5zhayI99ishCrsFV0=
2424
github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34=
25-
github.com/cloudquery/plugin-sdk/v4 v4.73.4 h1:KlgJ2ceIDWF24/LWFzmvr9jl7CS3CnLA8S7RXx8n7wI=
26-
github.com/cloudquery/plugin-sdk/v4 v4.73.4/go.mod h1:elzBiWy5NLHVM8CBdIcNeu5nqliZ+237B9xHYyw0PQw=
25+
github.com/cloudquery/plugin-sdk/v4 v4.74.0 h1:eUWbog9C23boCCOFLAY4KG/a+hBfU6I8YNBGPxUzo0I=
26+
github.com/cloudquery/plugin-sdk/v4 v4.74.0/go.mod h1:9yIobejLxiD39lCNm30JJOJ2dQgqST71dnb0d/SVKRU=
2727
github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
2828
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
2929
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
@@ -45,8 +45,8 @@ github.com/golang/snappy v0.0.4 h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM=
4545
github.com/golang/snappy v0.0.4/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
4646
github.com/google/flatbuffers v24.12.23+incompatible h1:ubBKR94NR4pXUCY/MUsRVzd9umNW7ht7EG9hHfS9FX8=
4747
github.com/google/flatbuffers v24.12.23+incompatible/go.mod h1:1AeVuKshWv4vARoZatz6mlQ0JxURH0Kv5+zNeJKJCa8=
48-
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
49-
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
48+
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
49+
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
5050
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
5151
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
5252
github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=
@@ -148,8 +148,8 @@ google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f h1:
148148
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f/go.mod h1:+2Yz8+CLJbIfL9z73EW45avw8Lmge3xVElCP9zEKi50=
149149
google.golang.org/grpc v1.70.0 h1:pWFv03aZoHzlRKHWicjsZytKAiYCtNS0dHbXnIdq7jQ=
150150
google.golang.org/grpc v1.70.0/go.mod h1:ofIJqVKDXx/JiXrwr2IG4/zwdH9txy3IlF40RmcJSQw=
151-
google.golang.org/protobuf v1.36.4 h1:6A3ZDJHn/eNqc1i+IdefRzy/9PokBTPvcqMySR7NNIM=
152-
google.golang.org/protobuf v1.36.4/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
151+
google.golang.org/protobuf v1.36.5 h1:tPhr+woSbjfYvY6/GPufUoYizxw1cF/yFoxJ2fmpwlM=
152+
google.golang.org/protobuf v1.36.5/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
153153
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
154154
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b h1:QRR6H1YWRnHb4Y/HeNFCTJLFVxaq6wH4YuVdsUOr75U=
155155
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=

0 commit comments

Comments
 (0)