From 677b9edea6183b5c73c50a29f7d17a6aa6158d92 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 24 Jul 2024 08:20:46 -0400 Subject: [PATCH 01/38] fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.52.0 (#243) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | minor | `v4.51.0` -> `v4.52.0` | --- ### Release Notes
cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4) ### [`v4.52.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.52.0) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.51.0...v4.52.0) ##### Features - Add JSON type schema ([#​1796](https://togithub.com/cloudquery/plugin-sdk/issues/1796)) ([dbc534b](https://togithub.com/cloudquery/plugin-sdk/commit/dbc534bc54a3f9f02fd3468bfe256b6c46971614))
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index f1f8738..e2c8f02 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armmanagedapplications v1.2.0 github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/solutions/armmanagedapplications/v2 v2.1.0 github.com/bradleyjkemp/cupaloy/v2 v2.8.0 - github.com/cloudquery/plugin-sdk/v4 v4.51.0 + github.com/cloudquery/plugin-sdk/v4 v4.52.0 github.com/google/go-cmp v0.6.0 github.com/invopop/jsonschema v0.12.0 github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629 diff --git a/go.sum b/go.sum index 3e0cefa..3a4124b 100644 --- a/go.sum +++ b/go.sum @@ -32,8 +32,8 @@ github.com/cloudquery/cloudquery-api-go v1.12.3 h1:JhW6o60JBrshXb59Omsv0DGckcmKd github.com/cloudquery/cloudquery-api-go v1.12.3/go.mod h1:5oo8HHnv2Y7NgcVvZn59xFlYKJUyeP0tcN8JH3IP2Aw= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66 h1:OZLPSIBYEfvkAUeOeM8CwTgVQy5zhayI99ishCrsFV0= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34= -github.com/cloudquery/plugin-sdk/v4 v4.51.0 h1:kesgd1LhQpIZ4zG1llJrpg8rAo1xXGJNkL1ZeMj8ack= -github.com/cloudquery/plugin-sdk/v4 v4.51.0/go.mod h1:a/Q3zJcTQhGbYIFhzCe8Dyav5yL2HnCQUkUNzeErPbQ= +github.com/cloudquery/plugin-sdk/v4 v4.52.0 h1:uyrSguIO4mrPbkE/ivWbGX9O0NiodBXCt4DOuNftyB4= +github.com/cloudquery/plugin-sdk/v4 v4.52.0/go.mod h1:a/Q3zJcTQhGbYIFhzCe8Dyav5yL2HnCQUkUNzeErPbQ= github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= From 722eb2cd2927b0b3dca00baf43246f1d60b71597 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 24 Jul 2024 12:21:40 -0400 Subject: [PATCH 02/38] fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.52.1 (#245) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | patch | `v4.52.0` -> `v4.52.1` | --- ### Release Notes
cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4) ### [`v4.52.1`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.52.1) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.52.0...v4.52.1) ##### Bug Fixes - Don't panic when trying `ToSnake` on `s` character ([#​1816](https://togithub.com/cloudquery/plugin-sdk/issues/1816)) ([30e02da](https://togithub.com/cloudquery/plugin-sdk/commit/30e02da227bac041cf4ea0c918ad81d360c05084)) - Properly handle map and slice pointers ([#​1817](https://togithub.com/cloudquery/plugin-sdk/issues/1817)) ([8fe9081](https://togithub.com/cloudquery/plugin-sdk/commit/8fe9081b133892c95fc6dd23223e2a64572a164e)) - Reduce JSON column schema nesting ([#​1819](https://togithub.com/cloudquery/plugin-sdk/issues/1819)) ([2e1112f](https://togithub.com/cloudquery/plugin-sdk/commit/2e1112fd9fc8d7442f1de21c883287e5d314bb32))
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index e2c8f02..28f5e41 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armmanagedapplications v1.2.0 github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/solutions/armmanagedapplications/v2 v2.1.0 github.com/bradleyjkemp/cupaloy/v2 v2.8.0 - github.com/cloudquery/plugin-sdk/v4 v4.52.0 + github.com/cloudquery/plugin-sdk/v4 v4.52.1 github.com/google/go-cmp v0.6.0 github.com/invopop/jsonschema v0.12.0 github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629 diff --git a/go.sum b/go.sum index 3a4124b..9cef22a 100644 --- a/go.sum +++ b/go.sum @@ -32,8 +32,8 @@ github.com/cloudquery/cloudquery-api-go v1.12.3 h1:JhW6o60JBrshXb59Omsv0DGckcmKd github.com/cloudquery/cloudquery-api-go v1.12.3/go.mod h1:5oo8HHnv2Y7NgcVvZn59xFlYKJUyeP0tcN8JH3IP2Aw= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66 h1:OZLPSIBYEfvkAUeOeM8CwTgVQy5zhayI99ishCrsFV0= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34= -github.com/cloudquery/plugin-sdk/v4 v4.52.0 h1:uyrSguIO4mrPbkE/ivWbGX9O0NiodBXCt4DOuNftyB4= -github.com/cloudquery/plugin-sdk/v4 v4.52.0/go.mod h1:a/Q3zJcTQhGbYIFhzCe8Dyav5yL2HnCQUkUNzeErPbQ= +github.com/cloudquery/plugin-sdk/v4 v4.52.1 h1:9SryY/fNB2FUloTNr1dbR2ZNU1Jh9XnQGnnNovHpApc= +github.com/cloudquery/plugin-sdk/v4 v4.52.1/go.mod h1:a/Q3zJcTQhGbYIFhzCe8Dyav5yL2HnCQUkUNzeErPbQ= github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= From fa3e60f5bc928e8ceb63656a897cb8355a0cdac3 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Thu, 25 Jul 2024 14:18:03 -0400 Subject: [PATCH 03/38] fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.53.0 (#246) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | minor | `v4.52.1` -> `v4.53.0` | --- ### Release Notes
cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4) ### [`v4.53.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.53.0) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.52.1...v4.53.0) ##### Features - Add `zerolog.Logger` to `retryablehttp.LeveledLogger` adapter struct ([#​1821](https://togithub.com/cloudquery/plugin-sdk/issues/1821)) ([5c77cee](https://togithub.com/cloudquery/plugin-sdk/commit/5c77cee87d9fca292e9e81663c9ce3775962a623))
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 28f5e41..fc31802 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armmanagedapplications v1.2.0 github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/solutions/armmanagedapplications/v2 v2.1.0 github.com/bradleyjkemp/cupaloy/v2 v2.8.0 - github.com/cloudquery/plugin-sdk/v4 v4.52.1 + github.com/cloudquery/plugin-sdk/v4 v4.53.0 github.com/google/go-cmp v0.6.0 github.com/invopop/jsonschema v0.12.0 github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629 diff --git a/go.sum b/go.sum index 9cef22a..2a9aa98 100644 --- a/go.sum +++ b/go.sum @@ -32,8 +32,8 @@ github.com/cloudquery/cloudquery-api-go v1.12.3 h1:JhW6o60JBrshXb59Omsv0DGckcmKd github.com/cloudquery/cloudquery-api-go v1.12.3/go.mod h1:5oo8HHnv2Y7NgcVvZn59xFlYKJUyeP0tcN8JH3IP2Aw= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66 h1:OZLPSIBYEfvkAUeOeM8CwTgVQy5zhayI99ishCrsFV0= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34= -github.com/cloudquery/plugin-sdk/v4 v4.52.1 h1:9SryY/fNB2FUloTNr1dbR2ZNU1Jh9XnQGnnNovHpApc= -github.com/cloudquery/plugin-sdk/v4 v4.52.1/go.mod h1:a/Q3zJcTQhGbYIFhzCe8Dyav5yL2HnCQUkUNzeErPbQ= +github.com/cloudquery/plugin-sdk/v4 v4.53.0 h1:lVHkNt3twyVTVZ0vcBvuiqlX7//I9j4vvGfVw9zZVHU= +github.com/cloudquery/plugin-sdk/v4 v4.53.0/go.mod h1:vGa5A9r9bDqz+CnpjdNtei7HjVc8kvnOeH78CERuBrU= github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= From c0d78c4a15230fb45755777e9921f9a3e455ce69 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Fri, 26 Jul 2024 08:21:54 -0400 Subject: [PATCH 04/38] fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.53.1 (#247) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | patch | `v4.53.0` -> `v4.53.1` | --- ### Release Notes
cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4) ### [`v4.53.1`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.53.1) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.53.0...v4.53.1) ##### Bug Fixes - Don't include non exported fields or ignored types in JSON schema ([#​1824](https://togithub.com/cloudquery/plugin-sdk/issues/1824)) ([e97f243](https://togithub.com/cloudquery/plugin-sdk/commit/e97f2439145961bbae86b09d1e2f1c4ba28af5c4))
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index fc31802..450993b 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armmanagedapplications v1.2.0 github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/solutions/armmanagedapplications/v2 v2.1.0 github.com/bradleyjkemp/cupaloy/v2 v2.8.0 - github.com/cloudquery/plugin-sdk/v4 v4.53.0 + github.com/cloudquery/plugin-sdk/v4 v4.53.1 github.com/google/go-cmp v0.6.0 github.com/invopop/jsonschema v0.12.0 github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629 diff --git a/go.sum b/go.sum index 2a9aa98..68a24fb 100644 --- a/go.sum +++ b/go.sum @@ -32,8 +32,8 @@ github.com/cloudquery/cloudquery-api-go v1.12.3 h1:JhW6o60JBrshXb59Omsv0DGckcmKd github.com/cloudquery/cloudquery-api-go v1.12.3/go.mod h1:5oo8HHnv2Y7NgcVvZn59xFlYKJUyeP0tcN8JH3IP2Aw= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66 h1:OZLPSIBYEfvkAUeOeM8CwTgVQy5zhayI99ishCrsFV0= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34= -github.com/cloudquery/plugin-sdk/v4 v4.53.0 h1:lVHkNt3twyVTVZ0vcBvuiqlX7//I9j4vvGfVw9zZVHU= -github.com/cloudquery/plugin-sdk/v4 v4.53.0/go.mod h1:vGa5A9r9bDqz+CnpjdNtei7HjVc8kvnOeH78CERuBrU= +github.com/cloudquery/plugin-sdk/v4 v4.53.1 h1:EadMG42ACpX59+G5LqUA/wgZitiFOHGwqcQmTAbGhRw= +github.com/cloudquery/plugin-sdk/v4 v4.53.1/go.mod h1:vGa5A9r9bDqz+CnpjdNtei7HjVc8kvnOeH78CERuBrU= github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= From ad37ab0a2142cb7cbb6ed03766592398e633cd66 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Tue, 30 Jul 2024 06:22:27 -0400 Subject: [PATCH 05/38] fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.54.0 (#248) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | minor | `v4.53.1` -> `v4.54.0` | --- ### Release Notes
cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4) ### [`v4.54.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.54.0) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.53.1...v4.54.0) ##### Features - Add PluginKind "transformer". ([#​1828](https://togithub.com/cloudquery/plugin-sdk/issues/1828)) ([2c78878](https://togithub.com/cloudquery/plugin-sdk/commit/2c788784e0cb7d2d70ce4389113cd9e758b8e146)) ##### Bug Fixes - **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.12.4 ([#​1830](https://togithub.com/cloudquery/plugin-sdk/issues/1830)) ([57a606f](https://togithub.com/cloudquery/plugin-sdk/commit/57a606f774210314f5f19e096be6a18caa5f343a)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.21.0 ([#​1829](https://togithub.com/cloudquery/plugin-sdk/issues/1829)) ([1a614cb](https://togithub.com/cloudquery/plugin-sdk/commit/1a614cb0dc469bd1c2620c22a91d0c2c4f7779b0)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.21.1 ([#​1832](https://togithub.com/cloudquery/plugin-sdk/issues/1832)) ([33bd55f](https://togithub.com/cloudquery/plugin-sdk/commit/33bd55f19de89cd877018e7d10ff19c8f5e2a2e2))
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- go.mod | 4 ++-- go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 450993b..a58d48e 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armmanagedapplications v1.2.0 github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/solutions/armmanagedapplications/v2 v2.1.0 github.com/bradleyjkemp/cupaloy/v2 v2.8.0 - github.com/cloudquery/plugin-sdk/v4 v4.53.1 + github.com/cloudquery/plugin-sdk/v4 v4.54.0 github.com/google/go-cmp v0.6.0 github.com/invopop/jsonschema v0.12.0 github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629 @@ -25,7 +25,7 @@ require ( github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect github.com/bahlo/generic-list-go v0.2.0 // indirect github.com/buger/jsonparser v1.1.1 // indirect - github.com/cloudquery/cloudquery-api-go v1.12.3 // indirect + github.com/cloudquery/cloudquery-api-go v1.12.4 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/goccy/go-json v0.10.3 // indirect github.com/google/flatbuffers v24.3.25+incompatible // indirect diff --git a/go.sum b/go.sum index 68a24fb..f375ccd 100644 --- a/go.sum +++ b/go.sum @@ -28,12 +28,12 @@ github.com/bradleyjkemp/cupaloy/v2 v2.8.0 h1:any4BmKE+jGIaMpnU8YgH/I2LPiLBufr6oM github.com/bradleyjkemp/cupaloy/v2 v2.8.0/go.mod h1:bm7JXdkRd4BHJk9HpwqAI8BoAY1lps46Enkdqw6aRX0= github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMUs= github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0= -github.com/cloudquery/cloudquery-api-go v1.12.3 h1:JhW6o60JBrshXb59Omsv0DGckcmKd6TA+ytPBqhFGcY= -github.com/cloudquery/cloudquery-api-go v1.12.3/go.mod h1:5oo8HHnv2Y7NgcVvZn59xFlYKJUyeP0tcN8JH3IP2Aw= +github.com/cloudquery/cloudquery-api-go v1.12.4 h1:48zJRUONRb0AJD/l4u5QZtGsVBq1QUU3M9+/+sCU3xo= +github.com/cloudquery/cloudquery-api-go v1.12.4/go.mod h1:5oo8HHnv2Y7NgcVvZn59xFlYKJUyeP0tcN8JH3IP2Aw= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66 h1:OZLPSIBYEfvkAUeOeM8CwTgVQy5zhayI99ishCrsFV0= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34= -github.com/cloudquery/plugin-sdk/v4 v4.53.1 h1:EadMG42ACpX59+G5LqUA/wgZitiFOHGwqcQmTAbGhRw= -github.com/cloudquery/plugin-sdk/v4 v4.53.1/go.mod h1:vGa5A9r9bDqz+CnpjdNtei7HjVc8kvnOeH78CERuBrU= +github.com/cloudquery/plugin-sdk/v4 v4.54.0 h1:3wQOAOycdrKPcJ7Fc/HsZPR+99bwOOlcPTl0wT6btH0= +github.com/cloudquery/plugin-sdk/v4 v4.54.0/go.mod h1:c83TnM2DW8sl5ecfclrLT9Q3RcjBRy/3P9efNT1yKKA= github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= From 44e58ac86b46d14c13b08ebc262dc9188859d601 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Tue, 30 Jul 2024 09:19:36 -0400 Subject: [PATCH 06/38] fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.55.0 (#249) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | minor | `v4.54.0` -> `v4.55.0` | --- ### Release Notes
cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4) ### [`v4.55.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.55.0) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.54.0...v4.55.0) ##### Features - Add `PermissionsNeeded` to tables schema ([#​1827](https://togithub.com/cloudquery/plugin-sdk/issues/1827)) ([863b906](https://togithub.com/cloudquery/plugin-sdk/commit/863b9068bd296dac7c879ae3980a2f2f3ec4c359)) ##### Bug Fixes - Handle commas in permissions array ([#​1835](https://togithub.com/cloudquery/plugin-sdk/issues/1835)) ([b633aed](https://togithub.com/cloudquery/plugin-sdk/commit/b633aed0dc0e6fa8f8af58c8f84e5309375f4608))
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index a58d48e..44257e9 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armmanagedapplications v1.2.0 github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/solutions/armmanagedapplications/v2 v2.1.0 github.com/bradleyjkemp/cupaloy/v2 v2.8.0 - github.com/cloudquery/plugin-sdk/v4 v4.54.0 + github.com/cloudquery/plugin-sdk/v4 v4.55.0 github.com/google/go-cmp v0.6.0 github.com/invopop/jsonschema v0.12.0 github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629 diff --git a/go.sum b/go.sum index f375ccd..e904010 100644 --- a/go.sum +++ b/go.sum @@ -32,8 +32,8 @@ github.com/cloudquery/cloudquery-api-go v1.12.4 h1:48zJRUONRb0AJD/l4u5QZtGsVBq1Q github.com/cloudquery/cloudquery-api-go v1.12.4/go.mod h1:5oo8HHnv2Y7NgcVvZn59xFlYKJUyeP0tcN8JH3IP2Aw= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66 h1:OZLPSIBYEfvkAUeOeM8CwTgVQy5zhayI99ishCrsFV0= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34= -github.com/cloudquery/plugin-sdk/v4 v4.54.0 h1:3wQOAOycdrKPcJ7Fc/HsZPR+99bwOOlcPTl0wT6btH0= -github.com/cloudquery/plugin-sdk/v4 v4.54.0/go.mod h1:c83TnM2DW8sl5ecfclrLT9Q3RcjBRy/3P9efNT1yKKA= +github.com/cloudquery/plugin-sdk/v4 v4.55.0 h1:7VBoj7+KMFBEJV4Mawtxz/S77ERp+N6CH7M2Q1S/BbM= +github.com/cloudquery/plugin-sdk/v4 v4.55.0/go.mod h1:c83TnM2DW8sl5ecfclrLT9Q3RcjBRy/3P9efNT1yKKA= github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= From e27919a3fab415316b7108c332cc00f68a50769e Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 31 Jul 2024 07:22:16 -0400 Subject: [PATCH 07/38] fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.56.0 (#250) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | minor | `v4.55.0` -> `v4.56.0` | --- ### Release Notes
cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4) ### [`v4.56.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.56.0) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.55.0...v4.56.0) ##### Features - Implement TransformSchema support. ([#​1838](https://togithub.com/cloudquery/plugin-sdk/issues/1838)) ([30875d6](https://togithub.com/cloudquery/plugin-sdk/commit/30875d6f134f399f5c2ea16dad49b0b5aa4dd3e9)) ##### Bug Fixes - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.21.2 ([#​1837](https://togithub.com/cloudquery/plugin-sdk/issues/1837)) ([47bb424](https://togithub.com/cloudquery/plugin-sdk/commit/47bb424c2151363cc312d155ac5823abfc7d23c5)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.21.3 ([#​1840](https://togithub.com/cloudquery/plugin-sdk/issues/1840)) ([d2c5c7b](https://togithub.com/cloudquery/plugin-sdk/commit/d2c5c7b54a933a268fe5090a0ca83f1995be9082))
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 44257e9..a8e66ed 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armmanagedapplications v1.2.0 github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/solutions/armmanagedapplications/v2 v2.1.0 github.com/bradleyjkemp/cupaloy/v2 v2.8.0 - github.com/cloudquery/plugin-sdk/v4 v4.55.0 + github.com/cloudquery/plugin-sdk/v4 v4.56.0 github.com/google/go-cmp v0.6.0 github.com/invopop/jsonschema v0.12.0 github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629 diff --git a/go.sum b/go.sum index e904010..53de19d 100644 --- a/go.sum +++ b/go.sum @@ -32,8 +32,8 @@ github.com/cloudquery/cloudquery-api-go v1.12.4 h1:48zJRUONRb0AJD/l4u5QZtGsVBq1Q github.com/cloudquery/cloudquery-api-go v1.12.4/go.mod h1:5oo8HHnv2Y7NgcVvZn59xFlYKJUyeP0tcN8JH3IP2Aw= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66 h1:OZLPSIBYEfvkAUeOeM8CwTgVQy5zhayI99ishCrsFV0= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34= -github.com/cloudquery/plugin-sdk/v4 v4.55.0 h1:7VBoj7+KMFBEJV4Mawtxz/S77ERp+N6CH7M2Q1S/BbM= -github.com/cloudquery/plugin-sdk/v4 v4.55.0/go.mod h1:c83TnM2DW8sl5ecfclrLT9Q3RcjBRy/3P9efNT1yKKA= +github.com/cloudquery/plugin-sdk/v4 v4.56.0 h1:x06ypwoCOBhxJTtX5Mtmzyr6j0QxhOYV/y60tB9VkGU= +github.com/cloudquery/plugin-sdk/v4 v4.56.0/go.mod h1:AQeTVmFxAklgKEAXGyglSkNRFinIDt7OLoy2lLLyufY= github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= From 08c64ee5310f8c1f9f80a8582dd2dbf448a1ff5a Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 31 Jul 2024 20:37:40 -0400 Subject: [PATCH 08/38] fix(deps): Update golang.org/x/exp digest to 8a7402a (#251) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang.org/x/exp | require | digest | `7f521ea` -> `8a7402a` | --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- go.mod | 10 +++++----- go.sum | 24 ++++++++++++------------ 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/go.mod b/go.mod index a8e66ed..5a8a3f3 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( github.com/invopop/jsonschema v0.12.0 github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629 github.com/stretchr/testify v1.9.0 - golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 + golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 ) // github.com/cloudquery/jsonschema @ cqmain @@ -43,12 +43,12 @@ require ( github.com/thoas/go-funk v0.9.3 // indirect github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect github.com/zeebo/xxh3 v1.0.2 // indirect - golang.org/x/mod v0.18.0 // indirect - golang.org/x/net v0.26.0 // indirect + golang.org/x/mod v0.19.0 // indirect + golang.org/x/net v0.27.0 // indirect golang.org/x/sync v0.7.0 // indirect - golang.org/x/sys v0.21.0 // indirect + golang.org/x/sys v0.22.0 // indirect golang.org/x/text v0.16.0 // indirect - golang.org/x/tools v0.22.0 // indirect + golang.org/x/tools v0.23.0 // indirect golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/go.sum b/go.sum index 53de19d..dbfd374 100644 --- a/go.sum +++ b/go.sum @@ -113,26 +113,26 @@ github.com/zeebo/assert v1.3.0 h1:g7C04CbJuIDKNPFHmsk4hwZDO5O+kntRxzaUoNXj+IQ= github.com/zeebo/assert v1.3.0/go.mod h1:Pq9JiuJQpG8JLJdtkwrJESF0Foym2/D9XMU5ciN/wJ0= github.com/zeebo/xxh3 v1.0.2 h1:xZmwmqxHZA8AI603jOQ0tMqmBr9lPeFwGg6d+xy9DC0= github.com/zeebo/xxh3 v1.0.2/go.mod h1:5NWz9Sef7zIDm2JHfFlcQvNekmcEl9ekUZQQKCYaDcA= -golang.org/x/crypto v0.24.0 h1:mnl8DM0o513X8fdIkmyFE/5hTYxbwYOjDS/+rK6qpRI= -golang.org/x/crypto v0.24.0/go.mod h1:Z1PMYSOR5nyMcyAVAIQSKCDwalqy85Aqn1x3Ws4L5DM= -golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 h1:yixxcjnhBmY0nkL253HFVIm0JsFHwrHdT3Yh6szTnfY= -golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8/go.mod h1:jj3sYF3dwk5D+ghuXyeI3r5MFf+NT2An6/9dOA95KSI= -golang.org/x/mod v0.18.0 h1:5+9lSbEzPSdWkH32vYPBwEpX8KwDbM52Ud9xBUvNlb0= -golang.org/x/mod v0.18.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c= -golang.org/x/net v0.26.0 h1:soB7SVo0PWrY4vPW/+ay0jKDNScG2X9wFeYlXIvJsOQ= -golang.org/x/net v0.26.0/go.mod h1:5YKkiSynbBIh3p6iOc/vibscux0x38BZDkn8sCUPxHE= +golang.org/x/crypto v0.25.0 h1:ypSNr+bnYL2YhwoMt2zPxHFmbAN1KZs/njMG3hxUp30= +golang.org/x/crypto v0.25.0/go.mod h1:T+wALwcMOSE0kXgUAnPAHqTLW+XHgcELELW8VaDgm/M= +golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 h1:2dVuKD2vS7b0QIHQbpyTISPd0LeHDbnYEryqj5Q1ug8= +golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56/go.mod h1:M4RDyNAINzryxdtnbRXRL/OHtkFuWGRjvuhBJpk2IlY= +golang.org/x/mod v0.19.0 h1:fEdghXQSo20giMthA7cd28ZC+jts4amQ3YMXiP5oMQ8= +golang.org/x/mod v0.19.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c= +golang.org/x/net v0.27.0 h1:5K3Njcw06/l2y9vpGCSdcxWOYHOUk3dVNGDXN+FvAys= +golang.org/x/net v0.27.0/go.mod h1:dDi0PyhWNoiUOrAS8uXv/vnScO4wnHQO4mj9fn/RytE= golang.org/x/sync v0.7.0 h1:YsImfSBoP9QPYL0xyKJPq0gcaJdG3rInoqxTWbfQu9M= golang.org/x/sync v0.7.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.21.0 h1:rF+pYz3DAGSQAxAu1CbC7catZg4ebC4UIeIhKxBZvws= -golang.org/x/sys v0.21.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.22.0 h1:RI27ohtqKCnwULzJLqkv897zojh5/DwS/ENaMzUOaWI= +golang.org/x/sys v0.22.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/text v0.16.0 h1:a94ExnEXNtEwYLGJSIUxnWoxoRz/ZcCsV63ROupILh4= golang.org/x/text v0.16.0/go.mod h1:GhwF1Be+LQoKShO3cGOHzqOgRrGaYc9AvblQOmPVHnI= -golang.org/x/tools v0.22.0 h1:gqSGLZqv+AI9lIQzniJ0nZDRG5GBPsSi+DRNHWNz6yA= -golang.org/x/tools v0.22.0/go.mod h1:aCwcsjqvq7Yqt6TNyX7QMU2enbQ/Gt0bo6krSeEri+c= +golang.org/x/tools v0.23.0 h1:SGsXPZ+2l4JsgaCKkx+FQ9YZ5XEtA1GZYuoDjenLjvg= +golang.org/x/tools v0.23.0/go.mod h1:pnu6ufv6vQkll6szChhK3C3L/ruaIv5eBeztNG8wtsI= golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 h1:+cNy6SZtPcJQH3LJVLOSmiC7MMxXNOb3PU/VUEz+EhU= golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028/go.mod h1:NDW/Ps6MPRej6fsCIbMTohpP40sJ/P/vI1MoTEGwX90= gonum.org/v1/gonum v0.15.0 h1:2lYxjRbTYyxkJxlhC+LvJIx3SsANPdRybu1tGj9/OrQ= From cf8996991a1b70271dd47715add10fdddabee8b5 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Thu, 1 Aug 2024 06:19:56 -0400 Subject: [PATCH 09/38] fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.57.0 (#252) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | minor | `v4.56.0` -> `v4.57.0` | --- ### Release Notes
cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4) ### [`v4.57.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.57.0) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.56.0...v4.57.0) ##### Features - Allow setting JSON type schema max depth ([#​1844](https://togithub.com/cloudquery/plugin-sdk/issues/1844)) ([0b28389](https://togithub.com/cloudquery/plugin-sdk/commit/0b28389bb53cd2c076cca3ddaa93ca4d24e40b7b)) ##### Bug Fixes - **deps:** Update golang.org/x/exp digest to [`8a7402a`](https://togithub.com/cloudquery/plugin-sdk/commit/8a7402a) ([#​1845](https://togithub.com/cloudquery/plugin-sdk/issues/1845)) ([5f7eb25](https://togithub.com/cloudquery/plugin-sdk/commit/5f7eb25df3208ed738c1f0e6f17c5366b89fcc30)) - **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.12.5 ([#​1841](https://togithub.com/cloudquery/plugin-sdk/issues/1841)) ([4361e84](https://togithub.com/cloudquery/plugin-sdk/commit/4361e8442c05b77a0be772cab52e1d217810bf47)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.21.4 ([#​1847](https://togithub.com/cloudquery/plugin-sdk/issues/1847)) ([281b945](https://togithub.com/cloudquery/plugin-sdk/commit/281b94510552962af13d5c3c2e735669d4fa4bd4)) - **deps:** Update opentelemetry-go monorepo to v1.28.0 ([#​1846](https://togithub.com/cloudquery/plugin-sdk/issues/1846)) ([3a5c90c](https://togithub.com/cloudquery/plugin-sdk/commit/3a5c90c0045aa6f2df57c02ed2afc7e5596c4bb7))
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- go.mod | 4 ++-- go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 5a8a3f3..9f54fd6 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armmanagedapplications v1.2.0 github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/solutions/armmanagedapplications/v2 v2.1.0 github.com/bradleyjkemp/cupaloy/v2 v2.8.0 - github.com/cloudquery/plugin-sdk/v4 v4.56.0 + github.com/cloudquery/plugin-sdk/v4 v4.57.0 github.com/google/go-cmp v0.6.0 github.com/invopop/jsonschema v0.12.0 github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629 @@ -25,7 +25,7 @@ require ( github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect github.com/bahlo/generic-list-go v0.2.0 // indirect github.com/buger/jsonparser v1.1.1 // indirect - github.com/cloudquery/cloudquery-api-go v1.12.4 // indirect + github.com/cloudquery/cloudquery-api-go v1.12.5 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/goccy/go-json v0.10.3 // indirect github.com/google/flatbuffers v24.3.25+incompatible // indirect diff --git a/go.sum b/go.sum index dbfd374..4102df2 100644 --- a/go.sum +++ b/go.sum @@ -28,12 +28,12 @@ github.com/bradleyjkemp/cupaloy/v2 v2.8.0 h1:any4BmKE+jGIaMpnU8YgH/I2LPiLBufr6oM github.com/bradleyjkemp/cupaloy/v2 v2.8.0/go.mod h1:bm7JXdkRd4BHJk9HpwqAI8BoAY1lps46Enkdqw6aRX0= github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMUs= github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0= -github.com/cloudquery/cloudquery-api-go v1.12.4 h1:48zJRUONRb0AJD/l4u5QZtGsVBq1QUU3M9+/+sCU3xo= -github.com/cloudquery/cloudquery-api-go v1.12.4/go.mod h1:5oo8HHnv2Y7NgcVvZn59xFlYKJUyeP0tcN8JH3IP2Aw= +github.com/cloudquery/cloudquery-api-go v1.12.5 h1:kN/xUofYCefKRqnF5hSfGVPjHcY0soFF1+VjPvqwFQ8= +github.com/cloudquery/cloudquery-api-go v1.12.5/go.mod h1:5oo8HHnv2Y7NgcVvZn59xFlYKJUyeP0tcN8JH3IP2Aw= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66 h1:OZLPSIBYEfvkAUeOeM8CwTgVQy5zhayI99ishCrsFV0= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34= -github.com/cloudquery/plugin-sdk/v4 v4.56.0 h1:x06ypwoCOBhxJTtX5Mtmzyr6j0QxhOYV/y60tB9VkGU= -github.com/cloudquery/plugin-sdk/v4 v4.56.0/go.mod h1:AQeTVmFxAklgKEAXGyglSkNRFinIDt7OLoy2lLLyufY= +github.com/cloudquery/plugin-sdk/v4 v4.57.0 h1:D13eADtYsn2vcb92mJP+ScMYHgpphu3Xi4Kc+js8Rl0= +github.com/cloudquery/plugin-sdk/v4 v4.57.0/go.mod h1:d6DjXPGAc7suTCjdIgt/7CVhV4L/Izp2yYkn7eZLuSs= github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= From 2e60046d2771eaf0e61d36b53f277255e8e466a2 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Fri, 2 Aug 2024 16:19:46 +0300 Subject: [PATCH 10/38] fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.57.1 (#253) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | patch | `v4.57.0` -> `v4.57.1` | --- ### Release Notes
cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4) ### [`v4.57.1`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.57.1) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.57.0...v4.57.1) ##### Bug Fixes - **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.12.6 ([#​1850](https://togithub.com/cloudquery/plugin-sdk/issues/1850)) ([4ef35bf](https://togithub.com/cloudquery/plugin-sdk/commit/4ef35bf659f2a028cf9c46c42c7c9abb496d772b)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.21.5 ([#​1852](https://togithub.com/cloudquery/plugin-sdk/issues/1852)) ([a13ee97](https://togithub.com/cloudquery/plugin-sdk/commit/a13ee97503ca1312e5547c9d383397c088e6c5d7))
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- go.mod | 4 ++-- go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 9f54fd6..497e235 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armmanagedapplications v1.2.0 github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/solutions/armmanagedapplications/v2 v2.1.0 github.com/bradleyjkemp/cupaloy/v2 v2.8.0 - github.com/cloudquery/plugin-sdk/v4 v4.57.0 + github.com/cloudquery/plugin-sdk/v4 v4.57.1 github.com/google/go-cmp v0.6.0 github.com/invopop/jsonschema v0.12.0 github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629 @@ -25,7 +25,7 @@ require ( github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect github.com/bahlo/generic-list-go v0.2.0 // indirect github.com/buger/jsonparser v1.1.1 // indirect - github.com/cloudquery/cloudquery-api-go v1.12.5 // indirect + github.com/cloudquery/cloudquery-api-go v1.12.6 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/goccy/go-json v0.10.3 // indirect github.com/google/flatbuffers v24.3.25+incompatible // indirect diff --git a/go.sum b/go.sum index 4102df2..28fbb5f 100644 --- a/go.sum +++ b/go.sum @@ -28,12 +28,12 @@ github.com/bradleyjkemp/cupaloy/v2 v2.8.0 h1:any4BmKE+jGIaMpnU8YgH/I2LPiLBufr6oM github.com/bradleyjkemp/cupaloy/v2 v2.8.0/go.mod h1:bm7JXdkRd4BHJk9HpwqAI8BoAY1lps46Enkdqw6aRX0= github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMUs= github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0= -github.com/cloudquery/cloudquery-api-go v1.12.5 h1:kN/xUofYCefKRqnF5hSfGVPjHcY0soFF1+VjPvqwFQ8= -github.com/cloudquery/cloudquery-api-go v1.12.5/go.mod h1:5oo8HHnv2Y7NgcVvZn59xFlYKJUyeP0tcN8JH3IP2Aw= +github.com/cloudquery/cloudquery-api-go v1.12.6 h1:qs7sXOzwRZCvtwVdI/7HueLmPE59uInJKYwdfUwfOUM= +github.com/cloudquery/cloudquery-api-go v1.12.6/go.mod h1:5oo8HHnv2Y7NgcVvZn59xFlYKJUyeP0tcN8JH3IP2Aw= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66 h1:OZLPSIBYEfvkAUeOeM8CwTgVQy5zhayI99ishCrsFV0= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34= -github.com/cloudquery/plugin-sdk/v4 v4.57.0 h1:D13eADtYsn2vcb92mJP+ScMYHgpphu3Xi4Kc+js8Rl0= -github.com/cloudquery/plugin-sdk/v4 v4.57.0/go.mod h1:d6DjXPGAc7suTCjdIgt/7CVhV4L/Izp2yYkn7eZLuSs= +github.com/cloudquery/plugin-sdk/v4 v4.57.1 h1:W/mtCPvY8bXPiPqWPT5wWwZLX8YkzP82dWENiESBg2g= +github.com/cloudquery/plugin-sdk/v4 v4.57.1/go.mod h1:wHY79NQucudWJ/PZOwwGpLQH7wjsYJtF9tE4sUwKKr4= github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= From a1deff09be5f99b3236fef066a103bc7a31cb4e8 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Fri, 2 Aug 2024 19:22:40 +0300 Subject: [PATCH 11/38] fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.58.0 (#254) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | minor | `v4.57.1` -> `v4.58.0` | --- ### Release Notes
cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4) ### [`v4.58.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.58.0) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.57.1...v4.58.0) ##### Features - Support AWS usage marketplace ([#​1770](https://togithub.com/cloudquery/plugin-sdk/issues/1770)) ([1eb6d1a](https://togithub.com/cloudquery/plugin-sdk/commit/1eb6d1aabab7db02458f56ea448af750ffb082ae))
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 497e235..77fba21 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armmanagedapplications v1.2.0 github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/solutions/armmanagedapplications/v2 v2.1.0 github.com/bradleyjkemp/cupaloy/v2 v2.8.0 - github.com/cloudquery/plugin-sdk/v4 v4.57.1 + github.com/cloudquery/plugin-sdk/v4 v4.58.0 github.com/google/go-cmp v0.6.0 github.com/invopop/jsonschema v0.12.0 github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629 diff --git a/go.sum b/go.sum index 28fbb5f..a9c2384 100644 --- a/go.sum +++ b/go.sum @@ -32,8 +32,8 @@ github.com/cloudquery/cloudquery-api-go v1.12.6 h1:qs7sXOzwRZCvtwVdI/7HueLmPE59u github.com/cloudquery/cloudquery-api-go v1.12.6/go.mod h1:5oo8HHnv2Y7NgcVvZn59xFlYKJUyeP0tcN8JH3IP2Aw= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66 h1:OZLPSIBYEfvkAUeOeM8CwTgVQy5zhayI99ishCrsFV0= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34= -github.com/cloudquery/plugin-sdk/v4 v4.57.1 h1:W/mtCPvY8bXPiPqWPT5wWwZLX8YkzP82dWENiESBg2g= -github.com/cloudquery/plugin-sdk/v4 v4.57.1/go.mod h1:wHY79NQucudWJ/PZOwwGpLQH7wjsYJtF9tE4sUwKKr4= +github.com/cloudquery/plugin-sdk/v4 v4.58.0 h1:Ai8nz+kSfMIah9hDeOzneDfB7UFAkTEFKUjkvpBqpck= +github.com/cloudquery/plugin-sdk/v4 v4.58.0/go.mod h1:jJDJq2D8zNEHHDZn+RDvztzP+vp2QmtV+v9hTb6WeDQ= github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= From 1279f8d4a784203d4188c615616b66d53657ea5c Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 5 Aug 2024 11:21:52 +0300 Subject: [PATCH 12/38] fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.58.1 (#255) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | patch | `v4.58.0` -> `v4.58.1` | --- ### Release Notes
cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4) ### [`v4.58.1`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.58.1) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.58.0...v4.58.1) ##### Bug Fixes - **deps:** Update aws-sdk-go-v2 monorepo ([#​1857](https://togithub.com/cloudquery/plugin-sdk/issues/1857)) ([45a74e8](https://togithub.com/cloudquery/plugin-sdk/commit/45a74e83f22e2564cb43f121295738d7e10cec6a))
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 77fba21..66b0f37 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armmanagedapplications v1.2.0 github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/solutions/armmanagedapplications/v2 v2.1.0 github.com/bradleyjkemp/cupaloy/v2 v2.8.0 - github.com/cloudquery/plugin-sdk/v4 v4.58.0 + github.com/cloudquery/plugin-sdk/v4 v4.58.1 github.com/google/go-cmp v0.6.0 github.com/invopop/jsonschema v0.12.0 github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629 diff --git a/go.sum b/go.sum index a9c2384..0852c8b 100644 --- a/go.sum +++ b/go.sum @@ -32,8 +32,8 @@ github.com/cloudquery/cloudquery-api-go v1.12.6 h1:qs7sXOzwRZCvtwVdI/7HueLmPE59u github.com/cloudquery/cloudquery-api-go v1.12.6/go.mod h1:5oo8HHnv2Y7NgcVvZn59xFlYKJUyeP0tcN8JH3IP2Aw= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66 h1:OZLPSIBYEfvkAUeOeM8CwTgVQy5zhayI99ishCrsFV0= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34= -github.com/cloudquery/plugin-sdk/v4 v4.58.0 h1:Ai8nz+kSfMIah9hDeOzneDfB7UFAkTEFKUjkvpBqpck= -github.com/cloudquery/plugin-sdk/v4 v4.58.0/go.mod h1:jJDJq2D8zNEHHDZn+RDvztzP+vp2QmtV+v9hTb6WeDQ= +github.com/cloudquery/plugin-sdk/v4 v4.58.1 h1:4NS6A2blo3MPncOkbKBw43GzQF99YqbUNIvuPcV6QtE= +github.com/cloudquery/plugin-sdk/v4 v4.58.1/go.mod h1:lwEGIieSh3kLHZ2+6nuAaDwBfeMra8Zo5huwiOIoPrg= github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= From 846d696a5ea9464ba7a87b62580d2fd96eaf2c41 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Thu, 8 Aug 2024 21:21:45 +0300 Subject: [PATCH 13/38] fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.59.0 (#256) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | minor | `v4.58.1` -> `v4.59.0` | --- ### Release Notes
cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4) ### [`v4.59.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.59.0) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.58.1...v4.59.0) ##### Features - Add basic testing large syncs support ([#​1862](https://togithub.com/cloudquery/plugin-sdk/issues/1862)) ([40a0095](https://togithub.com/cloudquery/plugin-sdk/commit/40a009574bb3392865a3da7217385c8e389b7a55)) ##### Bug Fixes - **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.12.7 ([#​1860](https://togithub.com/cloudquery/plugin-sdk/issues/1860)) ([25ed3d2](https://togithub.com/cloudquery/plugin-sdk/commit/25ed3d25a529a22f351ab92e22fb03a19c9557d4))
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- go.mod | 4 ++-- go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 66b0f37..de8c7cb 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armmanagedapplications v1.2.0 github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/solutions/armmanagedapplications/v2 v2.1.0 github.com/bradleyjkemp/cupaloy/v2 v2.8.0 - github.com/cloudquery/plugin-sdk/v4 v4.58.1 + github.com/cloudquery/plugin-sdk/v4 v4.59.0 github.com/google/go-cmp v0.6.0 github.com/invopop/jsonschema v0.12.0 github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629 @@ -25,7 +25,7 @@ require ( github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect github.com/bahlo/generic-list-go v0.2.0 // indirect github.com/buger/jsonparser v1.1.1 // indirect - github.com/cloudquery/cloudquery-api-go v1.12.6 // indirect + github.com/cloudquery/cloudquery-api-go v1.12.7 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/goccy/go-json v0.10.3 // indirect github.com/google/flatbuffers v24.3.25+incompatible // indirect diff --git a/go.sum b/go.sum index 0852c8b..0706ef4 100644 --- a/go.sum +++ b/go.sum @@ -28,12 +28,12 @@ github.com/bradleyjkemp/cupaloy/v2 v2.8.0 h1:any4BmKE+jGIaMpnU8YgH/I2LPiLBufr6oM github.com/bradleyjkemp/cupaloy/v2 v2.8.0/go.mod h1:bm7JXdkRd4BHJk9HpwqAI8BoAY1lps46Enkdqw6aRX0= github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMUs= github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0= -github.com/cloudquery/cloudquery-api-go v1.12.6 h1:qs7sXOzwRZCvtwVdI/7HueLmPE59uInJKYwdfUwfOUM= -github.com/cloudquery/cloudquery-api-go v1.12.6/go.mod h1:5oo8HHnv2Y7NgcVvZn59xFlYKJUyeP0tcN8JH3IP2Aw= +github.com/cloudquery/cloudquery-api-go v1.12.7 h1:d55cHYl2+MRqcoi/vKxnKAxm17AvxUAXm14x1GFicEc= +github.com/cloudquery/cloudquery-api-go v1.12.7/go.mod h1:5oo8HHnv2Y7NgcVvZn59xFlYKJUyeP0tcN8JH3IP2Aw= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66 h1:OZLPSIBYEfvkAUeOeM8CwTgVQy5zhayI99ishCrsFV0= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34= -github.com/cloudquery/plugin-sdk/v4 v4.58.1 h1:4NS6A2blo3MPncOkbKBw43GzQF99YqbUNIvuPcV6QtE= -github.com/cloudquery/plugin-sdk/v4 v4.58.1/go.mod h1:lwEGIieSh3kLHZ2+6nuAaDwBfeMra8Zo5huwiOIoPrg= +github.com/cloudquery/plugin-sdk/v4 v4.59.0 h1:J0SUVqvZ/fGtm5/7/DyD/8XcPXqz7Y36/YMjEUoIcHc= +github.com/cloudquery/plugin-sdk/v4 v4.59.0/go.mod h1:qD2/QSSYWkjn+AlENPE06OwpXRqNoIYeEkJh0Ts9Afo= github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= From e9ee8f2c5c5aa2993899997c4832ec94dbcc7410 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Tue, 13 Aug 2024 11:43:29 +0300 Subject: [PATCH 14/38] fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.60.0 (#257) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | minor | `v4.59.0` -> `v4.60.0` | --- ### Release Notes
cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4) ### [`v4.60.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.60.0) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.59.0...v4.60.0) ##### Features - Add RemoteOAuth Token helper to refresh `access_token` from cloud environment ([#​1866](https://togithub.com/cloudquery/plugin-sdk/issues/1866)) ([bcd9081](https://togithub.com/cloudquery/plugin-sdk/commit/bcd9081baf6b1e7311237a8b46e0a13c109ac4ba)) ##### Bug Fixes - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.22.0 ([#​1864](https://togithub.com/cloudquery/plugin-sdk/issues/1864)) ([382f980](https://togithub.com/cloudquery/plugin-sdk/commit/382f98014ae8b72a5493bd06e72d4e1de8398e88))
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index de8c7cb..854755b 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armmanagedapplications v1.2.0 github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/solutions/armmanagedapplications/v2 v2.1.0 github.com/bradleyjkemp/cupaloy/v2 v2.8.0 - github.com/cloudquery/plugin-sdk/v4 v4.59.0 + github.com/cloudquery/plugin-sdk/v4 v4.60.0 github.com/google/go-cmp v0.6.0 github.com/invopop/jsonschema v0.12.0 github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629 diff --git a/go.sum b/go.sum index 0706ef4..67c867e 100644 --- a/go.sum +++ b/go.sum @@ -32,8 +32,8 @@ github.com/cloudquery/cloudquery-api-go v1.12.7 h1:d55cHYl2+MRqcoi/vKxnKAxm17Avx github.com/cloudquery/cloudquery-api-go v1.12.7/go.mod h1:5oo8HHnv2Y7NgcVvZn59xFlYKJUyeP0tcN8JH3IP2Aw= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66 h1:OZLPSIBYEfvkAUeOeM8CwTgVQy5zhayI99ishCrsFV0= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34= -github.com/cloudquery/plugin-sdk/v4 v4.59.0 h1:J0SUVqvZ/fGtm5/7/DyD/8XcPXqz7Y36/YMjEUoIcHc= -github.com/cloudquery/plugin-sdk/v4 v4.59.0/go.mod h1:qD2/QSSYWkjn+AlENPE06OwpXRqNoIYeEkJh0Ts9Afo= +github.com/cloudquery/plugin-sdk/v4 v4.60.0 h1:lmXD+LDBPeSpyaMh1w0jBmlsQk7U1dPVdNtNSVu+aHQ= +github.com/cloudquery/plugin-sdk/v4 v4.60.0/go.mod h1:aysdUPAwwInoKtCLf8NblVk/xJaGGvQwI3Rc8dwaxZ4= github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= From cd61ac1136b2b6889302fd435ea82570e4f01fc0 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sun, 1 Sep 2024 03:47:28 +0300 Subject: [PATCH 15/38] fix(deps): Update golang.org/x/exp digest to 9b4947d (#258) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang.org/x/exp | require | digest | `8a7402a` -> `9b4947d` | --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- go.mod | 14 +++++++------- go.sum | 32 ++++++++++++++++---------------- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/go.mod b/go.mod index 854755b..6d2bc24 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( github.com/invopop/jsonschema v0.12.0 github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629 github.com/stretchr/testify v1.9.0 - golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 + golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 ) // github.com/cloudquery/jsonschema @ cqmain @@ -43,12 +43,12 @@ require ( github.com/thoas/go-funk v0.9.3 // indirect github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect github.com/zeebo/xxh3 v1.0.2 // indirect - golang.org/x/mod v0.19.0 // indirect - golang.org/x/net v0.27.0 // indirect - golang.org/x/sync v0.7.0 // indirect - golang.org/x/sys v0.22.0 // indirect - golang.org/x/text v0.16.0 // indirect - golang.org/x/tools v0.23.0 // indirect + golang.org/x/mod v0.20.0 // indirect + golang.org/x/net v0.28.0 // indirect + golang.org/x/sync v0.8.0 // indirect + golang.org/x/sys v0.23.0 // indirect + golang.org/x/text v0.17.0 // indirect + golang.org/x/tools v0.24.0 // indirect golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/go.sum b/go.sum index 67c867e..70f4492 100644 --- a/go.sum +++ b/go.sum @@ -113,26 +113,26 @@ github.com/zeebo/assert v1.3.0 h1:g7C04CbJuIDKNPFHmsk4hwZDO5O+kntRxzaUoNXj+IQ= github.com/zeebo/assert v1.3.0/go.mod h1:Pq9JiuJQpG8JLJdtkwrJESF0Foym2/D9XMU5ciN/wJ0= github.com/zeebo/xxh3 v1.0.2 h1:xZmwmqxHZA8AI603jOQ0tMqmBr9lPeFwGg6d+xy9DC0= github.com/zeebo/xxh3 v1.0.2/go.mod h1:5NWz9Sef7zIDm2JHfFlcQvNekmcEl9ekUZQQKCYaDcA= -golang.org/x/crypto v0.25.0 h1:ypSNr+bnYL2YhwoMt2zPxHFmbAN1KZs/njMG3hxUp30= -golang.org/x/crypto v0.25.0/go.mod h1:T+wALwcMOSE0kXgUAnPAHqTLW+XHgcELELW8VaDgm/M= -golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 h1:2dVuKD2vS7b0QIHQbpyTISPd0LeHDbnYEryqj5Q1ug8= -golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56/go.mod h1:M4RDyNAINzryxdtnbRXRL/OHtkFuWGRjvuhBJpk2IlY= -golang.org/x/mod v0.19.0 h1:fEdghXQSo20giMthA7cd28ZC+jts4amQ3YMXiP5oMQ8= -golang.org/x/mod v0.19.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c= -golang.org/x/net v0.27.0 h1:5K3Njcw06/l2y9vpGCSdcxWOYHOUk3dVNGDXN+FvAys= -golang.org/x/net v0.27.0/go.mod h1:dDi0PyhWNoiUOrAS8uXv/vnScO4wnHQO4mj9fn/RytE= -golang.org/x/sync v0.7.0 h1:YsImfSBoP9QPYL0xyKJPq0gcaJdG3rInoqxTWbfQu9M= -golang.org/x/sync v0.7.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= +golang.org/x/crypto v0.26.0 h1:RrRspgV4mU+YwB4FYnuBoKsUapNIL5cohGAmSH3azsw= +golang.org/x/crypto v0.26.0/go.mod h1:GY7jblb9wI+FOo5y8/S2oY4zWP07AkOJ4+jxCqdqn54= +golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 h1:kx6Ds3MlpiUHKj7syVnbp57++8WpuKPcR5yjLBjvLEA= +golang.org/x/exp v0.0.0-20240823005443-9b4947da3948/go.mod h1:akd2r19cwCdwSwWeIdzYQGa/EZZyqcOdwWiwj5L5eKQ= +golang.org/x/mod v0.20.0 h1:utOm6MM3R3dnawAiJgn0y+xvuYRsm1RKM/4giyfDgV0= +golang.org/x/mod v0.20.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c= +golang.org/x/net v0.28.0 h1:a9JDOJc5GMUJ0+UDqmLT86WiEy7iWyIhz8gz8E4e5hE= +golang.org/x/net v0.28.0/go.mod h1:yqtgsTWOOnlGLG9GFRrK3++bGOUEkNBoHZc8MEDWPNg= +golang.org/x/sync v0.8.0 h1:3NFvSEYkUoMifnESzZl15y791HH1qU2xm6eCJU5ZPXQ= +golang.org/x/sync v0.8.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.22.0 h1:RI27ohtqKCnwULzJLqkv897zojh5/DwS/ENaMzUOaWI= -golang.org/x/sys v0.22.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= -golang.org/x/text v0.16.0 h1:a94ExnEXNtEwYLGJSIUxnWoxoRz/ZcCsV63ROupILh4= -golang.org/x/text v0.16.0/go.mod h1:GhwF1Be+LQoKShO3cGOHzqOgRrGaYc9AvblQOmPVHnI= -golang.org/x/tools v0.23.0 h1:SGsXPZ+2l4JsgaCKkx+FQ9YZ5XEtA1GZYuoDjenLjvg= -golang.org/x/tools v0.23.0/go.mod h1:pnu6ufv6vQkll6szChhK3C3L/ruaIv5eBeztNG8wtsI= +golang.org/x/sys v0.23.0 h1:YfKFowiIMvtgl1UERQoTPPToxltDeZfbj4H7dVUCwmM= +golang.org/x/sys v0.23.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/text v0.17.0 h1:XtiM5bkSOt+ewxlOE/aE/AKEHibwj/6gvWMl9Rsh0Qc= +golang.org/x/text v0.17.0/go.mod h1:BuEKDfySbSR4drPmRPG/7iBdf8hvFMuRexcpahXilzY= +golang.org/x/tools v0.24.0 h1:J1shsA93PJUEVaUSaay7UXAyE8aimq3GW0pjlolpa24= +golang.org/x/tools v0.24.0/go.mod h1:YhNqVBIfWHdzvTLs0d8LCuMhkKUgSUKldakyV7W/WDQ= golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 h1:+cNy6SZtPcJQH3LJVLOSmiC7MMxXNOb3PU/VUEz+EhU= golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028/go.mod h1:NDW/Ps6MPRej6fsCIbMTohpP40sJ/P/vI1MoTEGwX90= gonum.org/v1/gonum v0.15.0 h1:2lYxjRbTYyxkJxlhC+LvJIx3SsANPdRybu1tGj9/OrQ= From 24e8d2bd49ef00fbf9f371414649638819158daf Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sun, 1 Sep 2024 03:52:26 +0300 Subject: [PATCH 16/38] chore(deps): Update dependency golangci/golangci-lint to v1.60.3 (#259) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [golangci/golangci-lint](https://togithub.com/golangci/golangci-lint) | minor | `v1.59.1` -> `v1.60.3` | --- ### Release Notes
golangci/golangci-lint (golangci/golangci-lint) ### [`v1.60.3`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1603) [Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.60.2...v1.60.3) 1. Updated linters - `gosec`: from [`81cda2f`](https://togithub.com/golangci/golangci-lint/commit/81cda2f91fbe) to [`ab3f6c1`](https://togithub.com/golangci/golangci-lint/commit/ab3f6c1c83a0) (fix `G115` false positives) 2. Misc. - Check that the Go version use to build is greater or equals to the Go version of the project ### [`v1.60.2`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1602) [Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.60.1...v1.60.2) 1. Updated linters - `gofmt`: update to HEAD (go1.22) - `gofumpt`: from 0.6.0 to 0.7.0 - `gosec`: fix G602 analyzer - `gosec`: from [`5f0084e`](https://togithub.com/golangci/golangci-lint/commit/5f0084eb01a9) to [`81cda2f`](https://togithub.com/golangci/golangci-lint/commit/81cda2f91fbe) (adds `G115`, `G405`, `G406`, `G506`, `G507`) - `staticcheck`: from 0.5.0 to 0.5.1 - `staticcheck`: propagate Go version - `wrapcheck`: from 2.8.3 to 2.9.0 - ⚠️ `exportloopref`: deprecation ### [`v1.60.1`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1601) [Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.59.1...v1.60.1) 1. Updated linters - `errorlint`: from 1.5.2 to 1.6.0 - `exhaustruct`: from 3.2.0 to 3.3.0 (recognize custom error values in return) - `fatcontext`: from 0.2.2 to 0.4.0 (fix false positives for context stored in structs) - `gocognit`: from 1.1.2 to 1.1.3 - `gomodguard`: from 1.3.2 to 1.3.3 - `govet` (`printf`): report non-constant format, no args - `lll`: advertise max line length instead of just reporting failure - `revive`: from 1.3.7 to 1.3.9 (new rule: `comments-density`) - `sloglint`: from 0.7.1 to 0.7.2 - `spancheck`: from 0.6.1 to 0.6.2 - `staticcheck`: from 0.4.7 to 0.5.0 - `tenv`: from 1.7.1 to 1.10.0 (remove reports on fuzzing) - `testifylint`: from 1.3.1 to 1.4.3 (new options: `formatter`, `suite-broken-parallel`, `suite-subtest-run`) - `tparallel`: from 0.3.1 to 0.3.2 - `usestdlibvars`: from 1.26.0 to 1.27.0 (fix false-positive with number used inside a mathematical operations) - `wsl`: from 4.2.1 to 4.4.1 - ️⚠️ `unused`: remove `exported-is-used` option 2. Fixes - SARIF: sanitize level property - ️⚠️ `typecheck` issues should never be ignored 3. Documentation - Add link on linter without configuration - Remove 'trusted by' page - `wsl` update documentation of the configuration 4. misc. - 🎉 go1.23 support
--- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- .github/workflows/lint_golang.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint_golang.yml b/.github/workflows/lint_golang.yml index bdb44e2..a47d03c 100644 --- a/.github/workflows/lint_golang.yml +++ b/.github/workflows/lint_golang.yml @@ -20,5 +20,5 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v6 with: - version: v1.59.1 + version: v1.60.3 args: --verbose From 0357f1eb90e7dcf408219c393bbbeb33028e0de3 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Tue, 3 Sep 2024 19:20:31 +0300 Subject: [PATCH 17/38] fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.61.0 (#260) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | minor | `v4.60.0` -> `v4.61.0` | --- ### Release Notes
cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4) ### [`v4.61.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.61.0) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.60.0...v4.61.0) ##### Features - Add remoteoauth helpers (`TokenAuthTransport` and `TokenAuthEditor`) ([#​1875](https://togithub.com/cloudquery/plugin-sdk/issues/1875)) ([bb1be84](https://togithub.com/cloudquery/plugin-sdk/commit/bb1be8421bbe8086c71c3c02cc4ab281e0eceb5b)) - Add warning on duplicate clients for `round-robin` and `shuffle` schedulers ([#​1878](https://togithub.com/cloudquery/plugin-sdk/issues/1878)) ([d148b94](https://togithub.com/cloudquery/plugin-sdk/commit/d148b940b09dd832f771a7bf229e4900659d7846)) ##### Bug Fixes - **deps:** Update aws-sdk-go-v2 monorepo ([#​1872](https://togithub.com/cloudquery/plugin-sdk/issues/1872)) ([80eb38a](https://togithub.com/cloudquery/plugin-sdk/commit/80eb38a318bbfd14db2d6a0031e0a2ef467e8a29)) - **deps:** Update golang.org/x/exp digest to [`9b4947d`](https://togithub.com/cloudquery/plugin-sdk/commit/9b4947d) ([#​1881](https://togithub.com/cloudquery/plugin-sdk/issues/1881)) ([bbeb846](https://togithub.com/cloudquery/plugin-sdk/commit/bbeb846aadac0c6f4c8592003a3b4aac2e60b024)) - **deps:** Update module github.com/aws/aws-sdk-go-v2/config to v1.27.30 ([#​1876](https://togithub.com/cloudquery/plugin-sdk/issues/1876)) ([0319ff3](https://togithub.com/cloudquery/plugin-sdk/commit/0319ff3023b3c79f3463e28f0dfc9a19441d5063)) - **deps:** Update module github.com/aws/aws-sdk-go-v2/config to v1.27.31 ([#​1879](https://togithub.com/cloudquery/plugin-sdk/issues/1879)) ([4dc8f41](https://togithub.com/cloudquery/plugin-sdk/commit/4dc8f417d986749565e67f9bce0cb172e789d74f)) - **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.12.8 ([#​1870](https://togithub.com/cloudquery/plugin-sdk/issues/1870)) ([96a5194](https://togithub.com/cloudquery/plugin-sdk/commit/96a51947cd67a22545fb863c4437fe21de170dfb)) - **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.12.9 ([#​1873](https://togithub.com/cloudquery/plugin-sdk/issues/1873)) ([76d4f9f](https://togithub.com/cloudquery/plugin-sdk/commit/76d4f9f11b8a4f10327d02894ef109e282f1f58b)) - **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.13.0 ([#​1874](https://togithub.com/cloudquery/plugin-sdk/issues/1874)) ([e091d8a](https://togithub.com/cloudquery/plugin-sdk/commit/e091d8a7091f9d52da068813efacdaa37b7ae0b5)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.22.1 ([#​1877](https://togithub.com/cloudquery/plugin-sdk/issues/1877)) ([11aaab4](https://togithub.com/cloudquery/plugin-sdk/commit/11aaab425f9182af49bf0d92d5829a70d624b538)) - **deps:** Update module golang.org/x/oauth2 to v0.22.0 ([#​1883](https://togithub.com/cloudquery/plugin-sdk/issues/1883)) ([2a40306](https://togithub.com/cloudquery/plugin-sdk/commit/2a40306b74e7926078b4576d9f1940e772f0ee1b)) - **deps:** Update module google.golang.org/grpc to v1.66.0 ([#​1880](https://togithub.com/cloudquery/plugin-sdk/issues/1880)) ([a907ea6](https://togithub.com/cloudquery/plugin-sdk/commit/a907ea632a7e5e0803202a1930222eeeaca50d8e)) - **deps:** Update opentelemetry-go monorepo ([#​1884](https://togithub.com/cloudquery/plugin-sdk/issues/1884)) ([9be63fe](https://togithub.com/cloudquery/plugin-sdk/commit/9be63feb754ad6503dedb45d2e921aee2c804ade)) - Fix panic when converting schema changes to string ([#​1885](https://togithub.com/cloudquery/plugin-sdk/issues/1885)) ([8274f17](https://togithub.com/cloudquery/plugin-sdk/commit/8274f172ebf65c085a8d004808404564f7903ffa))
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- go.mod | 6 +++--- go.sum | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/go.mod b/go.mod index 6d2bc24..7774db1 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armmanagedapplications v1.2.0 github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/solutions/armmanagedapplications/v2 v2.1.0 github.com/bradleyjkemp/cupaloy/v2 v2.8.0 - github.com/cloudquery/plugin-sdk/v4 v4.60.0 + github.com/cloudquery/plugin-sdk/v4 v4.61.0 github.com/google/go-cmp v0.6.0 github.com/invopop/jsonschema v0.12.0 github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629 @@ -25,7 +25,7 @@ require ( github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect github.com/bahlo/generic-list-go v0.2.0 // indirect github.com/buger/jsonparser v1.1.1 // indirect - github.com/cloudquery/cloudquery-api-go v1.12.7 // indirect + github.com/cloudquery/cloudquery-api-go v1.13.0 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/goccy/go-json v0.10.3 // indirect github.com/google/flatbuffers v24.3.25+incompatible // indirect @@ -46,7 +46,7 @@ require ( golang.org/x/mod v0.20.0 // indirect golang.org/x/net v0.28.0 // indirect golang.org/x/sync v0.8.0 // indirect - golang.org/x/sys v0.23.0 // indirect + golang.org/x/sys v0.24.0 // indirect golang.org/x/text v0.17.0 // indirect golang.org/x/tools v0.24.0 // indirect golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect diff --git a/go.sum b/go.sum index 70f4492..90c96fd 100644 --- a/go.sum +++ b/go.sum @@ -28,12 +28,12 @@ github.com/bradleyjkemp/cupaloy/v2 v2.8.0 h1:any4BmKE+jGIaMpnU8YgH/I2LPiLBufr6oM github.com/bradleyjkemp/cupaloy/v2 v2.8.0/go.mod h1:bm7JXdkRd4BHJk9HpwqAI8BoAY1lps46Enkdqw6aRX0= github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMUs= github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0= -github.com/cloudquery/cloudquery-api-go v1.12.7 h1:d55cHYl2+MRqcoi/vKxnKAxm17AvxUAXm14x1GFicEc= -github.com/cloudquery/cloudquery-api-go v1.12.7/go.mod h1:5oo8HHnv2Y7NgcVvZn59xFlYKJUyeP0tcN8JH3IP2Aw= +github.com/cloudquery/cloudquery-api-go v1.13.0 h1:/yv9iaCUFjcmIgkLjY3iPVEWajtGFyFzaSaykszdJmo= +github.com/cloudquery/cloudquery-api-go v1.13.0/go.mod h1:5oo8HHnv2Y7NgcVvZn59xFlYKJUyeP0tcN8JH3IP2Aw= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66 h1:OZLPSIBYEfvkAUeOeM8CwTgVQy5zhayI99ishCrsFV0= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34= -github.com/cloudquery/plugin-sdk/v4 v4.60.0 h1:lmXD+LDBPeSpyaMh1w0jBmlsQk7U1dPVdNtNSVu+aHQ= -github.com/cloudquery/plugin-sdk/v4 v4.60.0/go.mod h1:aysdUPAwwInoKtCLf8NblVk/xJaGGvQwI3Rc8dwaxZ4= +github.com/cloudquery/plugin-sdk/v4 v4.61.0 h1:Y+s+Gy0BNwLBL7ADhkUE7O5+v2tIEouGIKQglHt0KBE= +github.com/cloudquery/plugin-sdk/v4 v4.61.0/go.mod h1:XBwa+zBagHZKtQkLlLehqcqfkys8OdnCShWei1kT5s4= github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= @@ -127,8 +127,8 @@ golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.23.0 h1:YfKFowiIMvtgl1UERQoTPPToxltDeZfbj4H7dVUCwmM= -golang.org/x/sys v0.23.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.24.0 h1:Twjiwq9dn6R1fQcyiK+wQyHWfaz/BJB+YIpzU/Cv3Xg= +golang.org/x/sys v0.24.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/text v0.17.0 h1:XtiM5bkSOt+ewxlOE/aE/AKEHibwj/6gvWMl9Rsh0Qc= golang.org/x/text v0.17.0/go.mod h1:BuEKDfySbSR4drPmRPG/7iBdf8hvFMuRexcpahXilzY= golang.org/x/tools v0.24.0 h1:J1shsA93PJUEVaUSaay7UXAyE8aimq3GW0pjlolpa24= From 5d4342df48e03e62947d6fb07d8f717d256c7b7c Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Fri, 13 Sep 2024 17:20:41 +0300 Subject: [PATCH 18/38] fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.62.0 (#261) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | minor | `v4.61.0` -> `v4.62.0` | --- ### Release Notes
cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4) ### [`v4.62.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.62.0) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.61.0...v4.62.0) ##### Features - Support Contract Listing For AWS Marketplace ([#​1889](https://togithub.com/cloudquery/plugin-sdk/issues/1889)) ([4654866](https://togithub.com/cloudquery/plugin-sdk/commit/4654866cb423d237cddb696384e910f59539e1d9)) ##### Bug Fixes - **deps:** Update aws-sdk-go-v2 monorepo ([#​1890](https://togithub.com/cloudquery/plugin-sdk/issues/1890)) ([b185e11](https://togithub.com/cloudquery/plugin-sdk/commit/b185e11bad937fbbeb9178f88f0ede749088efc7)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.22.2 ([#​1887](https://togithub.com/cloudquery/plugin-sdk/issues/1887)) ([a881fac](https://togithub.com/cloudquery/plugin-sdk/commit/a881fac8976ecfb83101c6268d114e28e19bd2f2))
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 7774db1..a207559 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armmanagedapplications v1.2.0 github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/solutions/armmanagedapplications/v2 v2.1.0 github.com/bradleyjkemp/cupaloy/v2 v2.8.0 - github.com/cloudquery/plugin-sdk/v4 v4.61.0 + github.com/cloudquery/plugin-sdk/v4 v4.62.0 github.com/google/go-cmp v0.6.0 github.com/invopop/jsonschema v0.12.0 github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629 diff --git a/go.sum b/go.sum index 90c96fd..ade5541 100644 --- a/go.sum +++ b/go.sum @@ -32,8 +32,8 @@ github.com/cloudquery/cloudquery-api-go v1.13.0 h1:/yv9iaCUFjcmIgkLjY3iPVEWajtGF github.com/cloudquery/cloudquery-api-go v1.13.0/go.mod h1:5oo8HHnv2Y7NgcVvZn59xFlYKJUyeP0tcN8JH3IP2Aw= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66 h1:OZLPSIBYEfvkAUeOeM8CwTgVQy5zhayI99ishCrsFV0= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34= -github.com/cloudquery/plugin-sdk/v4 v4.61.0 h1:Y+s+Gy0BNwLBL7ADhkUE7O5+v2tIEouGIKQglHt0KBE= -github.com/cloudquery/plugin-sdk/v4 v4.61.0/go.mod h1:XBwa+zBagHZKtQkLlLehqcqfkys8OdnCShWei1kT5s4= +github.com/cloudquery/plugin-sdk/v4 v4.62.0 h1:nQajxuZ9ELjldVXI9uh7/omaaqm3h0Bx5xYHtairKyw= +github.com/cloudquery/plugin-sdk/v4 v4.62.0/go.mod h1:DgWz3GOl5zcEnqKb7PING77htuSq0zqS0WLIWQHkUpM= github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= From c5b6d2751db6ad9e5d4cdbf467ba255dd7dec31d Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 18 Sep 2024 15:23:48 +0300 Subject: [PATCH 19/38] fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.63.0 (#262) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | minor | `v4.62.0` -> `v4.63.0` | --- ### Release Notes
cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4) ### [`v4.63.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.63.0) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.62.0...v4.63.0) ##### Features - Add sync sharding ([#​1891](https://togithub.com/cloudquery/plugin-sdk/issues/1891)) ([e1823f8](https://togithub.com/cloudquery/plugin-sdk/commit/e1823f82fd3c457f1f58c266bfd9519b547f31c9)) ##### Bug Fixes - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.22.3 ([#​1895](https://togithub.com/cloudquery/plugin-sdk/issues/1895)) ([b05d24b](https://togithub.com/cloudquery/plugin-sdk/commit/b05d24b345ec519deef70156377338e6b41d8108)) - **deps:** Update module google.golang.org/grpc to v1.66.2 ([#​1893](https://togithub.com/cloudquery/plugin-sdk/issues/1893)) ([6d70b88](https://togithub.com/cloudquery/plugin-sdk/commit/6d70b88808aa144c4c05e007b291bd8d958858e4))
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- go.mod | 18 ++++++++++-------- go.sum | 32 ++++++++++++++++---------------- 2 files changed, 26 insertions(+), 24 deletions(-) diff --git a/go.mod b/go.mod index a207559..6674f28 100644 --- a/go.mod +++ b/go.mod @@ -1,18 +1,20 @@ module github.com/cloudquery/codegen -go 1.21.11 +go 1.22.0 + +toolchain go1.23.1 require ( github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appconfiguration/armappconfiguration/v2 v2.1.0 github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armmanagedapplications v1.2.0 github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/solutions/armmanagedapplications/v2 v2.1.0 github.com/bradleyjkemp/cupaloy/v2 v2.8.0 - github.com/cloudquery/plugin-sdk/v4 v4.62.0 + github.com/cloudquery/plugin-sdk/v4 v4.63.0 github.com/google/go-cmp v0.6.0 github.com/invopop/jsonschema v0.12.0 github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629 github.com/stretchr/testify v1.9.0 - golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 + golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 ) // github.com/cloudquery/jsonschema @ cqmain @@ -43,12 +45,12 @@ require ( github.com/thoas/go-funk v0.9.3 // indirect github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect github.com/zeebo/xxh3 v1.0.2 // indirect - golang.org/x/mod v0.20.0 // indirect - golang.org/x/net v0.28.0 // indirect + golang.org/x/mod v0.21.0 // indirect + golang.org/x/net v0.29.0 // indirect golang.org/x/sync v0.8.0 // indirect - golang.org/x/sys v0.24.0 // indirect - golang.org/x/text v0.17.0 // indirect - golang.org/x/tools v0.24.0 // indirect + golang.org/x/sys v0.25.0 // indirect + golang.org/x/text v0.18.0 // indirect + golang.org/x/tools v0.25.0 // indirect golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/go.sum b/go.sum index ade5541..59b6e42 100644 --- a/go.sum +++ b/go.sum @@ -32,8 +32,8 @@ github.com/cloudquery/cloudquery-api-go v1.13.0 h1:/yv9iaCUFjcmIgkLjY3iPVEWajtGF github.com/cloudquery/cloudquery-api-go v1.13.0/go.mod h1:5oo8HHnv2Y7NgcVvZn59xFlYKJUyeP0tcN8JH3IP2Aw= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66 h1:OZLPSIBYEfvkAUeOeM8CwTgVQy5zhayI99ishCrsFV0= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34= -github.com/cloudquery/plugin-sdk/v4 v4.62.0 h1:nQajxuZ9ELjldVXI9uh7/omaaqm3h0Bx5xYHtairKyw= -github.com/cloudquery/plugin-sdk/v4 v4.62.0/go.mod h1:DgWz3GOl5zcEnqKb7PING77htuSq0zqS0WLIWQHkUpM= +github.com/cloudquery/plugin-sdk/v4 v4.63.0 h1:9+rvKtKCiBvo6Voaw+QDivU50J4TbU2bLUA/SchBcic= +github.com/cloudquery/plugin-sdk/v4 v4.63.0/go.mod h1:VmvclH2+ia/L5ZWA7wq4jpE1FyiTmZJuveJhje/ywX8= github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= @@ -113,26 +113,26 @@ github.com/zeebo/assert v1.3.0 h1:g7C04CbJuIDKNPFHmsk4hwZDO5O+kntRxzaUoNXj+IQ= github.com/zeebo/assert v1.3.0/go.mod h1:Pq9JiuJQpG8JLJdtkwrJESF0Foym2/D9XMU5ciN/wJ0= github.com/zeebo/xxh3 v1.0.2 h1:xZmwmqxHZA8AI603jOQ0tMqmBr9lPeFwGg6d+xy9DC0= github.com/zeebo/xxh3 v1.0.2/go.mod h1:5NWz9Sef7zIDm2JHfFlcQvNekmcEl9ekUZQQKCYaDcA= -golang.org/x/crypto v0.26.0 h1:RrRspgV4mU+YwB4FYnuBoKsUapNIL5cohGAmSH3azsw= -golang.org/x/crypto v0.26.0/go.mod h1:GY7jblb9wI+FOo5y8/S2oY4zWP07AkOJ4+jxCqdqn54= -golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 h1:kx6Ds3MlpiUHKj7syVnbp57++8WpuKPcR5yjLBjvLEA= -golang.org/x/exp v0.0.0-20240823005443-9b4947da3948/go.mod h1:akd2r19cwCdwSwWeIdzYQGa/EZZyqcOdwWiwj5L5eKQ= -golang.org/x/mod v0.20.0 h1:utOm6MM3R3dnawAiJgn0y+xvuYRsm1RKM/4giyfDgV0= -golang.org/x/mod v0.20.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c= -golang.org/x/net v0.28.0 h1:a9JDOJc5GMUJ0+UDqmLT86WiEy7iWyIhz8gz8E4e5hE= -golang.org/x/net v0.28.0/go.mod h1:yqtgsTWOOnlGLG9GFRrK3++bGOUEkNBoHZc8MEDWPNg= +golang.org/x/crypto v0.27.0 h1:GXm2NjJrPaiv/h1tb2UH8QfgC/hOf/+z0p6PT8o1w7A= +golang.org/x/crypto v0.27.0/go.mod h1:1Xngt8kV6Dvbssa53Ziq6Eqn0HqbZi5Z6R0ZpwQzt70= +golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 h1:e66Fs6Z+fZTbFBAxKfP3PALWBtpfqks2bwGcexMxgtk= +golang.org/x/exp v0.0.0-20240909161429-701f63a606c0/go.mod h1:2TbTHSBQa924w8M6Xs1QcRcFwyucIwBGpK1p2f1YFFY= +golang.org/x/mod v0.21.0 h1:vvrHzRwRfVKSiLrG+d4FMl/Qi4ukBCE6kZlTUkDYRT0= +golang.org/x/mod v0.21.0/go.mod h1:6SkKJ3Xj0I0BrPOZoBy3bdMptDDU9oJrpohJ3eWZ1fY= +golang.org/x/net v0.29.0 h1:5ORfpBpCs4HzDYoodCDBbwHzdR5UrLBZ3sOnUJmFoHo= +golang.org/x/net v0.29.0/go.mod h1:gLkgy8jTGERgjzMic6DS9+SP0ajcu6Xu3Orq/SpETg0= golang.org/x/sync v0.8.0 h1:3NFvSEYkUoMifnESzZl15y791HH1qU2xm6eCJU5ZPXQ= golang.org/x/sync v0.8.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.24.0 h1:Twjiwq9dn6R1fQcyiK+wQyHWfaz/BJB+YIpzU/Cv3Xg= -golang.org/x/sys v0.24.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= -golang.org/x/text v0.17.0 h1:XtiM5bkSOt+ewxlOE/aE/AKEHibwj/6gvWMl9Rsh0Qc= -golang.org/x/text v0.17.0/go.mod h1:BuEKDfySbSR4drPmRPG/7iBdf8hvFMuRexcpahXilzY= -golang.org/x/tools v0.24.0 h1:J1shsA93PJUEVaUSaay7UXAyE8aimq3GW0pjlolpa24= -golang.org/x/tools v0.24.0/go.mod h1:YhNqVBIfWHdzvTLs0d8LCuMhkKUgSUKldakyV7W/WDQ= +golang.org/x/sys v0.25.0 h1:r+8e+loiHxRqhXVl6ML1nO3l1+oFoWbnlu2Ehimmi34= +golang.org/x/sys v0.25.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/text v0.18.0 h1:XvMDiNzPAl0jr17s6W9lcaIhGUfUORdGCNsuLmPG224= +golang.org/x/text v0.18.0/go.mod h1:BuEKDfySbSR4drPmRPG/7iBdf8hvFMuRexcpahXilzY= +golang.org/x/tools v0.25.0 h1:oFU9pkj/iJgs+0DT+VMHrx+oBKs/LJMV+Uvg78sl+fE= +golang.org/x/tools v0.25.0/go.mod h1:/vtpO8WL1N9cQC3FN5zPqb//fRXskFHbLKk4OW1Q7rg= golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 h1:+cNy6SZtPcJQH3LJVLOSmiC7MMxXNOb3PU/VUEz+EhU= golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028/go.mod h1:NDW/Ps6MPRej6fsCIbMTohpP40sJ/P/vI1MoTEGwX90= gonum.org/v1/gonum v0.15.0 h1:2lYxjRbTYyxkJxlhC+LvJIx3SsANPdRybu1tGj9/OrQ= From 60b5ed1a72e2c7ed6bc800a6af6ce9ab4d70c09e Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 30 Sep 2024 20:49:40 -0400 Subject: [PATCH 20/38] chore(deps): Update dependency golangci/golangci-lint to v1.61.0 (#263) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [golangci/golangci-lint](https://togithub.com/golangci/golangci-lint) | minor | `v1.60.3` -> `v1.61.0` | --- ### Release Notes
golangci/golangci-lint (golangci/golangci-lint) ### [`v1.61.0`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1610) [Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.60.3...v1.61.0) 1. Enhancements - Add `junit-xml-extended` format - Exclude Swagger Codegen files by default 2. Updated linters - `dupword`: from 0.0.14 to 0.1.1 - `fatcontext`: from 0.4.0 to 0.5.2 - `gci`: from 0.13.4 to 0.13.5 (new option `no-lex-order`) - `go-ruleguard`: from 0.4.2 to [`0fe6f58`](https://togithub.com/golangci/golangci-lint/commit/0fe6f58b47b1) (fix panic with custom linters) - `godot`: from 1.4.16 to 1.4.17 - `gomodguard`: from 1.3.3 to 1.3.5 - `gosec`: disable temporarily `G407` - `gosec`: from [`ab3f6c1`](https://togithub.com/golangci/golangci-lint/commit/ab3f6c1c83a0) to 2.21.2 (partially fix `G115`) - `intrange`: from 0.1.2 to 0.2.0 - `nolintlint`: remove the empty line in the directive replacement 3. Misc. - Improve runtime version parsing 4. Documentation - Add additional info about `typecheck`
--- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- .github/workflows/lint_golang.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint_golang.yml b/.github/workflows/lint_golang.yml index a47d03c..e1a93e6 100644 --- a/.github/workflows/lint_golang.yml +++ b/.github/workflows/lint_golang.yml @@ -20,5 +20,5 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v6 with: - version: v1.60.3 + version: v1.61.0 args: --verbose From 53c9ba72cdb48479694f3cc1e129a90556df4099 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 2 Oct 2024 13:19:48 -0400 Subject: [PATCH 21/38] fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.64.0 (#264) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | minor | `v4.63.0` -> `v4.64.0` | --- ### Release Notes
cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4) ### [`v4.64.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.64.0) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.63.0...v4.64.0) ##### Features - Add `opts.SchedulerOpts()` helper to convert `plugin.SyncOptions` for scheduler ([#​1900](https://togithub.com/cloudquery/plugin-sdk/issues/1900)) ([242fb55](https://togithub.com/cloudquery/plugin-sdk/commit/242fb55088032f65e1e743dcd861b8f05d8d60ce)) - **remoteoauth:** Add `WithToken` option ([#​1898](https://togithub.com/cloudquery/plugin-sdk/issues/1898)) ([ff7a485](https://togithub.com/cloudquery/plugin-sdk/commit/ff7a485df334cdaa00f8b1a4671595d4fa3fbcdf)) - Update concurrency formula. ([#​1907](https://togithub.com/cloudquery/plugin-sdk/issues/1907)) ([adce99c](https://togithub.com/cloudquery/plugin-sdk/commit/adce99c9613131a3ef160c9127a5c0d33d33e8af)) ##### Bug Fixes - **deps:** Update aws-sdk-go-v2 monorepo ([#​1903](https://togithub.com/cloudquery/plugin-sdk/issues/1903)) ([ce2a0ef](https://togithub.com/cloudquery/plugin-sdk/commit/ce2a0efa3da3d388be954030153919a5577b586f)) - **deps:** Update aws-sdk-go-v2 monorepo ([#​1908](https://togithub.com/cloudquery/plugin-sdk/issues/1908)) ([bea3b00](https://togithub.com/cloudquery/plugin-sdk/commit/bea3b00a52b65f65e564e679a202d8fbd8108712)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.22.4 ([#​1912](https://togithub.com/cloudquery/plugin-sdk/issues/1912)) ([c28aabe](https://togithub.com/cloudquery/plugin-sdk/commit/c28aabeb93fb23432069956d3e3b302bae8b6ed9)) - **deps:** Update module golang.org/x/oauth2 to v0.23.0 ([#​1910](https://togithub.com/cloudquery/plugin-sdk/issues/1910)) ([6fe6414](https://togithub.com/cloudquery/plugin-sdk/commit/6fe64140337ba8d5c1af795abf64318e6138bdf3)) - **deps:** Update module google.golang.org/grpc to v1.67.0 ([#​1904](https://togithub.com/cloudquery/plugin-sdk/issues/1904)) ([a349812](https://togithub.com/cloudquery/plugin-sdk/commit/a3498124b325616d085d302fc0faaffb11c77856)) - **deps:** Update opentelemetry-go monorepo ([#​1911](https://togithub.com/cloudquery/plugin-sdk/issues/1911)) ([78e05e1](https://togithub.com/cloudquery/plugin-sdk/commit/78e05e12bfcb38f675dd83dab0b8b442b6227944))
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 6674f28..025feca 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armmanagedapplications v1.2.0 github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/solutions/armmanagedapplications/v2 v2.1.0 github.com/bradleyjkemp/cupaloy/v2 v2.8.0 - github.com/cloudquery/plugin-sdk/v4 v4.63.0 + github.com/cloudquery/plugin-sdk/v4 v4.64.0 github.com/google/go-cmp v0.6.0 github.com/invopop/jsonschema v0.12.0 github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629 diff --git a/go.sum b/go.sum index 59b6e42..77f87e3 100644 --- a/go.sum +++ b/go.sum @@ -32,8 +32,8 @@ github.com/cloudquery/cloudquery-api-go v1.13.0 h1:/yv9iaCUFjcmIgkLjY3iPVEWajtGF github.com/cloudquery/cloudquery-api-go v1.13.0/go.mod h1:5oo8HHnv2Y7NgcVvZn59xFlYKJUyeP0tcN8JH3IP2Aw= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66 h1:OZLPSIBYEfvkAUeOeM8CwTgVQy5zhayI99ishCrsFV0= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34= -github.com/cloudquery/plugin-sdk/v4 v4.63.0 h1:9+rvKtKCiBvo6Voaw+QDivU50J4TbU2bLUA/SchBcic= -github.com/cloudquery/plugin-sdk/v4 v4.63.0/go.mod h1:VmvclH2+ia/L5ZWA7wq4jpE1FyiTmZJuveJhje/ywX8= +github.com/cloudquery/plugin-sdk/v4 v4.64.0 h1:1bE9Q5SdRh41QEY7OE1hqA0A1uJPEpB0HC93ELDsYtM= +github.com/cloudquery/plugin-sdk/v4 v4.64.0/go.mod h1:ggt3VgStsvaHgVv+eXSwaNgvs+/SDlOn5dKcl91qKJw= github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= From 79728e50bbec4a4e523c40a0ddf9801d4063f029 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:23:35 -0400 Subject: [PATCH 22/38] fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.64.1 (#265) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | patch | `v4.64.0` -> `v4.64.1` | --- ### Release Notes
cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4) ### [`v4.64.1`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.64.1) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.64.0...v4.64.1) ##### Bug Fixes - Error handling in StreamingBatchWriter ([#​1913](https://togithub.com/cloudquery/plugin-sdk/issues/1913)) ([d852119](https://togithub.com/cloudquery/plugin-sdk/commit/d8521194dee50d93d74a7156ed607d442ab1db45))
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 025feca..5e4994d 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armmanagedapplications v1.2.0 github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/solutions/armmanagedapplications/v2 v2.1.0 github.com/bradleyjkemp/cupaloy/v2 v2.8.0 - github.com/cloudquery/plugin-sdk/v4 v4.64.0 + github.com/cloudquery/plugin-sdk/v4 v4.64.1 github.com/google/go-cmp v0.6.0 github.com/invopop/jsonschema v0.12.0 github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629 diff --git a/go.sum b/go.sum index 77f87e3..bdb2ff7 100644 --- a/go.sum +++ b/go.sum @@ -32,8 +32,8 @@ github.com/cloudquery/cloudquery-api-go v1.13.0 h1:/yv9iaCUFjcmIgkLjY3iPVEWajtGF github.com/cloudquery/cloudquery-api-go v1.13.0/go.mod h1:5oo8HHnv2Y7NgcVvZn59xFlYKJUyeP0tcN8JH3IP2Aw= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66 h1:OZLPSIBYEfvkAUeOeM8CwTgVQy5zhayI99ishCrsFV0= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34= -github.com/cloudquery/plugin-sdk/v4 v4.64.0 h1:1bE9Q5SdRh41QEY7OE1hqA0A1uJPEpB0HC93ELDsYtM= -github.com/cloudquery/plugin-sdk/v4 v4.64.0/go.mod h1:ggt3VgStsvaHgVv+eXSwaNgvs+/SDlOn5dKcl91qKJw= +github.com/cloudquery/plugin-sdk/v4 v4.64.1 h1:qnzON2XsSoV4CzmEmM/1q4OX/LQwC9zK0Ao3S12MVas= +github.com/cloudquery/plugin-sdk/v4 v4.64.1/go.mod h1:ggt3VgStsvaHgVv+eXSwaNgvs+/SDlOn5dKcl91qKJw= github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= From 8a47cc92870e7f1f713b80d01c07f6c4baf3c8ca Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Fri, 4 Oct 2024 07:22:59 -0400 Subject: [PATCH 23/38] fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.65.0 (#266) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | minor | `v4.64.1` -> `v4.65.0` | --- ### Release Notes
cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4) ### [`v4.65.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.65.0) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.64.1...v4.65.0) ##### Features - Implement RandomQueue scheduler strategy ([#​1914](https://togithub.com/cloudquery/plugin-sdk/issues/1914)) ([af8ac87](https://togithub.com/cloudquery/plugin-sdk/commit/af8ac87178cc318d2f31cd17efc7c921d6d52e6b)) ##### Bug Fixes - Revert "fix: Error handling in StreamingBatchWriter" ([#​1918](https://togithub.com/cloudquery/plugin-sdk/issues/1918)) ([38b4bfd](https://togithub.com/cloudquery/plugin-sdk/commit/38b4bfd20e17a00d5a2c83e1d48b8b16270592ba)) - **tests:** WriterTestSuite.handleNulls should not overwrite columns ([#​1920](https://togithub.com/cloudquery/plugin-sdk/issues/1920)) ([08e18e2](https://togithub.com/cloudquery/plugin-sdk/commit/08e18e265dfb7e6e77c32244f56acd0f63bf4ead))
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 5e4994d..a484a31 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armmanagedapplications v1.2.0 github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/solutions/armmanagedapplications/v2 v2.1.0 github.com/bradleyjkemp/cupaloy/v2 v2.8.0 - github.com/cloudquery/plugin-sdk/v4 v4.64.1 + github.com/cloudquery/plugin-sdk/v4 v4.65.0 github.com/google/go-cmp v0.6.0 github.com/invopop/jsonschema v0.12.0 github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629 diff --git a/go.sum b/go.sum index bdb2ff7..51f0c35 100644 --- a/go.sum +++ b/go.sum @@ -32,8 +32,8 @@ github.com/cloudquery/cloudquery-api-go v1.13.0 h1:/yv9iaCUFjcmIgkLjY3iPVEWajtGF github.com/cloudquery/cloudquery-api-go v1.13.0/go.mod h1:5oo8HHnv2Y7NgcVvZn59xFlYKJUyeP0tcN8JH3IP2Aw= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66 h1:OZLPSIBYEfvkAUeOeM8CwTgVQy5zhayI99ishCrsFV0= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34= -github.com/cloudquery/plugin-sdk/v4 v4.64.1 h1:qnzON2XsSoV4CzmEmM/1q4OX/LQwC9zK0Ao3S12MVas= -github.com/cloudquery/plugin-sdk/v4 v4.64.1/go.mod h1:ggt3VgStsvaHgVv+eXSwaNgvs+/SDlOn5dKcl91qKJw= +github.com/cloudquery/plugin-sdk/v4 v4.65.0 h1:e5kgab9GW6bOftbWcqvqAVBBqhNQE2PdgJ1ErZRiXHU= +github.com/cloudquery/plugin-sdk/v4 v4.65.0/go.mod h1:ggt3VgStsvaHgVv+eXSwaNgvs+/SDlOn5dKcl91qKJw= github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= From 6c834a81137c33adfa808ff7d2f6a38b8dd1bb84 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 7 Oct 2024 05:21:54 -0400 Subject: [PATCH 24/38] fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.66.0 (#267) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | minor | `v4.65.0` -> `v4.66.0` | --- ### Release Notes
cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4) ### [`v4.66.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.66.0) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.65.0...v4.66.0) ##### Features - Add time.Sleep to mitigate race condition. ([#​1923](https://togithub.com/cloudquery/plugin-sdk/issues/1923)) ([83dfcad](https://togithub.com/cloudquery/plugin-sdk/commit/83dfcad9fcfa802b38bc4e97587e25218822814b)) ##### Bug Fixes - **deps:** Update aws-sdk-go-v2 monorepo ([#​1926](https://togithub.com/cloudquery/plugin-sdk/issues/1926)) ([4fc8896](https://togithub.com/cloudquery/plugin-sdk/commit/4fc8896e6c72f3fc8fbea2bb569d31cf8b34c961)) - **deps:** Update module google.golang.org/grpc to v1.67.1 ([#​1925](https://togithub.com/cloudquery/plugin-sdk/issues/1925)) ([5e0305d](https://togithub.com/cloudquery/plugin-sdk/commit/5e0305dd47297e6d0499fbd2b70589b57e17c625))
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index a484a31..07aa9bb 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armmanagedapplications v1.2.0 github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/solutions/armmanagedapplications/v2 v2.1.0 github.com/bradleyjkemp/cupaloy/v2 v2.8.0 - github.com/cloudquery/plugin-sdk/v4 v4.65.0 + github.com/cloudquery/plugin-sdk/v4 v4.66.0 github.com/google/go-cmp v0.6.0 github.com/invopop/jsonschema v0.12.0 github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629 diff --git a/go.sum b/go.sum index 51f0c35..5d7bcb2 100644 --- a/go.sum +++ b/go.sum @@ -32,8 +32,8 @@ github.com/cloudquery/cloudquery-api-go v1.13.0 h1:/yv9iaCUFjcmIgkLjY3iPVEWajtGF github.com/cloudquery/cloudquery-api-go v1.13.0/go.mod h1:5oo8HHnv2Y7NgcVvZn59xFlYKJUyeP0tcN8JH3IP2Aw= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66 h1:OZLPSIBYEfvkAUeOeM8CwTgVQy5zhayI99ishCrsFV0= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34= -github.com/cloudquery/plugin-sdk/v4 v4.65.0 h1:e5kgab9GW6bOftbWcqvqAVBBqhNQE2PdgJ1ErZRiXHU= -github.com/cloudquery/plugin-sdk/v4 v4.65.0/go.mod h1:ggt3VgStsvaHgVv+eXSwaNgvs+/SDlOn5dKcl91qKJw= +github.com/cloudquery/plugin-sdk/v4 v4.66.0 h1:f9tAukt1XRIYOAmkm5PgpEp/QkCMY9HMB6plkR+0E5g= +github.com/cloudquery/plugin-sdk/v4 v4.66.0/go.mod h1:JzzDGj2jGo4hVFo17acHZ6UyW4NzqlkdAZA25ExGoy4= github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= From 785f47247ff404e9fd5c4d7ce846bf52841c50ce Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 14 Oct 2024 11:22:37 -0400 Subject: [PATCH 25/38] fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.66.1 (#268) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | patch | `v4.66.0` -> `v4.66.1` | --- ### Release Notes
cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4) ### [`v4.66.1`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.66.1) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.66.0...v4.66.1) ##### Bug Fixes - **deps:** Update aws-sdk-go-v2 monorepo ([#​1928](https://togithub.com/cloudquery/plugin-sdk/issues/1928)) ([75cabcd](https://togithub.com/cloudquery/plugin-sdk/commit/75cabcd798e5a2fb073b36a93306f353e5b4f447)) - **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.13.1 ([#​1931](https://togithub.com/cloudquery/plugin-sdk/issues/1931)) ([b8a88d0](https://togithub.com/cloudquery/plugin-sdk/commit/b8a88d079f2e713b0d93c0fd348845f6defe4301)) - **deps:** Update module google.golang.org/protobuf to v1.35.1 ([#​1929](https://togithub.com/cloudquery/plugin-sdk/issues/1929)) ([94a8638](https://togithub.com/cloudquery/plugin-sdk/commit/94a86387d10e4837aef79b88ef1ad84eb71533a7))
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- go.mod | 4 ++-- go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 07aa9bb..dc45063 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armmanagedapplications v1.2.0 github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/solutions/armmanagedapplications/v2 v2.1.0 github.com/bradleyjkemp/cupaloy/v2 v2.8.0 - github.com/cloudquery/plugin-sdk/v4 v4.66.0 + github.com/cloudquery/plugin-sdk/v4 v4.66.1 github.com/google/go-cmp v0.6.0 github.com/invopop/jsonschema v0.12.0 github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629 @@ -27,7 +27,7 @@ require ( github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect github.com/bahlo/generic-list-go v0.2.0 // indirect github.com/buger/jsonparser v1.1.1 // indirect - github.com/cloudquery/cloudquery-api-go v1.13.0 // indirect + github.com/cloudquery/cloudquery-api-go v1.13.1 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/goccy/go-json v0.10.3 // indirect github.com/google/flatbuffers v24.3.25+incompatible // indirect diff --git a/go.sum b/go.sum index 5d7bcb2..6eece06 100644 --- a/go.sum +++ b/go.sum @@ -28,12 +28,12 @@ github.com/bradleyjkemp/cupaloy/v2 v2.8.0 h1:any4BmKE+jGIaMpnU8YgH/I2LPiLBufr6oM github.com/bradleyjkemp/cupaloy/v2 v2.8.0/go.mod h1:bm7JXdkRd4BHJk9HpwqAI8BoAY1lps46Enkdqw6aRX0= github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMUs= github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0= -github.com/cloudquery/cloudquery-api-go v1.13.0 h1:/yv9iaCUFjcmIgkLjY3iPVEWajtGFyFzaSaykszdJmo= -github.com/cloudquery/cloudquery-api-go v1.13.0/go.mod h1:5oo8HHnv2Y7NgcVvZn59xFlYKJUyeP0tcN8JH3IP2Aw= +github.com/cloudquery/cloudquery-api-go v1.13.1 h1:jU/mpVjgamRXZUWEu+ucNZcLk9OIm5YV6q9B5en5rqQ= +github.com/cloudquery/cloudquery-api-go v1.13.1/go.mod h1:5oo8HHnv2Y7NgcVvZn59xFlYKJUyeP0tcN8JH3IP2Aw= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66 h1:OZLPSIBYEfvkAUeOeM8CwTgVQy5zhayI99ishCrsFV0= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34= -github.com/cloudquery/plugin-sdk/v4 v4.66.0 h1:f9tAukt1XRIYOAmkm5PgpEp/QkCMY9HMB6plkR+0E5g= -github.com/cloudquery/plugin-sdk/v4 v4.66.0/go.mod h1:JzzDGj2jGo4hVFo17acHZ6UyW4NzqlkdAZA25ExGoy4= +github.com/cloudquery/plugin-sdk/v4 v4.66.1 h1:Y9hk8pAv8Ig/bLR/PPdm+Bcz6EQlP4hyeG0frX3zOvE= +github.com/cloudquery/plugin-sdk/v4 v4.66.1/go.mod h1:SXVkvxiPIVinx5ledafAWgVWrN77jCBU0WPJWRdZvhw= github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= From a082ba2a14c8d2158df75f039446982e76714af5 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Fri, 18 Oct 2024 05:22:39 -0400 Subject: [PATCH 26/38] fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.67.0 (#269) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | minor | `v4.66.1` -> `v4.67.0` | --- ### Release Notes
cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4) ### [`v4.67.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.67.0) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.66.1...v4.67.0) ##### Features - Make state client versioning the default, remove option ([#​1938](https://togithub.com/cloudquery/plugin-sdk/issues/1938)) ([f105651](https://togithub.com/cloudquery/plugin-sdk/commit/f1056512e7ec6675808f1ed5ea398ba3c3da82ad)) ##### Bug Fixes - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.23.0 ([#​1934](https://togithub.com/cloudquery/plugin-sdk/issues/1934)) ([ea8b17a](https://togithub.com/cloudquery/plugin-sdk/commit/ea8b17a368ddf4762e49397558d32844d96f53dd)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.23.1 ([#​1936](https://togithub.com/cloudquery/plugin-sdk/issues/1936)) ([0b152ba](https://togithub.com/cloudquery/plugin-sdk/commit/0b152ba7d5d073933e47ecc0913a6a525a282a6a)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.24.0 ([#​1937](https://togithub.com/cloudquery/plugin-sdk/issues/1937)) ([d9e6f47](https://togithub.com/cloudquery/plugin-sdk/commit/d9e6f478a8d9ebfdda9cc308f1c0facf0ca72c25))
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index dc45063..9e1ed02 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armmanagedapplications v1.2.0 github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/solutions/armmanagedapplications/v2 v2.1.0 github.com/bradleyjkemp/cupaloy/v2 v2.8.0 - github.com/cloudquery/plugin-sdk/v4 v4.66.1 + github.com/cloudquery/plugin-sdk/v4 v4.67.0 github.com/google/go-cmp v0.6.0 github.com/invopop/jsonschema v0.12.0 github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629 diff --git a/go.sum b/go.sum index 6eece06..b9d08aa 100644 --- a/go.sum +++ b/go.sum @@ -32,8 +32,8 @@ github.com/cloudquery/cloudquery-api-go v1.13.1 h1:jU/mpVjgamRXZUWEu+ucNZcLk9OIm github.com/cloudquery/cloudquery-api-go v1.13.1/go.mod h1:5oo8HHnv2Y7NgcVvZn59xFlYKJUyeP0tcN8JH3IP2Aw= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66 h1:OZLPSIBYEfvkAUeOeM8CwTgVQy5zhayI99ishCrsFV0= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34= -github.com/cloudquery/plugin-sdk/v4 v4.66.1 h1:Y9hk8pAv8Ig/bLR/PPdm+Bcz6EQlP4hyeG0frX3zOvE= -github.com/cloudquery/plugin-sdk/v4 v4.66.1/go.mod h1:SXVkvxiPIVinx5ledafAWgVWrN77jCBU0WPJWRdZvhw= +github.com/cloudquery/plugin-sdk/v4 v4.67.0 h1:Y3wrtvAh8PcXwSsOA3wsJW3fiflGJ+hvZomInDtGBKc= +github.com/cloudquery/plugin-sdk/v4 v4.67.0/go.mod h1:5TfKUTsspALguQnWq9nVoMeBORPghSfWemfeX4gc5sY= github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= From 90407ad2ce157c7b65d2e56aa819968c78d1c571 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Tue, 22 Oct 2024 13:20:10 -0400 Subject: [PATCH 27/38] fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.67.1 (#270) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | patch | `v4.67.0` -> `v4.67.1` | --- ### Release Notes
cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4) ### [`v4.67.1`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.67.1) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.67.0...v4.67.1) ##### Bug Fixes - **deps:** Update module github.com/aws/aws-sdk-go-v2/config to v1.28.0 ([#​1940](https://togithub.com/cloudquery/plugin-sdk/issues/1940)) ([35cf587](https://togithub.com/cloudquery/plugin-sdk/commit/35cf587f2c96d8bbadbd0b4cdb0484039a77f089)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.24.1 ([#​1943](https://togithub.com/cloudquery/plugin-sdk/issues/1943)) ([14f44ad](https://togithub.com/cloudquery/plugin-sdk/commit/14f44adf41ba797e156378a208ec1528070d4fcd)) - Ensure module field exists in all log messages ([#​1941](https://togithub.com/cloudquery/plugin-sdk/issues/1941)) ([b1ca41c](https://togithub.com/cloudquery/plugin-sdk/commit/b1ca41c632069900225b556339e74fb6d2136c6c))
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 9e1ed02..7792814 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armmanagedapplications v1.2.0 github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/solutions/armmanagedapplications/v2 v2.1.0 github.com/bradleyjkemp/cupaloy/v2 v2.8.0 - github.com/cloudquery/plugin-sdk/v4 v4.67.0 + github.com/cloudquery/plugin-sdk/v4 v4.67.1 github.com/google/go-cmp v0.6.0 github.com/invopop/jsonschema v0.12.0 github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629 diff --git a/go.sum b/go.sum index b9d08aa..5b8695b 100644 --- a/go.sum +++ b/go.sum @@ -32,8 +32,8 @@ github.com/cloudquery/cloudquery-api-go v1.13.1 h1:jU/mpVjgamRXZUWEu+ucNZcLk9OIm github.com/cloudquery/cloudquery-api-go v1.13.1/go.mod h1:5oo8HHnv2Y7NgcVvZn59xFlYKJUyeP0tcN8JH3IP2Aw= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66 h1:OZLPSIBYEfvkAUeOeM8CwTgVQy5zhayI99ishCrsFV0= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34= -github.com/cloudquery/plugin-sdk/v4 v4.67.0 h1:Y3wrtvAh8PcXwSsOA3wsJW3fiflGJ+hvZomInDtGBKc= -github.com/cloudquery/plugin-sdk/v4 v4.67.0/go.mod h1:5TfKUTsspALguQnWq9nVoMeBORPghSfWemfeX4gc5sY= +github.com/cloudquery/plugin-sdk/v4 v4.67.1 h1:v6cndVi9oBI8INAQC8/2cWk5tm4e1zhgC+TGVRrXMSo= +github.com/cloudquery/plugin-sdk/v4 v4.67.1/go.mod h1:jTMsk7n24eCjz6EbhLhMvmAJPQWjYR2HidonhsVThYw= github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= From a3b377802b1f0f1fba30f998d0e67ff89bc39048 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Thu, 31 Oct 2024 10:23:13 -0400 Subject: [PATCH 28/38] fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.68.0 (#271) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | minor | `v4.67.1` -> `v4.68.0` | --- ### Release Notes
cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4) ### [`v4.68.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.68.0) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.67.1...v4.68.0) ##### Features - Add Time configtype ([#​1905](https://togithub.com/cloudquery/plugin-sdk/issues/1905)) ([f57c3eb](https://togithub.com/cloudquery/plugin-sdk/commit/f57c3ebecf99f0d7fe546c058d4086e2454075ba)) - Support for quota query interval header ([#​1948](https://togithub.com/cloudquery/plugin-sdk/issues/1948)) ([bfce6fe](https://togithub.com/cloudquery/plugin-sdk/commit/bfce6fee435085af67163f4fed6168d4459aa87b)) - Test `MeterUsage` API call on initial setup of client ([#​1906](https://togithub.com/cloudquery/plugin-sdk/issues/1906)) ([78df77d](https://togithub.com/cloudquery/plugin-sdk/commit/78df77d3c20a5f0a4ccc037fc82c6f626a6d5e1c)) ##### Bug Fixes - Clean up usage retry logic ([#​1950](https://togithub.com/cloudquery/plugin-sdk/issues/1950)) ([ca982f9](https://togithub.com/cloudquery/plugin-sdk/commit/ca982f92d65dbf55bd849fbe7688200f1d03c66a)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.25.0 ([#​1946](https://togithub.com/cloudquery/plugin-sdk/issues/1946)) ([b8e3e10](https://togithub.com/cloudquery/plugin-sdk/commit/b8e3e104071fa3454d74762fc4c45d0cc98f31ab))
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 7792814..7f78178 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armmanagedapplications v1.2.0 github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/solutions/armmanagedapplications/v2 v2.1.0 github.com/bradleyjkemp/cupaloy/v2 v2.8.0 - github.com/cloudquery/plugin-sdk/v4 v4.67.1 + github.com/cloudquery/plugin-sdk/v4 v4.68.0 github.com/google/go-cmp v0.6.0 github.com/invopop/jsonschema v0.12.0 github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629 diff --git a/go.sum b/go.sum index 5b8695b..0f335d7 100644 --- a/go.sum +++ b/go.sum @@ -32,8 +32,8 @@ github.com/cloudquery/cloudquery-api-go v1.13.1 h1:jU/mpVjgamRXZUWEu+ucNZcLk9OIm github.com/cloudquery/cloudquery-api-go v1.13.1/go.mod h1:5oo8HHnv2Y7NgcVvZn59xFlYKJUyeP0tcN8JH3IP2Aw= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66 h1:OZLPSIBYEfvkAUeOeM8CwTgVQy5zhayI99ishCrsFV0= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34= -github.com/cloudquery/plugin-sdk/v4 v4.67.1 h1:v6cndVi9oBI8INAQC8/2cWk5tm4e1zhgC+TGVRrXMSo= -github.com/cloudquery/plugin-sdk/v4 v4.67.1/go.mod h1:jTMsk7n24eCjz6EbhLhMvmAJPQWjYR2HidonhsVThYw= +github.com/cloudquery/plugin-sdk/v4 v4.68.0 h1:9sDB/j8XOt4MmXXivHbErmx+EtJWGcYTZisLsQmN7T8= +github.com/cloudquery/plugin-sdk/v4 v4.68.0/go.mod h1:FnJYUFTru/KhO+cNSXC//hfoHtYF0LfNgc1Bh0s88TE= github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= From 4e17e28eff5afe5417cb432747e1d086e101655a Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Thu, 31 Oct 2024 20:51:25 -0400 Subject: [PATCH 29/38] fix(deps): Update golang.org/x/exp digest to f66d83c (#272) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang.org/x/exp | require | digest | `701f63a` -> `f66d83c` | --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- go.mod | 10 +++++----- go.sum | 24 ++++++++++++------------ 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/go.mod b/go.mod index 7f78178..c02e8ca 100644 --- a/go.mod +++ b/go.mod @@ -14,7 +14,7 @@ require ( github.com/invopop/jsonschema v0.12.0 github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629 github.com/stretchr/testify v1.9.0 - golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 + golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c ) // github.com/cloudquery/jsonschema @ cqmain @@ -46,11 +46,11 @@ require ( github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect github.com/zeebo/xxh3 v1.0.2 // indirect golang.org/x/mod v0.21.0 // indirect - golang.org/x/net v0.29.0 // indirect + golang.org/x/net v0.30.0 // indirect golang.org/x/sync v0.8.0 // indirect - golang.org/x/sys v0.25.0 // indirect - golang.org/x/text v0.18.0 // indirect - golang.org/x/tools v0.25.0 // indirect + golang.org/x/sys v0.26.0 // indirect + golang.org/x/text v0.19.0 // indirect + golang.org/x/tools v0.26.0 // indirect golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/go.sum b/go.sum index 0f335d7..dcda118 100644 --- a/go.sum +++ b/go.sum @@ -113,26 +113,26 @@ github.com/zeebo/assert v1.3.0 h1:g7C04CbJuIDKNPFHmsk4hwZDO5O+kntRxzaUoNXj+IQ= github.com/zeebo/assert v1.3.0/go.mod h1:Pq9JiuJQpG8JLJdtkwrJESF0Foym2/D9XMU5ciN/wJ0= github.com/zeebo/xxh3 v1.0.2 h1:xZmwmqxHZA8AI603jOQ0tMqmBr9lPeFwGg6d+xy9DC0= github.com/zeebo/xxh3 v1.0.2/go.mod h1:5NWz9Sef7zIDm2JHfFlcQvNekmcEl9ekUZQQKCYaDcA= -golang.org/x/crypto v0.27.0 h1:GXm2NjJrPaiv/h1tb2UH8QfgC/hOf/+z0p6PT8o1w7A= -golang.org/x/crypto v0.27.0/go.mod h1:1Xngt8kV6Dvbssa53Ziq6Eqn0HqbZi5Z6R0ZpwQzt70= -golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 h1:e66Fs6Z+fZTbFBAxKfP3PALWBtpfqks2bwGcexMxgtk= -golang.org/x/exp v0.0.0-20240909161429-701f63a606c0/go.mod h1:2TbTHSBQa924w8M6Xs1QcRcFwyucIwBGpK1p2f1YFFY= +golang.org/x/crypto v0.28.0 h1:GBDwsMXVQi34v5CCYUm2jkJvu4cbtru2U4TN2PSyQnw= +golang.org/x/crypto v0.28.0/go.mod h1:rmgy+3RHxRZMyY0jjAJShp2zgEdOqj2AO7U0pYmeQ7U= +golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c h1:7dEasQXItcW1xKJ2+gg5VOiBnqWrJc+rq0DPKyvvdbY= +golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c/go.mod h1:NQtJDoLvd6faHhE7m4T/1IY708gDefGGjR/iUW8yQQ8= golang.org/x/mod v0.21.0 h1:vvrHzRwRfVKSiLrG+d4FMl/Qi4ukBCE6kZlTUkDYRT0= golang.org/x/mod v0.21.0/go.mod h1:6SkKJ3Xj0I0BrPOZoBy3bdMptDDU9oJrpohJ3eWZ1fY= -golang.org/x/net v0.29.0 h1:5ORfpBpCs4HzDYoodCDBbwHzdR5UrLBZ3sOnUJmFoHo= -golang.org/x/net v0.29.0/go.mod h1:gLkgy8jTGERgjzMic6DS9+SP0ajcu6Xu3Orq/SpETg0= +golang.org/x/net v0.30.0 h1:AcW1SDZMkb8IpzCdQUaIq2sP4sZ4zw+55h6ynffypl4= +golang.org/x/net v0.30.0/go.mod h1:2wGyMJ5iFasEhkwi13ChkO/t1ECNC4X4eBKkVFyYFlU= golang.org/x/sync v0.8.0 h1:3NFvSEYkUoMifnESzZl15y791HH1qU2xm6eCJU5ZPXQ= golang.org/x/sync v0.8.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.25.0 h1:r+8e+loiHxRqhXVl6ML1nO3l1+oFoWbnlu2Ehimmi34= -golang.org/x/sys v0.25.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= -golang.org/x/text v0.18.0 h1:XvMDiNzPAl0jr17s6W9lcaIhGUfUORdGCNsuLmPG224= -golang.org/x/text v0.18.0/go.mod h1:BuEKDfySbSR4drPmRPG/7iBdf8hvFMuRexcpahXilzY= -golang.org/x/tools v0.25.0 h1:oFU9pkj/iJgs+0DT+VMHrx+oBKs/LJMV+Uvg78sl+fE= -golang.org/x/tools v0.25.0/go.mod h1:/vtpO8WL1N9cQC3FN5zPqb//fRXskFHbLKk4OW1Q7rg= +golang.org/x/sys v0.26.0 h1:KHjCJyddX0LoSTb3J+vWpupP9p0oznkqVk/IfjymZbo= +golang.org/x/sys v0.26.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/text v0.19.0 h1:kTxAhCbGbxhK0IwgSKiMO5awPoDQ0RpfiVYBfK860YM= +golang.org/x/text v0.19.0/go.mod h1:BuEKDfySbSR4drPmRPG/7iBdf8hvFMuRexcpahXilzY= +golang.org/x/tools v0.26.0 h1:v/60pFQmzmT9ExmjDv2gGIfi3OqfKoEP6I5+umXlbnQ= +golang.org/x/tools v0.26.0/go.mod h1:TPVVj70c7JJ3WCazhD8OdXcZg/og+b9+tH/KxylGwH0= golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 h1:+cNy6SZtPcJQH3LJVLOSmiC7MMxXNOb3PU/VUEz+EhU= golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028/go.mod h1:NDW/Ps6MPRej6fsCIbMTohpP40sJ/P/vI1MoTEGwX90= gonum.org/v1/gonum v0.15.0 h1:2lYxjRbTYyxkJxlhC+LvJIx3SsANPdRybu1tGj9/OrQ= From 4e0e88569aae986810a64c27cba642b3779c612b Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 4 Nov 2024 05:51:08 -0500 Subject: [PATCH 30/38] fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.68.1 (#273) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | patch | `v4.68.0` -> `v4.68.1` | --- ### Release Notes
cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4) ### [`v4.68.1`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.68.1) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.68.0...v4.68.1) ##### Bug Fixes - **deps:** Update aws-sdk-go-v2 monorepo ([#​1957](https://togithub.com/cloudquery/plugin-sdk/issues/1957)) ([360cc57](https://togithub.com/cloudquery/plugin-sdk/commit/360cc579c7d6dffb74872183b9d5308e73b41f15)) - **deps:** Update golang.org/x/exp digest to [`f66d83c`](https://togithub.com/cloudquery/plugin-sdk/commit/f66d83c) ([#​1954](https://togithub.com/cloudquery/plugin-sdk/issues/1954)) ([18cb1b2](https://togithub.com/cloudquery/plugin-sdk/commit/18cb1b2428480aa3143d2d4a0bf40aaf3c4b803b)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.25.1 ([#​1958](https://togithub.com/cloudquery/plugin-sdk/issues/1958)) ([f537b56](https://togithub.com/cloudquery/plugin-sdk/commit/f537b56c0527d40ec89e571c1510adf6669c113c)) - **deps:** Update opentelemetry-go monorepo ([#​1956](https://togithub.com/cloudquery/plugin-sdk/issues/1956)) ([ea171a4](https://togithub.com/cloudquery/plugin-sdk/commit/ea171a44fef368ea3e60a6ae5b5018d349c0b989))
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index c02e8ca..556a59d 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armmanagedapplications v1.2.0 github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/solutions/armmanagedapplications/v2 v2.1.0 github.com/bradleyjkemp/cupaloy/v2 v2.8.0 - github.com/cloudquery/plugin-sdk/v4 v4.68.0 + github.com/cloudquery/plugin-sdk/v4 v4.68.1 github.com/google/go-cmp v0.6.0 github.com/invopop/jsonschema v0.12.0 github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629 diff --git a/go.sum b/go.sum index dcda118..c1a38f9 100644 --- a/go.sum +++ b/go.sum @@ -32,8 +32,8 @@ github.com/cloudquery/cloudquery-api-go v1.13.1 h1:jU/mpVjgamRXZUWEu+ucNZcLk9OIm github.com/cloudquery/cloudquery-api-go v1.13.1/go.mod h1:5oo8HHnv2Y7NgcVvZn59xFlYKJUyeP0tcN8JH3IP2Aw= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66 h1:OZLPSIBYEfvkAUeOeM8CwTgVQy5zhayI99ishCrsFV0= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34= -github.com/cloudquery/plugin-sdk/v4 v4.68.0 h1:9sDB/j8XOt4MmXXivHbErmx+EtJWGcYTZisLsQmN7T8= -github.com/cloudquery/plugin-sdk/v4 v4.68.0/go.mod h1:FnJYUFTru/KhO+cNSXC//hfoHtYF0LfNgc1Bh0s88TE= +github.com/cloudquery/plugin-sdk/v4 v4.68.1 h1:MgfR6RztAp5jF0eJ3M6QeTSmb61znHN0k5xj6PlBqBY= +github.com/cloudquery/plugin-sdk/v4 v4.68.1/go.mod h1:tibIkyqTdKANVMP4VPs4nVE5OQyWvIjKJvigwke1TrU= github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= From 68918ae853c805cdc1bf7de1993297005f398549 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 4 Nov 2024 07:28:08 -0500 Subject: [PATCH 31/38] fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.68.2 (#274) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | patch | `v4.68.1` -> `v4.68.2` | --- ### Release Notes
cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4) ### [`v4.68.2`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.68.2) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.68.1...v4.68.2) ##### Bug Fixes - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.25.2 ([#​1960](https://togithub.com/cloudquery/plugin-sdk/issues/1960)) ([68fbf32](https://togithub.com/cloudquery/plugin-sdk/commit/68fbf32417d6799a8589b7fb78fa909edbdbf169))
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 556a59d..d885279 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armmanagedapplications v1.2.0 github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/solutions/armmanagedapplications/v2 v2.1.0 github.com/bradleyjkemp/cupaloy/v2 v2.8.0 - github.com/cloudquery/plugin-sdk/v4 v4.68.1 + github.com/cloudquery/plugin-sdk/v4 v4.68.2 github.com/google/go-cmp v0.6.0 github.com/invopop/jsonschema v0.12.0 github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629 diff --git a/go.sum b/go.sum index c1a38f9..7f16eee 100644 --- a/go.sum +++ b/go.sum @@ -32,8 +32,8 @@ github.com/cloudquery/cloudquery-api-go v1.13.1 h1:jU/mpVjgamRXZUWEu+ucNZcLk9OIm github.com/cloudquery/cloudquery-api-go v1.13.1/go.mod h1:5oo8HHnv2Y7NgcVvZn59xFlYKJUyeP0tcN8JH3IP2Aw= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66 h1:OZLPSIBYEfvkAUeOeM8CwTgVQy5zhayI99ishCrsFV0= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34= -github.com/cloudquery/plugin-sdk/v4 v4.68.1 h1:MgfR6RztAp5jF0eJ3M6QeTSmb61znHN0k5xj6PlBqBY= -github.com/cloudquery/plugin-sdk/v4 v4.68.1/go.mod h1:tibIkyqTdKANVMP4VPs4nVE5OQyWvIjKJvigwke1TrU= +github.com/cloudquery/plugin-sdk/v4 v4.68.2 h1:r49NmVneYK0RiC3DHiBs1zKwkxDz4Rn2/VwEjORX1jg= +github.com/cloudquery/plugin-sdk/v4 v4.68.2/go.mod h1:xQ+hOeuzdWj0cKMaDqjd3++gcgykPr6JOvm+cLWhLUQ= github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= From d47d64bf36c850664e3c2b4db96d978550c1246a Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Thu, 14 Nov 2024 14:21:03 -0500 Subject: [PATCH 32/38] fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.68.3 (#275) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | patch | `v4.68.2` -> `v4.68.3` | --- ### Release Notes
cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4) ### [`v4.68.3`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.68.3) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.68.2...v4.68.3) ##### Bug Fixes - Correctly handle success in DryRun invocation ([#​1966](https://togithub.com/cloudquery/plugin-sdk/issues/1966)) ([9b3f292](https://togithub.com/cloudquery/plugin-sdk/commit/9b3f2924703532b907255807abaac380a42c6aeb)) - **deps:** Update aws-sdk-go-v2 monorepo ([#​1963](https://togithub.com/cloudquery/plugin-sdk/issues/1963)) ([41f717e](https://togithub.com/cloudquery/plugin-sdk/commit/41f717eb97e1cb56dbd6636620e9b0f41567d942)) - **deps:** Update module google.golang.org/grpc to v1.68.0 ([#​1964](https://togithub.com/cloudquery/plugin-sdk/issues/1964)) ([763d55f](https://togithub.com/cloudquery/plugin-sdk/commit/763d55fa8d9ba4a7543f9debad52e312c5fab4c8))
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- go.mod | 6 +++--- go.sum | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index d885279..914b0b1 100644 --- a/go.mod +++ b/go.mod @@ -1,15 +1,15 @@ module github.com/cloudquery/codegen -go 1.22.0 +go 1.22.7 -toolchain go1.23.1 +toolchain go1.23.3 require ( github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appconfiguration/armappconfiguration/v2 v2.1.0 github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armmanagedapplications v1.2.0 github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/solutions/armmanagedapplications/v2 v2.1.0 github.com/bradleyjkemp/cupaloy/v2 v2.8.0 - github.com/cloudquery/plugin-sdk/v4 v4.68.2 + github.com/cloudquery/plugin-sdk/v4 v4.68.3 github.com/google/go-cmp v0.6.0 github.com/invopop/jsonschema v0.12.0 github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629 diff --git a/go.sum b/go.sum index 7f16eee..c6c582c 100644 --- a/go.sum +++ b/go.sum @@ -32,8 +32,8 @@ github.com/cloudquery/cloudquery-api-go v1.13.1 h1:jU/mpVjgamRXZUWEu+ucNZcLk9OIm github.com/cloudquery/cloudquery-api-go v1.13.1/go.mod h1:5oo8HHnv2Y7NgcVvZn59xFlYKJUyeP0tcN8JH3IP2Aw= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66 h1:OZLPSIBYEfvkAUeOeM8CwTgVQy5zhayI99ishCrsFV0= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34= -github.com/cloudquery/plugin-sdk/v4 v4.68.2 h1:r49NmVneYK0RiC3DHiBs1zKwkxDz4Rn2/VwEjORX1jg= -github.com/cloudquery/plugin-sdk/v4 v4.68.2/go.mod h1:xQ+hOeuzdWj0cKMaDqjd3++gcgykPr6JOvm+cLWhLUQ= +github.com/cloudquery/plugin-sdk/v4 v4.68.3 h1:ZBYM2EFzLXJr/eQ6Pl79oEwUuV14L3rHCHp7k2II1lM= +github.com/cloudquery/plugin-sdk/v4 v4.68.3/go.mod h1:qxM0XVVxialq+LMX0q96ubT9eNvUeyrMYqfnhWaHODk= github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= From 25f98a8b4f6aeb2661c6a6822190f05e948f8547 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Fri, 22 Nov 2024 07:26:10 -0500 Subject: [PATCH 33/38] fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.69.0 (#276) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | minor | `v4.68.3` -> `v4.69.0` | --- ### Release Notes
cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4) ### [`v4.69.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.69.0) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.68.3...v4.69.0) ##### Features - Allow to include symbols in binaries during `package` ([#​1974](https://togithub.com/cloudquery/plugin-sdk/issues/1974)) ([aa3b3e4](https://togithub.com/cloudquery/plugin-sdk/commit/aa3b3e45e206d57cf812f131020cfed7ad44e9f7)) ##### Bug Fixes - **deps:** Update module github.com/aws/aws-sdk-go-v2/config to v1.28.4 ([#​1968](https://togithub.com/cloudquery/plugin-sdk/issues/1968)) ([4e35df7](https://togithub.com/cloudquery/plugin-sdk/commit/4e35df709bb2190794b6aa9713c00188200b07f1)) - **deps:** Update module google.golang.org/protobuf to v1.35.2 ([#​1971](https://togithub.com/cloudquery/plugin-sdk/issues/1971)) ([7076899](https://togithub.com/cloudquery/plugin-sdk/commit/7076899d9933b53dbb03533bbf28b83dc1b37a27))
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 914b0b1..4442c1c 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armmanagedapplications v1.2.0 github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/solutions/armmanagedapplications/v2 v2.1.0 github.com/bradleyjkemp/cupaloy/v2 v2.8.0 - github.com/cloudquery/plugin-sdk/v4 v4.68.3 + github.com/cloudquery/plugin-sdk/v4 v4.69.0 github.com/google/go-cmp v0.6.0 github.com/invopop/jsonschema v0.12.0 github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629 diff --git a/go.sum b/go.sum index c6c582c..686ed29 100644 --- a/go.sum +++ b/go.sum @@ -32,8 +32,8 @@ github.com/cloudquery/cloudquery-api-go v1.13.1 h1:jU/mpVjgamRXZUWEu+ucNZcLk9OIm github.com/cloudquery/cloudquery-api-go v1.13.1/go.mod h1:5oo8HHnv2Y7NgcVvZn59xFlYKJUyeP0tcN8JH3IP2Aw= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66 h1:OZLPSIBYEfvkAUeOeM8CwTgVQy5zhayI99ishCrsFV0= github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34= -github.com/cloudquery/plugin-sdk/v4 v4.68.3 h1:ZBYM2EFzLXJr/eQ6Pl79oEwUuV14L3rHCHp7k2II1lM= -github.com/cloudquery/plugin-sdk/v4 v4.68.3/go.mod h1:qxM0XVVxialq+LMX0q96ubT9eNvUeyrMYqfnhWaHODk= +github.com/cloudquery/plugin-sdk/v4 v4.69.0 h1:RJ22O73hgmOVksX3TMvJU2aWxN4KFgQanQcaQhKFiFo= +github.com/cloudquery/plugin-sdk/v4 v4.69.0/go.mod h1:llDIvCLbW2gItDp4kPT+gUsRXV++V6eB54QFjkvX8FM= github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= From 7765f7d37f3f53d6bffd4b024c2ee0555799322a Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Fri, 22 Nov 2024 19:59:19 -0500 Subject: [PATCH 34/38] fix(deps): Update module github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appconfiguration/armappconfiguration/v2 to v2.2.0 (#277) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appconfiguration/armappconfiguration/v2](https://togithub.com/Azure/azure-sdk-for-go) | require | minor | `v2.1.0` -> `v2.2.0` | --- ### Configuration 📅 **Schedule**: Branch creation - "before 3am on Saturday" (UTC), 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- go.mod | 6 +++--- go.sum | 50 ++++++++++++++++++++++++-------------------------- 2 files changed, 27 insertions(+), 29 deletions(-) diff --git a/go.mod b/go.mod index 4442c1c..6956097 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.22.7 toolchain go1.23.3 require ( - github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appconfiguration/armappconfiguration/v2 v2.1.0 + github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appconfiguration/armappconfiguration/v2 v2.2.0 github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armmanagedapplications v1.2.0 github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/solutions/armmanagedapplications/v2 v2.1.0 github.com/bradleyjkemp/cupaloy/v2 v2.8.0 @@ -21,8 +21,8 @@ require ( replace github.com/invopop/jsonschema => github.com/cloudquery/jsonschema v0.0.0-20240220124159-92878faa2a66 require ( - github.com/Azure/azure-sdk-for-go/sdk/azcore v1.10.0 // indirect - github.com/Azure/azure-sdk-for-go/sdk/internal v1.5.2 // indirect + github.com/Azure/azure-sdk-for-go/sdk/azcore v1.13.0 // indirect + github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect github.com/apache/arrow/go/v17 v17.0.0 // indirect github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect github.com/bahlo/generic-list-go v0.2.0 // indirect diff --git a/go.sum b/go.sum index 686ed29..569e1d7 100644 --- a/go.sum +++ b/go.sum @@ -1,21 +1,21 @@ -github.com/Azure/azure-sdk-for-go/sdk/azcore v1.10.0 h1:n1DH8TPV4qqPTje2RcUBYwtrTWlabVp4n46+74X2pn4= -github.com/Azure/azure-sdk-for-go/sdk/azcore v1.10.0/go.mod h1:HDcZnuGbiyppErN6lB+idp4CKhjbc8gwjto6OPpyggM= -github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.4.0 h1:BMAjVKJM0U/CYF27gA0ZMmXGkOcvfFtD0oHVZ1TIPRI= -github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.4.0/go.mod h1:1fXstnBMas5kzG+S3q8UoJcmyU6nUeunJcMDHcRYHhs= -github.com/Azure/azure-sdk-for-go/sdk/internal v1.5.2 h1:LqbJ/WzJUwBf8UiaSzgX7aMclParm9/5Vgp+TY51uBQ= -github.com/Azure/azure-sdk-for-go/sdk/internal v1.5.2/go.mod h1:yInRyqWXAuaPrgI7p70+lDDgh3mlBohis29jGMISnmc= -github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appconfiguration/armappconfiguration/v2 v2.1.0 h1:YeLT44dAuaut+rnveSZSxVQo4/V5T7EzBJHIkFpfigc= -github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appconfiguration/armappconfiguration/v2 v2.1.0/go.mod h1:L/ndedmoVwG5/t/e90Of+g6ALdG/K2tjDgCp8pvEuq8= -github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/internal/v2 v2.0.0 h1:PTFGRSlMKCQelWwxUyYVEUqseBJVemLyqWJjvMyt0do= -github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/internal/v2 v2.0.0/go.mod h1:LRr2FzBTQlONPPa5HREE5+RjSCTXl7BwOvYOaWTqCaI= +github.com/Azure/azure-sdk-for-go/sdk/azcore v1.13.0 h1:GJHeeA2N7xrG3q30L2UXDyuWRzDM900/65j70wcM4Ww= +github.com/Azure/azure-sdk-for-go/sdk/azcore v1.13.0/go.mod h1:l38EPgmsp71HHLq9j7De57JcKOWPyhrsW1Awm1JS6K0= +github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0 h1:tfLQ34V6F7tVSwoTf/4lH5sE0o6eCJuNDTmH09nDpbc= +github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0/go.mod h1:9kIvujWAA58nmPmWB1m23fyWic1kYZMxD9CxaWn4Qpg= +github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 h1:ywEEhmNahHBihViHepv3xPBn1663uRv2t2q/ESv9seY= +github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0/go.mod h1:iZDifYGJTIgIIkYRNWPENUnqx6bJ2xnSDFI2tjwZNuY= +github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appconfiguration/armappconfiguration/v2 v2.2.0 h1:8xwfWyShKLNJYHHVuXhcrMqy+mUWeMwlxr9D6Ma0JnE= +github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appconfiguration/armappconfiguration/v2 v2.2.0/go.mod h1:T60Zp5mPrFPHoTSBg2EByfTxYr3d8oiF+NgTtJnmsBg= +github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/internal/v3 v3.1.0 h1:2qsIIvxVT+uE6yrNldntJKlLRgxGbZ85kgtz5SNBhMw= +github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/internal/v3 v3.1.0/go.mod h1:AW8VEadnhw9xox+VaVd9sP7NjzOAnaZBLRH6Tq3cJ38= github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armmanagedapplications v1.2.0 h1:wafmtDVi4WOvK2mtD2fcM7iPdsCNh5ggmo2RkaMFe1I= github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armmanagedapplications v1.2.0/go.mod h1:45keNMB3n0Lt6Qa0pNWPe+CmB64E5yI/CIBA4uK/Iq4= -github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v1.1.1 h1:7CBQ+Ei8SP2c6ydQTGCCrS35bDxgTMfoP2miAwK++OU= -github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v1.1.1/go.mod h1:c/wcGeGx5FUPbM/JltUYHZcKmigwyVLJlDq+4HdtXaw= +github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v1.2.0 h1:Dd+RhdJn0OTtVGaeDLZpcumkIVCtA/3/Fo42+eoYvVM= +github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v1.2.0/go.mod h1:5kakwfW5CjC9KK+Q4wjXAg+ShuIm2mBMua0ZFj2C8PE= github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/solutions/armmanagedapplications/v2 v2.1.0 h1:IxLpHxHuj8qPV9XrGDM4Te1dkEEzvuiG+O6m1IwqVpU= github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/solutions/armmanagedapplications/v2 v2.1.0/go.mod h1:SmIc2/c2jslnwLOU4FVJPwzuntik8fWUD9WAVYtbG7k= -github.com/AzureAD/microsoft-authentication-library-for-go v1.1.1 h1:WpB/QDNLpMw72xHJc34BNNykqSOeEJDAWkhf0u12/Jk= -github.com/AzureAD/microsoft-authentication-library-for-go v1.1.1/go.mod h1:wP83P5OoQ5p6ip3ScPr0BAq0BvuPAvacpEuSzyouqAI= +github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 h1:XHOnouVk1mxXfQidrMEnLlPk9UMeRtyBTnEFtxkV0kU= +github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2/go.mod h1:wP83P5OoQ5p6ip3ScPr0BAq0BvuPAvacpEuSzyouqAI= github.com/RaveNoX/go-jsoncommentstrip v1.0.0/go.mod h1:78ihd09MekBnJnxpICcwzCMzGrKSKYe4AqU6PDYYpjk= github.com/apache/arrow/go/v17 v17.0.0 h1:RRR2bdqKcdbss9Gxy2NS/hK8i4LDMh23L6BbkN5+F54= github.com/apache/arrow/go/v17 v17.0.0/go.mod h1:jR7QHkODl15PfYyjM2nU+yTLScZ/qfj7OSUZmJ8putc= @@ -40,15 +40,13 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/dlclark/regexp2 v1.11.0 h1:G/nrcoOa7ZXlpoa/91N3X7mM3r8eIlMBBJZvsz/mxKI= github.com/dlclark/regexp2 v1.11.0/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8= -github.com/dnaeon/go-vcr v1.2.0 h1:zHCHvJYTMh1N7xnV7zf1m1GPBF9Ad0Jk/whtQ1663qI= -github.com/dnaeon/go-vcr v1.2.0/go.mod h1:R4UdLID7HZT3taECzJs4YgbbH6PIGXB6W/sc5OLb6RQ= github.com/fatih/color v1.16.0 h1:zmkK9Ngbjj+K0yRhTVONQh1p/HknKYSlNT+vZCzyokM= github.com/fatih/color v1.16.0/go.mod h1:fL2Sau1YI5c0pdGEVCbKQbLXB6edEj1ZgiY4NijnWvE= github.com/goccy/go-json v0.10.3 h1:KZ5WoDbxAIgm2HNbYckL0se1fHD6rz5j4ywS6ebzDqA= github.com/goccy/go-json v0.10.3/go.mod h1:oq7eo15ShAhp70Anwd5lgX2pLfOS3QCiwU/PULtXL6M= github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA= -github.com/golang-jwt/jwt/v5 v5.0.0 h1:1n1XNM9hk7O9mnQoNBGolZvzebBQ7p93ULHRc28XJUE= -github.com/golang-jwt/jwt/v5 v5.0.0/go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk= +github.com/golang-jwt/jwt/v5 v5.2.1 h1:OuVbFODueb089Lh128TAcimifWaLhJwVflnrgM17wHk= +github.com/golang-jwt/jwt/v5 v5.2.1/go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk= github.com/google/flatbuffers v24.3.25+incompatible h1:CX395cjN9Kke9mmalRoL3d81AtFUxJM+yDthflgJGkI= github.com/google/flatbuffers v24.3.25+incompatible/go.mod h1:1AeVuKshWv4vARoZatz6mlQ0JxURH0Kv5+zNeJKJCa8= github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI= @@ -69,6 +67,8 @@ github.com/klauspost/compress v1.17.9 h1:6KIumPrER1LHsvBVuDa0r5xaG0Es51mhhB9BQB2 github.com/klauspost/compress v1.17.9/go.mod h1:Di0epgTjJY877eYKx5yC51cX2A2Vl2ibi7bDH9ttBbw= github.com/klauspost/cpuid/v2 v2.2.8 h1:+StwCXwm9PdpiEkPyzBXIy+M9KUb4ODm0Zarf1kS5BM= github.com/klauspost/cpuid/v2 v2.2.8/go.mod h1:Lcz8mBdAVJIBVzewtcLocK12l3Y+JytZYpaMropDUws= +github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE= +github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk= github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc= @@ -81,17 +81,17 @@ github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/ github.com/mattn/go-isatty v0.0.19/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y= github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY= github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y= -github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs= -github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno= github.com/oapi-codegen/runtime v1.1.1 h1:EXLHh0DXIJnWhdRPN2w4MXAzFyE4CskzhNLUmtpMYro= github.com/oapi-codegen/runtime v1.1.1/go.mod h1:SK9X900oXmPWilYR5/WKPzt3Kqxn/uS/+lbpREv+eCg= github.com/pierrec/lz4/v4 v4.1.21 h1:yOVMLb6qSIDP67pl/5F7RepeKYu/VmTyEXvuMI5d9mQ= github.com/pierrec/lz4/v4 v4.1.21/go.mod h1:gZWDp/Ze/IJXGXf23ltt2EXimqmTUXEy0GFuRQyBid4= -github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 h1:KoWmjvw+nsYOo29YJK9vDA65RGE3NrOnUtO7a+RF9HU= -github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8/go.mod h1:HKlIX3XHQyzLZPlr7++PzdhaXEj94dEiJgZDTsxEqUI= +github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c h1:+mdjkGKdHQG3305AYmdv1U2eRNDiU2ErMBj1gwrq8eQ= +github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c/go.mod h1:7rwL4CYBLnjLxUqIJNnCWiEdr3bn6IUYi15bNlnbCCU= github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= +github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8= +github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4= github.com/rs/xid v1.5.0/go.mod h1:trrq9SKmegXys3aeAKXMUTdJsYXVwGY3RLcfgqegfbg= github.com/rs/zerolog v1.33.0 h1:1cU2KZkvPxNyfgEmhHAz/1A9Bz+llsdYzklWFzgp0r8= github.com/rs/zerolog v1.33.0/go.mod h1:/7mN4D5sKwJLZQ2b/znpjC3/GQWY/xaDXUM0kKWRHss= @@ -138,11 +138,9 @@ golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028/go.mod h1:NDW/Ps6MPRej6f gonum.org/v1/gonum v0.15.0 h1:2lYxjRbTYyxkJxlhC+LvJIx3SsANPdRybu1tGj9/OrQ= gonum.org/v1/gonum v0.15.0/go.mod h1:xzZVBJBtS+Mz4q0Yl2LJTk+OxOg4jiXZ7qBoM0uISGo= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b h1:QRR6H1YWRnHb4Y/HeNFCTJLFVxaq6wH4YuVdsUOr75U= -gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= +gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk= +gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q= gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY= -gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= From 5d3f5fd9209498711a5f9ac7954c17c80a2eeaab Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sun, 1 Dec 2024 02:56:50 +0200 Subject: [PATCH 35/38] fix(deps): Update golang.org/x/exp digest to 2d47ceb (#278) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang.org/x/exp | require | digest | `f66d83c` -> `2d47ceb` | --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- go.mod | 14 +++++++------- go.sum | 32 ++++++++++++++++---------------- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/go.mod b/go.mod index 6956097..cb79720 100644 --- a/go.mod +++ b/go.mod @@ -14,7 +14,7 @@ require ( github.com/invopop/jsonschema v0.12.0 github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629 github.com/stretchr/testify v1.9.0 - golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c + golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f ) // github.com/cloudquery/jsonschema @ cqmain @@ -45,12 +45,12 @@ require ( github.com/thoas/go-funk v0.9.3 // indirect github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect github.com/zeebo/xxh3 v1.0.2 // indirect - golang.org/x/mod v0.21.0 // indirect - golang.org/x/net v0.30.0 // indirect - golang.org/x/sync v0.8.0 // indirect - golang.org/x/sys v0.26.0 // indirect - golang.org/x/text v0.19.0 // indirect - golang.org/x/tools v0.26.0 // indirect + golang.org/x/mod v0.22.0 // indirect + golang.org/x/net v0.31.0 // indirect + golang.org/x/sync v0.9.0 // indirect + golang.org/x/sys v0.27.0 // indirect + golang.org/x/text v0.20.0 // indirect + golang.org/x/tools v0.27.0 // indirect golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/go.sum b/go.sum index 569e1d7..8b82203 100644 --- a/go.sum +++ b/go.sum @@ -113,26 +113,26 @@ github.com/zeebo/assert v1.3.0 h1:g7C04CbJuIDKNPFHmsk4hwZDO5O+kntRxzaUoNXj+IQ= github.com/zeebo/assert v1.3.0/go.mod h1:Pq9JiuJQpG8JLJdtkwrJESF0Foym2/D9XMU5ciN/wJ0= github.com/zeebo/xxh3 v1.0.2 h1:xZmwmqxHZA8AI603jOQ0tMqmBr9lPeFwGg6d+xy9DC0= github.com/zeebo/xxh3 v1.0.2/go.mod h1:5NWz9Sef7zIDm2JHfFlcQvNekmcEl9ekUZQQKCYaDcA= -golang.org/x/crypto v0.28.0 h1:GBDwsMXVQi34v5CCYUm2jkJvu4cbtru2U4TN2PSyQnw= -golang.org/x/crypto v0.28.0/go.mod h1:rmgy+3RHxRZMyY0jjAJShp2zgEdOqj2AO7U0pYmeQ7U= -golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c h1:7dEasQXItcW1xKJ2+gg5VOiBnqWrJc+rq0DPKyvvdbY= -golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c/go.mod h1:NQtJDoLvd6faHhE7m4T/1IY708gDefGGjR/iUW8yQQ8= -golang.org/x/mod v0.21.0 h1:vvrHzRwRfVKSiLrG+d4FMl/Qi4ukBCE6kZlTUkDYRT0= -golang.org/x/mod v0.21.0/go.mod h1:6SkKJ3Xj0I0BrPOZoBy3bdMptDDU9oJrpohJ3eWZ1fY= -golang.org/x/net v0.30.0 h1:AcW1SDZMkb8IpzCdQUaIq2sP4sZ4zw+55h6ynffypl4= -golang.org/x/net v0.30.0/go.mod h1:2wGyMJ5iFasEhkwi13ChkO/t1ECNC4X4eBKkVFyYFlU= -golang.org/x/sync v0.8.0 h1:3NFvSEYkUoMifnESzZl15y791HH1qU2xm6eCJU5ZPXQ= -golang.org/x/sync v0.8.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= +golang.org/x/crypto v0.29.0 h1:L5SG1JTTXupVV3n6sUqMTeWbjAyfPwoda2DLX8J8FrQ= +golang.org/x/crypto v0.29.0/go.mod h1:+F4F4N5hv6v38hfeYwTdx20oUvLLc+QfrE9Ax9HtgRg= +golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f h1:XdNn9LlyWAhLVp6P/i8QYBW+hlyhrhei9uErw2B5GJo= +golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f/go.mod h1:D5SMRVC3C2/4+F/DB1wZsLRnSNimn2Sp/NPsCrsv8ak= +golang.org/x/mod v0.22.0 h1:D4nJWe9zXqHOmWqj4VMOJhvzj7bEZg4wEYa759z1pH4= +golang.org/x/mod v0.22.0/go.mod h1:6SkKJ3Xj0I0BrPOZoBy3bdMptDDU9oJrpohJ3eWZ1fY= +golang.org/x/net v0.31.0 h1:68CPQngjLL0r2AlUKiSxtQFKvzRVbnzLwMUn5SzcLHo= +golang.org/x/net v0.31.0/go.mod h1:P4fl1q7dY2hnZFxEk4pPSkDHF+QqjitcnDjUQyMM+pM= +golang.org/x/sync v0.9.0 h1:fEo0HyrW1GIgZdpbhCRO0PkJajUS5H9IFUztCgEo2jQ= +golang.org/x/sync v0.9.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.26.0 h1:KHjCJyddX0LoSTb3J+vWpupP9p0oznkqVk/IfjymZbo= -golang.org/x/sys v0.26.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= -golang.org/x/text v0.19.0 h1:kTxAhCbGbxhK0IwgSKiMO5awPoDQ0RpfiVYBfK860YM= -golang.org/x/text v0.19.0/go.mod h1:BuEKDfySbSR4drPmRPG/7iBdf8hvFMuRexcpahXilzY= -golang.org/x/tools v0.26.0 h1:v/60pFQmzmT9ExmjDv2gGIfi3OqfKoEP6I5+umXlbnQ= -golang.org/x/tools v0.26.0/go.mod h1:TPVVj70c7JJ3WCazhD8OdXcZg/og+b9+tH/KxylGwH0= +golang.org/x/sys v0.27.0 h1:wBqf8DvsY9Y/2P8gAfPDEYNuS30J4lPHJxXSb/nJZ+s= +golang.org/x/sys v0.27.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/text v0.20.0 h1:gK/Kv2otX8gz+wn7Rmb3vT96ZwuoxnQlY+HlJVj7Qug= +golang.org/x/text v0.20.0/go.mod h1:D4IsuqiFMhST5bX19pQ9ikHC2GsaKyk/oF+pn3ducp4= +golang.org/x/tools v0.27.0 h1:qEKojBykQkQ4EynWy4S8Weg69NumxKdn40Fce3uc/8o= +golang.org/x/tools v0.27.0/go.mod h1:sUi0ZgbwW9ZPAq26Ekut+weQPR5eIM6GQLQ1Yjm1H0Q= golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 h1:+cNy6SZtPcJQH3LJVLOSmiC7MMxXNOb3PU/VUEz+EhU= golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028/go.mod h1:NDW/Ps6MPRej6fsCIbMTohpP40sJ/P/vI1MoTEGwX90= gonum.org/v1/gonum v0.15.0 h1:2lYxjRbTYyxkJxlhC+LvJIx3SsANPdRybu1tGj9/OrQ= From c396d368432e44ec03c17f50531d277f55d09248 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sun, 1 Dec 2024 03:04:57 +0200 Subject: [PATCH 36/38] chore(deps): Update dependency golangci/golangci-lint to v1.62.0 (#279) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | Pending | |---|---|---|---| | [golangci/golangci-lint](https://togithub.com/golangci/golangci-lint) | minor | `v1.61.0` -> `v1.62.0` | `v1.62.2` | --- ### Release Notes
golangci/golangci-lint (golangci/golangci-lint) ### [`v1.62.0`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1620) [Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.61.0...v1.62.0) 1. New linters - Add `recvcheck` linter https://github.com/raeperd/recvcheck - Add `iface` linter https://github.com/uudashr/iface 2. Updated linters - ⚠️ `execinquery`: deprecation step 2 - ⚠️ `gomnd`: deprecation step 2 (replaced by `mnd`) - `bidichk`: from 0.2.7 to 0.3.2 (important performance improvement) - `canonicalheader`: from 1.1.1 to 1.1.2 - `cyclop`: from 1.2.1 to 1.2.3 - `dupword`: from 0.1.1 to 0.1.3 - `errcheck`: from 1.7.0 to 1.8.0 - `errchkjson`: from 0.3.6 to 0.4.0 - `errname`: from 0.1.13 to 1.0.0 - `ginkgolinter`: from 0.17.0 to 0.18.0 (new option: `force-succeed`) - `go-check-sumtype`: from 0.1.4 to 0.2.0 (new option: `default-signifies-exhaustive`) - `go-critic`: from 0.11.4 to 0.11.5 - `go-printf-func-name`: from [`7558a9e`](https://togithub.com/golangci/golangci-lint/commit/7558a9eaa5af) to v0.1.0 - `godot`: from 1.4.17 to 1.4.18 - `gosec`: from 2.21.2 to 2.21.4 - `intrange`: from 0.2.0 to 0.2.1 - `loggercheck`: from 0.9.4 to 0.10.1 (`log/slog` support) - `musttag`: from 0.12.2 to 0.13.0 - `nakedret`: from 2.0.4 to 2.0.5 - `nilnil`: from 0.1.9 to 1.0.0 (new option: `detect-opposite`) - `noctx`: from 0.0.2 to 0.1.0 - `protogetter`: from 0.3.6 to 0.3.8 - `revive`: from 1.3.9 to 1.5.0 (new rules: `filename-format`, and `file-length-limit`) - `tenv`: from 1.10.0 to 1.12.1 (handle dot import) - `testifylint`: from 1.4.3 to 1.5.0 (new checkers: `contains`, `encoded-compare`, `regexp`) 3. Misc. - Type sizing when cross-compiling (32-bit). - code-climate: add check_name field - Improve Go version detection - Fix Go version propagation 4. Documentation - Adds a section about `exclude-dirs-use-default` - Improve 'install from sources' section - Improve FAQ about Go versions - Improve linter/rule/check docs - Improve new linter section - Improve `forbidigo` pattern examples for built-in functions
--- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- .github/workflows/lint_golang.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint_golang.yml b/.github/workflows/lint_golang.yml index e1a93e6..712e59b 100644 --- a/.github/workflows/lint_golang.yml +++ b/.github/workflows/lint_golang.yml @@ -20,5 +20,5 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v6 with: - version: v1.61.0 + version: v1.62.0 args: --verbose From b46dcb175fa2e47c7ff34cd786b8f3bf6b6d7de9 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sun, 1 Dec 2024 03:56:37 +0200 Subject: [PATCH 37/38] fix(deps): Update module github.com/stretchr/testify to v1.10.0 (#280) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/stretchr/testify](https://togithub.com/stretchr/testify) | require | minor | `v1.9.0` -> `v1.10.0` | --- ### Release Notes
stretchr/testify (github.com/stretchr/testify) ### [`v1.10.0`](https://togithub.com/stretchr/testify/releases/tag/v1.10.0) [Compare Source](https://togithub.com/stretchr/testify/compare/v1.9.0...v1.10.0) #### What's Changed ##### Functional Changes - Add PanicAssertionFunc by [@​fahimbagar](https://togithub.com/fahimbagar) in [https://github.com/stretchr/testify/pull/1337](https://togithub.com/stretchr/testify/pull/1337) - assert: deprecate CompareType by [@​dolmen](https://togithub.com/dolmen) in [https://github.com/stretchr/testify/pull/1566](https://togithub.com/stretchr/testify/pull/1566) - assert: make YAML dependency pluggable via build tags by [@​dolmen](https://togithub.com/dolmen) in [https://github.com/stretchr/testify/pull/1579](https://togithub.com/stretchr/testify/pull/1579) - assert: new assertion NotElementsMatch by [@​hendrywiranto](https://togithub.com/hendrywiranto) in [https://github.com/stretchr/testify/pull/1600](https://togithub.com/stretchr/testify/pull/1600) - mock: in order mock calls by [@​ReyOrtiz](https://togithub.com/ReyOrtiz) in [https://github.com/stretchr/testify/pull/1637](https://togithub.com/stretchr/testify/pull/1637) - Add assertion for NotErrorAs by [@​palsivertsen](https://togithub.com/palsivertsen) in [https://github.com/stretchr/testify/pull/1129](https://togithub.com/stretchr/testify/pull/1129) - Record Return Arguments of a Call by [@​jayd3e](https://togithub.com/jayd3e) in [https://github.com/stretchr/testify/pull/1636](https://togithub.com/stretchr/testify/pull/1636) - assert.EqualExportedValues: accepts everything by [@​redachl](https://togithub.com/redachl) in [https://github.com/stretchr/testify/pull/1586](https://togithub.com/stretchr/testify/pull/1586) ##### Fixes - assert: make tHelper a type alias by [@​dolmen](https://togithub.com/dolmen) in [https://github.com/stretchr/testify/pull/1562](https://togithub.com/stretchr/testify/pull/1562) - Do not get argument again unnecessarily in Arguments.Error() by [@​TomWright](https://togithub.com/TomWright) in [https://github.com/stretchr/testify/pull/820](https://togithub.com/stretchr/testify/pull/820) - Fix time.Time compare by [@​myxo](https://togithub.com/myxo) in [https://github.com/stretchr/testify/pull/1582](https://togithub.com/stretchr/testify/pull/1582) - assert.Regexp: handle \[]byte array properly by [@​kevinburkesegment](https://togithub.com/kevinburkesegment) in [https://github.com/stretchr/testify/pull/1587](https://togithub.com/stretchr/testify/pull/1587) - assert: collect.FailNow() should not panic by [@​marshall-lee](https://togithub.com/marshall-lee) in [https://github.com/stretchr/testify/pull/1481](https://togithub.com/stretchr/testify/pull/1481) - mock: simplify implementation of FunctionalOptions by [@​dolmen](https://togithub.com/dolmen) in [https://github.com/stretchr/testify/pull/1571](https://togithub.com/stretchr/testify/pull/1571) - mock: caller information for unexpected method call by [@​spirin](https://togithub.com/spirin) in [https://github.com/stretchr/testify/pull/1644](https://togithub.com/stretchr/testify/pull/1644) - suite: fix test failures by [@​stevenh](https://togithub.com/stevenh) in [https://github.com/stretchr/testify/pull/1421](https://togithub.com/stretchr/testify/pull/1421) - Fix issue [#​1662](https://togithub.com/stretchr/testify/issues/1662) (comparing infs should fail) by [@​ybrustin](https://togithub.com/ybrustin) in [https://github.com/stretchr/testify/pull/1663](https://togithub.com/stretchr/testify/pull/1663) - NotSame should fail if args are not pointers [#​1661](https://togithub.com/stretchr/testify/issues/1661) by [@​sikehish](https://togithub.com/sikehish) in [https://github.com/stretchr/testify/pull/1664](https://togithub.com/stretchr/testify/pull/1664) - Increase timeouts in Test_Mock_Called_blocks to reduce flakiness in CI by [@​sikehish](https://togithub.com/sikehish) in [https://github.com/stretchr/testify/pull/1667](https://togithub.com/stretchr/testify/pull/1667) - fix: compare functional option names for indirect calls by [@​arjun-1](https://togithub.com/arjun-1) in [https://github.com/stretchr/testify/pull/1626](https://togithub.com/stretchr/testify/pull/1626) ##### Documantation, Build & CI - .gitignore: ignore "go test -c" binaries by [@​dolmen](https://togithub.com/dolmen) in [https://github.com/stretchr/testify/pull/1565](https://togithub.com/stretchr/testify/pull/1565) - mock: improve doc by [@​dolmen](https://togithub.com/dolmen) in [https://github.com/stretchr/testify/pull/1570](https://togithub.com/stretchr/testify/pull/1570) - mock: fix FunctionalOptions docs by [@​snirye](https://togithub.com/snirye) in [https://github.com/stretchr/testify/pull/1433](https://togithub.com/stretchr/testify/pull/1433) - README: link out to the excellent testifylint by [@​brackendawson](https://togithub.com/brackendawson) in [https://github.com/stretchr/testify/pull/1568](https://togithub.com/stretchr/testify/pull/1568) - assert: fix typo in comment by [@​JohnEndson](https://togithub.com/JohnEndson) in [https://github.com/stretchr/testify/pull/1580](https://togithub.com/stretchr/testify/pull/1580) - Correct the EventuallyWithT and EventuallyWithTf example by [@​JonCrowther](https://togithub.com/JonCrowther) in [https://github.com/stretchr/testify/pull/1588](https://togithub.com/stretchr/testify/pull/1588) - CI: bump softprops/action-gh-release from 1 to 2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/stretchr/testify/pull/1575](https://togithub.com/stretchr/testify/pull/1575) - mock: document more alternatives to deprecated AnythingOfTypeArgument by [@​dolmen](https://togithub.com/dolmen) in [https://github.com/stretchr/testify/pull/1569](https://togithub.com/stretchr/testify/pull/1569) - assert: Correctly document EqualValues behavior by [@​brackendawson](https://togithub.com/brackendawson) in [https://github.com/stretchr/testify/pull/1593](https://togithub.com/stretchr/testify/pull/1593) - fix: grammar in godoc by [@​miparnisari](https://togithub.com/miparnisari) in [https://github.com/stretchr/testify/pull/1607](https://togithub.com/stretchr/testify/pull/1607) - .github/workflows: Run tests for Go 1.22 by [@​HaraldNordgren](https://togithub.com/HaraldNordgren) in [https://github.com/stretchr/testify/pull/1629](https://togithub.com/stretchr/testify/pull/1629) - Document suite's lack of support for t.Parallel by [@​brackendawson](https://togithub.com/brackendawson) in [https://github.com/stretchr/testify/pull/1645](https://togithub.com/stretchr/testify/pull/1645) - assert: fix typos in comments by [@​alexandear](https://togithub.com/alexandear) in [https://github.com/stretchr/testify/pull/1650](https://togithub.com/stretchr/testify/pull/1650) - mock: fix doc comment for NotBefore by [@​alexandear](https://togithub.com/alexandear) in [https://github.com/stretchr/testify/pull/1651](https://togithub.com/stretchr/testify/pull/1651) - Generate better comments for require package by [@​Neokil](https://togithub.com/Neokil) in [https://github.com/stretchr/testify/pull/1610](https://togithub.com/stretchr/testify/pull/1610) - README: replace Testify V2 notice with [@​dolmen](https://togithub.com/dolmen)'s V2 manifesto by [@​hendrywiranto](https://togithub.com/hendrywiranto) in [https://github.com/stretchr/testify/pull/1518](https://togithub.com/stretchr/testify/pull/1518) #### New Contributors - [@​fahimbagar](https://togithub.com/fahimbagar) made their first contribution in [https://github.com/stretchr/testify/pull/1337](https://togithub.com/stretchr/testify/pull/1337) - [@​TomWright](https://togithub.com/TomWright) made their first contribution in [https://github.com/stretchr/testify/pull/820](https://togithub.com/stretchr/testify/pull/820) - [@​snirye](https://togithub.com/snirye) made their first contribution in [https://github.com/stretchr/testify/pull/1433](https://togithub.com/stretchr/testify/pull/1433) - [@​myxo](https://togithub.com/myxo) made their first contribution in [https://github.com/stretchr/testify/pull/1582](https://togithub.com/stretchr/testify/pull/1582) - [@​JohnEndson](https://togithub.com/JohnEndson) made their first contribution in [https://github.com/stretchr/testify/pull/1580](https://togithub.com/stretchr/testify/pull/1580) - [@​JonCrowther](https://togithub.com/JonCrowther) made their first contribution in [https://github.com/stretchr/testify/pull/1588](https://togithub.com/stretchr/testify/pull/1588) - [@​miparnisari](https://togithub.com/miparnisari) made their first contribution in [https://github.com/stretchr/testify/pull/1607](https://togithub.com/stretchr/testify/pull/1607) - [@​marshall-lee](https://togithub.com/marshall-lee) made their first contribution in [https://github.com/stretchr/testify/pull/1481](https://togithub.com/stretchr/testify/pull/1481) - [@​spirin](https://togithub.com/spirin) made their first contribution in [https://github.com/stretchr/testify/pull/1644](https://togithub.com/stretchr/testify/pull/1644) - [@​ReyOrtiz](https://togithub.com/ReyOrtiz) made their first contribution in [https://github.com/stretchr/testify/pull/1637](https://togithub.com/stretchr/testify/pull/1637) - [@​stevenh](https://togithub.com/stevenh) made their first contribution in [https://github.com/stretchr/testify/pull/1421](https://togithub.com/stretchr/testify/pull/1421) - [@​jayd3e](https://togithub.com/jayd3e) made their first contribution in [https://github.com/stretchr/testify/pull/1636](https://togithub.com/stretchr/testify/pull/1636) - [@​Neokil](https://togithub.com/Neokil) made their first contribution in [https://github.com/stretchr/testify/pull/1610](https://togithub.com/stretchr/testify/pull/1610) - [@​redachl](https://togithub.com/redachl) made their first contribution in [https://github.com/stretchr/testify/pull/1586](https://togithub.com/stretchr/testify/pull/1586) - [@​ybrustin](https://togithub.com/ybrustin) made their first contribution in [https://github.com/stretchr/testify/pull/1663](https://togithub.com/stretchr/testify/pull/1663) - [@​sikehish](https://togithub.com/sikehish) made their first contribution in [https://github.com/stretchr/testify/pull/1664](https://togithub.com/stretchr/testify/pull/1664) - [@​arjun-1](https://togithub.com/arjun-1) made their first contribution in [https://github.com/stretchr/testify/pull/1626](https://togithub.com/stretchr/testify/pull/1626) **Full Changelog**: https://github.com/stretchr/testify/compare/v1.9.0...v1.10.0
--- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index cb79720..6eef5b7 100644 --- a/go.mod +++ b/go.mod @@ -13,7 +13,7 @@ require ( github.com/google/go-cmp v0.6.0 github.com/invopop/jsonschema v0.12.0 github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629 - github.com/stretchr/testify v1.9.0 + github.com/stretchr/testify v1.10.0 golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f ) diff --git a/go.sum b/go.sum index 8b82203..504b7f3 100644 --- a/go.sum +++ b/go.sum @@ -103,8 +103,8 @@ github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+ github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= -github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg= -github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= +github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA= +github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= github.com/thoas/go-funk v0.9.3 h1:7+nAEx3kn5ZJcnDm2Bh23N2yOtweO14bi//dvRtgLpw= github.com/thoas/go-funk v0.9.3/go.mod h1:+IWnUfUmFO1+WVYQWQtIJHeRRdaIyyYglZN7xzUPe4Q= github.com/wk8/go-ordered-map/v2 v2.1.8 h1:5h/BUHu93oj4gIdvHHHGsScSTMijfx5PeYkE/fJgbpc= From 7af04f7609b265e7a98ee8f02173b922811ec8b2 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 2 Dec 2024 11:25:29 +0200 Subject: [PATCH 38/38] chore(main): Release v0.3.20 (#244) :robot: I have created a release *beep* *boop* --- ## [0.3.20](https://github.com/cloudquery/codegen/compare/v0.3.19...v0.3.20) (2024-12-01) ### Bug Fixes * **deps:** Update golang.org/x/exp digest to 2d47ceb ([#278](https://github.com/cloudquery/codegen/issues/278)) ([5d3f5fd](https://github.com/cloudquery/codegen/commit/5d3f5fd9209498711a5f9ac7954c17c80a2eeaab)) * **deps:** Update golang.org/x/exp digest to 8a7402a ([#251](https://github.com/cloudquery/codegen/issues/251)) ([08c64ee](https://github.com/cloudquery/codegen/commit/08c64ee5310f8c1f9f80a8582dd2dbf448a1ff5a)) * **deps:** Update golang.org/x/exp digest to 9b4947d ([#258](https://github.com/cloudquery/codegen/issues/258)) ([cd61ac1](https://github.com/cloudquery/codegen/commit/cd61ac1136b2b6889302fd435ea82570e4f01fc0)) * **deps:** Update golang.org/x/exp digest to f66d83c ([#272](https://github.com/cloudquery/codegen/issues/272)) ([4e17e28](https://github.com/cloudquery/codegen/commit/4e17e28eff5afe5417cb432747e1d086e101655a)) * **deps:** Update module github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appconfiguration/armappconfiguration/v2 to v2.2.0 ([#277](https://github.com/cloudquery/codegen/issues/277)) ([7765f7d](https://github.com/cloudquery/codegen/commit/7765f7d37f3f53d6bffd4b024c2ee0555799322a)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.52.0 ([#243](https://github.com/cloudquery/codegen/issues/243)) ([677b9ed](https://github.com/cloudquery/codegen/commit/677b9edea6183b5c73c50a29f7d17a6aa6158d92)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.52.1 ([#245](https://github.com/cloudquery/codegen/issues/245)) ([722eb2c](https://github.com/cloudquery/codegen/commit/722eb2cd2927b0b3dca00baf43246f1d60b71597)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.53.0 ([#246](https://github.com/cloudquery/codegen/issues/246)) ([fa3e60f](https://github.com/cloudquery/codegen/commit/fa3e60f5bc928e8ceb63656a897cb8355a0cdac3)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.53.1 ([#247](https://github.com/cloudquery/codegen/issues/247)) ([c0d78c4](https://github.com/cloudquery/codegen/commit/c0d78c4a15230fb45755777e9921f9a3e455ce69)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.54.0 ([#248](https://github.com/cloudquery/codegen/issues/248)) ([ad37ab0](https://github.com/cloudquery/codegen/commit/ad37ab0a2142cb7cbb6ed03766592398e633cd66)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.55.0 ([#249](https://github.com/cloudquery/codegen/issues/249)) ([44e58ac](https://github.com/cloudquery/codegen/commit/44e58ac86b46d14c13b08ebc262dc9188859d601)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.56.0 ([#250](https://github.com/cloudquery/codegen/issues/250)) ([e27919a](https://github.com/cloudquery/codegen/commit/e27919a3fab415316b7108c332cc00f68a50769e)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.57.0 ([#252](https://github.com/cloudquery/codegen/issues/252)) ([cf89969](https://github.com/cloudquery/codegen/commit/cf8996991a1b70271dd47715add10fdddabee8b5)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.57.1 ([#253](https://github.com/cloudquery/codegen/issues/253)) ([2e60046](https://github.com/cloudquery/codegen/commit/2e60046d2771eaf0e61d36b53f277255e8e466a2)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.58.0 ([#254](https://github.com/cloudquery/codegen/issues/254)) ([a1deff0](https://github.com/cloudquery/codegen/commit/a1deff09be5f99b3236fef066a103bc7a31cb4e8)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.58.1 ([#255](https://github.com/cloudquery/codegen/issues/255)) ([1279f8d](https://github.com/cloudquery/codegen/commit/1279f8d4a784203d4188c615616b66d53657ea5c)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.59.0 ([#256](https://github.com/cloudquery/codegen/issues/256)) ([846d696](https://github.com/cloudquery/codegen/commit/846d696a5ea9464ba7a87b62580d2fd96eaf2c41)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.60.0 ([#257](https://github.com/cloudquery/codegen/issues/257)) ([e9ee8f2](https://github.com/cloudquery/codegen/commit/e9ee8f2c5c5aa2993899997c4832ec94dbcc7410)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.61.0 ([#260](https://github.com/cloudquery/codegen/issues/260)) ([0357f1e](https://github.com/cloudquery/codegen/commit/0357f1eb90e7dcf408219c393bbbeb33028e0de3)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.62.0 ([#261](https://github.com/cloudquery/codegen/issues/261)) ([5d4342d](https://github.com/cloudquery/codegen/commit/5d4342df48e03e62947d6fb07d8f717d256c7b7c)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.63.0 ([#262](https://github.com/cloudquery/codegen/issues/262)) ([c5b6d27](https://github.com/cloudquery/codegen/commit/c5b6d2751db6ad9e5d4cdbf467ba255dd7dec31d)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.64.0 ([#264](https://github.com/cloudquery/codegen/issues/264)) ([53c9ba7](https://github.com/cloudquery/codegen/commit/53c9ba72cdb48479694f3cc1e129a90556df4099)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.64.1 ([#265](https://github.com/cloudquery/codegen/issues/265)) ([79728e5](https://github.com/cloudquery/codegen/commit/79728e50bbec4a4e523c40a0ddf9801d4063f029)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.65.0 ([#266](https://github.com/cloudquery/codegen/issues/266)) ([8a47cc9](https://github.com/cloudquery/codegen/commit/8a47cc92870e7f1f713b80d01c07f6c4baf3c8ca)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.66.0 ([#267](https://github.com/cloudquery/codegen/issues/267)) ([6c834a8](https://github.com/cloudquery/codegen/commit/6c834a81137c33adfa808ff7d2f6a38b8dd1bb84)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.66.1 ([#268](https://github.com/cloudquery/codegen/issues/268)) ([785f472](https://github.com/cloudquery/codegen/commit/785f47247ff404e9fd5c4d7ce846bf52841c50ce)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.67.0 ([#269](https://github.com/cloudquery/codegen/issues/269)) ([a082ba2](https://github.com/cloudquery/codegen/commit/a082ba2a14c8d2158df75f039446982e76714af5)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.67.1 ([#270](https://github.com/cloudquery/codegen/issues/270)) ([90407ad](https://github.com/cloudquery/codegen/commit/90407ad2ce157c7b65d2e56aa819968c78d1c571)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.68.0 ([#271](https://github.com/cloudquery/codegen/issues/271)) ([a3b3778](https://github.com/cloudquery/codegen/commit/a3b377802b1f0f1fba30f998d0e67ff89bc39048)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.68.1 ([#273](https://github.com/cloudquery/codegen/issues/273)) ([4e0e885](https://github.com/cloudquery/codegen/commit/4e0e88569aae986810a64c27cba642b3779c612b)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.68.2 ([#274](https://github.com/cloudquery/codegen/issues/274)) ([68918ae](https://github.com/cloudquery/codegen/commit/68918ae853c805cdc1bf7de1993297005f398549)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.68.3 ([#275](https://github.com/cloudquery/codegen/issues/275)) ([d47d64b](https://github.com/cloudquery/codegen/commit/d47d64bf36c850664e3c2b4db96d978550c1246a)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.69.0 ([#276](https://github.com/cloudquery/codegen/issues/276)) ([25f98a8](https://github.com/cloudquery/codegen/commit/25f98a8b4f6aeb2661c6a6822190f05e948f8547)) * **deps:** Update module github.com/stretchr/testify to v1.10.0 ([#280](https://github.com/cloudquery/codegen/issues/280)) ([b46dcb1](https://github.com/cloudquery/codegen/commit/b46dcb175fa2e47c7ff34cd786b8f3bf6b6d7de9)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- .release-please-manifest.json | 2 +- CHANGELOG.md | 40 +++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 51684f3..d808b91 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.19" + ".": "0.3.20" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 660a636..7de288a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,45 @@ # Changelog +## [0.3.20](https://github.com/cloudquery/codegen/compare/v0.3.19...v0.3.20) (2024-12-01) + + +### Bug Fixes + +* **deps:** Update golang.org/x/exp digest to 2d47ceb ([#278](https://github.com/cloudquery/codegen/issues/278)) ([5d3f5fd](https://github.com/cloudquery/codegen/commit/5d3f5fd9209498711a5f9ac7954c17c80a2eeaab)) +* **deps:** Update golang.org/x/exp digest to 8a7402a ([#251](https://github.com/cloudquery/codegen/issues/251)) ([08c64ee](https://github.com/cloudquery/codegen/commit/08c64ee5310f8c1f9f80a8582dd2dbf448a1ff5a)) +* **deps:** Update golang.org/x/exp digest to 9b4947d ([#258](https://github.com/cloudquery/codegen/issues/258)) ([cd61ac1](https://github.com/cloudquery/codegen/commit/cd61ac1136b2b6889302fd435ea82570e4f01fc0)) +* **deps:** Update golang.org/x/exp digest to f66d83c ([#272](https://github.com/cloudquery/codegen/issues/272)) ([4e17e28](https://github.com/cloudquery/codegen/commit/4e17e28eff5afe5417cb432747e1d086e101655a)) +* **deps:** Update module github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appconfiguration/armappconfiguration/v2 to v2.2.0 ([#277](https://github.com/cloudquery/codegen/issues/277)) ([7765f7d](https://github.com/cloudquery/codegen/commit/7765f7d37f3f53d6bffd4b024c2ee0555799322a)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.52.0 ([#243](https://github.com/cloudquery/codegen/issues/243)) ([677b9ed](https://github.com/cloudquery/codegen/commit/677b9edea6183b5c73c50a29f7d17a6aa6158d92)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.52.1 ([#245](https://github.com/cloudquery/codegen/issues/245)) ([722eb2c](https://github.com/cloudquery/codegen/commit/722eb2cd2927b0b3dca00baf43246f1d60b71597)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.53.0 ([#246](https://github.com/cloudquery/codegen/issues/246)) ([fa3e60f](https://github.com/cloudquery/codegen/commit/fa3e60f5bc928e8ceb63656a897cb8355a0cdac3)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.53.1 ([#247](https://github.com/cloudquery/codegen/issues/247)) ([c0d78c4](https://github.com/cloudquery/codegen/commit/c0d78c4a15230fb45755777e9921f9a3e455ce69)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.54.0 ([#248](https://github.com/cloudquery/codegen/issues/248)) ([ad37ab0](https://github.com/cloudquery/codegen/commit/ad37ab0a2142cb7cbb6ed03766592398e633cd66)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.55.0 ([#249](https://github.com/cloudquery/codegen/issues/249)) ([44e58ac](https://github.com/cloudquery/codegen/commit/44e58ac86b46d14c13b08ebc262dc9188859d601)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.56.0 ([#250](https://github.com/cloudquery/codegen/issues/250)) ([e27919a](https://github.com/cloudquery/codegen/commit/e27919a3fab415316b7108c332cc00f68a50769e)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.57.0 ([#252](https://github.com/cloudquery/codegen/issues/252)) ([cf89969](https://github.com/cloudquery/codegen/commit/cf8996991a1b70271dd47715add10fdddabee8b5)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.57.1 ([#253](https://github.com/cloudquery/codegen/issues/253)) ([2e60046](https://github.com/cloudquery/codegen/commit/2e60046d2771eaf0e61d36b53f277255e8e466a2)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.58.0 ([#254](https://github.com/cloudquery/codegen/issues/254)) ([a1deff0](https://github.com/cloudquery/codegen/commit/a1deff09be5f99b3236fef066a103bc7a31cb4e8)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.58.1 ([#255](https://github.com/cloudquery/codegen/issues/255)) ([1279f8d](https://github.com/cloudquery/codegen/commit/1279f8d4a784203d4188c615616b66d53657ea5c)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.59.0 ([#256](https://github.com/cloudquery/codegen/issues/256)) ([846d696](https://github.com/cloudquery/codegen/commit/846d696a5ea9464ba7a87b62580d2fd96eaf2c41)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.60.0 ([#257](https://github.com/cloudquery/codegen/issues/257)) ([e9ee8f2](https://github.com/cloudquery/codegen/commit/e9ee8f2c5c5aa2993899997c4832ec94dbcc7410)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.61.0 ([#260](https://github.com/cloudquery/codegen/issues/260)) ([0357f1e](https://github.com/cloudquery/codegen/commit/0357f1eb90e7dcf408219c393bbbeb33028e0de3)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.62.0 ([#261](https://github.com/cloudquery/codegen/issues/261)) ([5d4342d](https://github.com/cloudquery/codegen/commit/5d4342df48e03e62947d6fb07d8f717d256c7b7c)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.63.0 ([#262](https://github.com/cloudquery/codegen/issues/262)) ([c5b6d27](https://github.com/cloudquery/codegen/commit/c5b6d2751db6ad9e5d4cdbf467ba255dd7dec31d)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.64.0 ([#264](https://github.com/cloudquery/codegen/issues/264)) ([53c9ba7](https://github.com/cloudquery/codegen/commit/53c9ba72cdb48479694f3cc1e129a90556df4099)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.64.1 ([#265](https://github.com/cloudquery/codegen/issues/265)) ([79728e5](https://github.com/cloudquery/codegen/commit/79728e50bbec4a4e523c40a0ddf9801d4063f029)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.65.0 ([#266](https://github.com/cloudquery/codegen/issues/266)) ([8a47cc9](https://github.com/cloudquery/codegen/commit/8a47cc92870e7f1f713b80d01c07f6c4baf3c8ca)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.66.0 ([#267](https://github.com/cloudquery/codegen/issues/267)) ([6c834a8](https://github.com/cloudquery/codegen/commit/6c834a81137c33adfa808ff7d2f6a38b8dd1bb84)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.66.1 ([#268](https://github.com/cloudquery/codegen/issues/268)) ([785f472](https://github.com/cloudquery/codegen/commit/785f47247ff404e9fd5c4d7ce846bf52841c50ce)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.67.0 ([#269](https://github.com/cloudquery/codegen/issues/269)) ([a082ba2](https://github.com/cloudquery/codegen/commit/a082ba2a14c8d2158df75f039446982e76714af5)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.67.1 ([#270](https://github.com/cloudquery/codegen/issues/270)) ([90407ad](https://github.com/cloudquery/codegen/commit/90407ad2ce157c7b65d2e56aa819968c78d1c571)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.68.0 ([#271](https://github.com/cloudquery/codegen/issues/271)) ([a3b3778](https://github.com/cloudquery/codegen/commit/a3b377802b1f0f1fba30f998d0e67ff89bc39048)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.68.1 ([#273](https://github.com/cloudquery/codegen/issues/273)) ([4e0e885](https://github.com/cloudquery/codegen/commit/4e0e88569aae986810a64c27cba642b3779c612b)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.68.2 ([#274](https://github.com/cloudquery/codegen/issues/274)) ([68918ae](https://github.com/cloudquery/codegen/commit/68918ae853c805cdc1bf7de1993297005f398549)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.68.3 ([#275](https://github.com/cloudquery/codegen/issues/275)) ([d47d64b](https://github.com/cloudquery/codegen/commit/d47d64bf36c850664e3c2b4db96d978550c1246a)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.69.0 ([#276](https://github.com/cloudquery/codegen/issues/276)) ([25f98a8](https://github.com/cloudquery/codegen/commit/25f98a8b4f6aeb2661c6a6822190f05e948f8547)) +* **deps:** Update module github.com/stretchr/testify to v1.10.0 ([#280](https://github.com/cloudquery/codegen/issues/280)) ([b46dcb1](https://github.com/cloudquery/codegen/commit/b46dcb175fa2e47c7ff34cd786b8f3bf6b6d7de9)) + ## [0.3.19](https://github.com/cloudquery/codegen/compare/v0.3.18...v0.3.19) (2024-07-22)