From a72845ceb31e4a2212df7ed24f32f441d632d982 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Thu, 14 Nov 2024 14:21:12 -0500 Subject: [PATCH 01/11] fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.68.3 (#590) 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 | 8 ++++---- go.sum | 10 ++++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/go.mod b/go.mod index 925bf3bd..42855bd7 100644 --- a/go.mod +++ b/go.mod @@ -1,14 +1,14 @@ module github.com/cloudquery/filetypes/v4 -go 1.22.0 +go 1.22.7 -toolchain go1.23.1 +toolchain go1.23.3 require ( github.com/apache/arrow/go/v17 v17.0.0 github.com/bradleyjkemp/cupaloy/v2 v2.8.0 github.com/cloudquery/codegen v0.3.19 - github.com/cloudquery/plugin-sdk/v4 v4.68.2 + github.com/cloudquery/plugin-sdk/v4 v4.68.3 github.com/goccy/go-json v0.10.3 github.com/invopop/jsonschema v0.12.0 github.com/stretchr/testify v1.9.0 @@ -53,7 +53,7 @@ require ( golang.org/x/tools v0.26.0 // indirect golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 // indirect - google.golang.org/grpc v1.67.1 // indirect + google.golang.org/grpc v1.68.0 // indirect google.golang.org/protobuf v1.35.1 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/go.sum b/go.sum index b074d60a..3dc735b8 100644 --- a/go.sum +++ b/go.sum @@ -22,8 +22,8 @@ github.com/cloudquery/codegen v0.3.19 h1:DeHCWEdgiRF6PCAaVZcMujxU9/jKlSOuPutplUp github.com/cloudquery/codegen v0.3.19/go.mod h1:NCAex4htqLN/VwPlg3HwxnB7aEq8sU6UEl8c5ax0KQc= 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= @@ -35,6 +35,8 @@ github.com/fatih/color v1.16.0/go.mod h1:fL2Sau1YI5c0pdGEVCbKQbLXB6edEj1ZgiY4Nij 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/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek= +github.com/golang/protobuf v1.5.4/go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps= github.com/golang/snappy v0.0.4 h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM= github.com/golang/snappy v0.0.4/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= github.com/google/flatbuffers v24.3.25+incompatible h1:CX395cjN9Kke9mmalRoL3d81AtFUxJM+yDthflgJGkI= @@ -127,8 +129,8 @@ gonum.org/v1/gonum v0.15.0 h1:2lYxjRbTYyxkJxlhC+LvJIx3SsANPdRybu1tGj9/OrQ= gonum.org/v1/gonum v0.15.0/go.mod h1:xzZVBJBtS+Mz4q0Yl2LJTk+OxOg4jiXZ7qBoM0uISGo= google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 h1:QCqS/PdaHTSWGvupk2F/ehwHtGc0/GYkT+3GAcR1CCc= google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9/go.mod h1:GX3210XPVPUjJbTUbvwI8f2IpZDMZuPJWDzDuebbviI= -google.golang.org/grpc v1.67.1 h1:zWnc1Vrcno+lHZCOofnIMvycFcc0QRGIzm9dhnDX68E= -google.golang.org/grpc v1.67.1/go.mod h1:1gLDyUQU7CTLJI90u3nXZ9ekeghjeM7pTDZlqFNg2AA= +google.golang.org/grpc v1.68.0 h1:aHQeeJbo8zAkAa3pRzrVjZlbz6uSfeOXlJNQM0RAbz0= +google.golang.org/grpc v1.68.0/go.mod h1:fmSPC5AsjSBCK54MyHRx48kpOti1/jRfOlwEWywNjWA= google.golang.org/protobuf v1.35.1 h1:m3LfL6/Ca+fqnjnlqQXNpFPABW1UD7mjh8KO2mKFytA= google.golang.org/protobuf v1.35.1/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= From 5501d702a65f21423c72ed4f1a806801961bcccb Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Fri, 22 Nov 2024 07:26:38 -0500 Subject: [PATCH 02/11] fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.69.0 (#592) 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 | 4 ++-- go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 42855bd7..75644dec 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/apache/arrow/go/v17 v17.0.0 github.com/bradleyjkemp/cupaloy/v2 v2.8.0 github.com/cloudquery/codegen v0.3.19 - github.com/cloudquery/plugin-sdk/v4 v4.68.3 + github.com/cloudquery/plugin-sdk/v4 v4.69.0 github.com/goccy/go-json v0.10.3 github.com/invopop/jsonschema v0.12.0 github.com/stretchr/testify v1.9.0 @@ -54,7 +54,7 @@ require ( golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 // indirect google.golang.org/grpc v1.68.0 // indirect - google.golang.org/protobuf v1.35.1 // indirect + google.golang.org/protobuf v1.35.2 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/go.sum b/go.sum index 3dc735b8..9f310d5f 100644 --- a/go.sum +++ b/go.sum @@ -22,8 +22,8 @@ github.com/cloudquery/codegen v0.3.19 h1:DeHCWEdgiRF6PCAaVZcMujxU9/jKlSOuPutplUp github.com/cloudquery/codegen v0.3.19/go.mod h1:NCAex4htqLN/VwPlg3HwxnB7aEq8sU6UEl8c5ax0KQc= 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= @@ -131,8 +131,8 @@ google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 h1: google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9/go.mod h1:GX3210XPVPUjJbTUbvwI8f2IpZDMZuPJWDzDuebbviI= google.golang.org/grpc v1.68.0 h1:aHQeeJbo8zAkAa3pRzrVjZlbz6uSfeOXlJNQM0RAbz0= google.golang.org/grpc v1.68.0/go.mod h1:fmSPC5AsjSBCK54MyHRx48kpOti1/jRfOlwEWywNjWA= -google.golang.org/protobuf v1.35.1 h1:m3LfL6/Ca+fqnjnlqQXNpFPABW1UD7mjh8KO2mKFytA= -google.golang.org/protobuf v1.35.1/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE= +google.golang.org/protobuf v1.35.2 h1:8Ar7bF+apOIoThw1EdZl0p1oWvMqTHmpA2fRTyZO8io= +google.golang.org/protobuf v1.35.2/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE= 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= From 5a093769e7d04e298d6d0872e8bd5e82239f4035 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sun, 1 Dec 2024 02:59:46 +0200 Subject: [PATCH 03/11] chore(deps): Update dependency golangci/golangci-lint to v1.62.0 (#593) 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 d4770cdc..aab1eb5a 100644 --- a/.github/workflows/lint_golang.yml +++ b/.github/workflows/lint_golang.yml @@ -19,5 +19,5 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v6 with: - version: v1.61.0 + version: v1.62.0 args: --verbose From e148e80eee57d3e995cf961e601fa058ba031957 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sun, 1 Dec 2024 03:08:37 +0200 Subject: [PATCH 04/11] fix(deps): Update module github.com/stretchr/testify to v1.10.0 (#594) 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 75644dec..d07abb45 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ require ( github.com/cloudquery/plugin-sdk/v4 v4.69.0 github.com/goccy/go-json v0.10.3 github.com/invopop/jsonschema v0.12.0 - github.com/stretchr/testify v1.9.0 + github.com/stretchr/testify v1.10.0 github.com/wk8/go-ordered-map/v2 v2.1.8 ) diff --git a/go.sum b/go.sum index 9f310d5f..4f51d060 100644 --- a/go.sum +++ b/go.sum @@ -95,8 +95,8 @@ github.com/stretchr/objx v0.5.2/go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/ 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 f4ca54c6c7c6643e1343f8cc626ad19c0d3bf04d Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 2 Dec 2024 16:28:37 +0200 Subject: [PATCH 05/11] fix(deps): Update module github.com/cloudquery/codegen to v0.3.20 (#595) 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/codegen](https://togithub.com/cloudquery/codegen) | require | patch | `v0.3.19` -> `v0.3.20` | --- ### Release Notes
cloudquery/codegen (github.com/cloudquery/codegen) ### [`v0.3.20`](https://togithub.com/cloudquery/codegen/releases/tag/v0.3.20) [Compare Source](https://togithub.com/cloudquery/codegen/compare/v0.3.19...v0.3.20) ##### Bug Fixes - **deps:** Update golang.org/x/exp digest to [`2d47ceb`](https://togithub.com/cloudquery/codegen/commit/2d47ceb) ([#​278](https://togithub.com/cloudquery/codegen/issues/278)) ([5d3f5fd](https://togithub.com/cloudquery/codegen/commit/5d3f5fd9209498711a5f9ac7954c17c80a2eeaab)) - **deps:** Update golang.org/x/exp digest to [`8a7402a`](https://togithub.com/cloudquery/codegen/commit/8a7402a) ([#​251](https://togithub.com/cloudquery/codegen/issues/251)) ([08c64ee](https://togithub.com/cloudquery/codegen/commit/08c64ee5310f8c1f9f80a8582dd2dbf448a1ff5a)) - **deps:** Update golang.org/x/exp digest to [`9b4947d`](https://togithub.com/cloudquery/codegen/commit/9b4947d) ([#​258](https://togithub.com/cloudquery/codegen/issues/258)) ([cd61ac1](https://togithub.com/cloudquery/codegen/commit/cd61ac1136b2b6889302fd435ea82570e4f01fc0)) - **deps:** Update golang.org/x/exp digest to [`f66d83c`](https://togithub.com/cloudquery/codegen/commit/f66d83c) ([#​272](https://togithub.com/cloudquery/codegen/issues/272)) ([4e17e28](https://togithub.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://togithub.com/cloudquery/codegen/issues/277)) ([7765f7d](https://togithub.com/cloudquery/codegen/commit/7765f7d37f3f53d6bffd4b024c2ee0555799322a)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.52.0 ([#​243](https://togithub.com/cloudquery/codegen/issues/243)) ([677b9ed](https://togithub.com/cloudquery/codegen/commit/677b9edea6183b5c73c50a29f7d17a6aa6158d92)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.52.1 ([#​245](https://togithub.com/cloudquery/codegen/issues/245)) ([722eb2c](https://togithub.com/cloudquery/codegen/commit/722eb2cd2927b0b3dca00baf43246f1d60b71597)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.53.0 ([#​246](https://togithub.com/cloudquery/codegen/issues/246)) ([fa3e60f](https://togithub.com/cloudquery/codegen/commit/fa3e60f5bc928e8ceb63656a897cb8355a0cdac3)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.53.1 ([#​247](https://togithub.com/cloudquery/codegen/issues/247)) ([c0d78c4](https://togithub.com/cloudquery/codegen/commit/c0d78c4a15230fb45755777e9921f9a3e455ce69)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.54.0 ([#​248](https://togithub.com/cloudquery/codegen/issues/248)) ([ad37ab0](https://togithub.com/cloudquery/codegen/commit/ad37ab0a2142cb7cbb6ed03766592398e633cd66)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.55.0 ([#​249](https://togithub.com/cloudquery/codegen/issues/249)) ([44e58ac](https://togithub.com/cloudquery/codegen/commit/44e58ac86b46d14c13b08ebc262dc9188859d601)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.56.0 ([#​250](https://togithub.com/cloudquery/codegen/issues/250)) ([e27919a](https://togithub.com/cloudquery/codegen/commit/e27919a3fab415316b7108c332cc00f68a50769e)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.57.0 ([#​252](https://togithub.com/cloudquery/codegen/issues/252)) ([cf89969](https://togithub.com/cloudquery/codegen/commit/cf8996991a1b70271dd47715add10fdddabee8b5)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.57.1 ([#​253](https://togithub.com/cloudquery/codegen/issues/253)) ([2e60046](https://togithub.com/cloudquery/codegen/commit/2e60046d2771eaf0e61d36b53f277255e8e466a2)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.58.0 ([#​254](https://togithub.com/cloudquery/codegen/issues/254)) ([a1deff0](https://togithub.com/cloudquery/codegen/commit/a1deff09be5f99b3236fef066a103bc7a31cb4e8)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.58.1 ([#​255](https://togithub.com/cloudquery/codegen/issues/255)) ([1279f8d](https://togithub.com/cloudquery/codegen/commit/1279f8d4a784203d4188c615616b66d53657ea5c)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.59.0 ([#​256](https://togithub.com/cloudquery/codegen/issues/256)) ([846d696](https://togithub.com/cloudquery/codegen/commit/846d696a5ea9464ba7a87b62580d2fd96eaf2c41)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.60.0 ([#​257](https://togithub.com/cloudquery/codegen/issues/257)) ([e9ee8f2](https://togithub.com/cloudquery/codegen/commit/e9ee8f2c5c5aa2993899997c4832ec94dbcc7410)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.61.0 ([#​260](https://togithub.com/cloudquery/codegen/issues/260)) ([0357f1e](https://togithub.com/cloudquery/codegen/commit/0357f1eb90e7dcf408219c393bbbeb33028e0de3)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.62.0 ([#​261](https://togithub.com/cloudquery/codegen/issues/261)) ([5d4342d](https://togithub.com/cloudquery/codegen/commit/5d4342df48e03e62947d6fb07d8f717d256c7b7c)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.63.0 ([#​262](https://togithub.com/cloudquery/codegen/issues/262)) ([c5b6d27](https://togithub.com/cloudquery/codegen/commit/c5b6d2751db6ad9e5d4cdbf467ba255dd7dec31d)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.64.0 ([#​264](https://togithub.com/cloudquery/codegen/issues/264)) ([53c9ba7](https://togithub.com/cloudquery/codegen/commit/53c9ba72cdb48479694f3cc1e129a90556df4099)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.64.1 ([#​265](https://togithub.com/cloudquery/codegen/issues/265)) ([79728e5](https://togithub.com/cloudquery/codegen/commit/79728e50bbec4a4e523c40a0ddf9801d4063f029)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.65.0 ([#​266](https://togithub.com/cloudquery/codegen/issues/266)) ([8a47cc9](https://togithub.com/cloudquery/codegen/commit/8a47cc92870e7f1f713b80d01c07f6c4baf3c8ca)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.66.0 ([#​267](https://togithub.com/cloudquery/codegen/issues/267)) ([6c834a8](https://togithub.com/cloudquery/codegen/commit/6c834a81137c33adfa808ff7d2f6a38b8dd1bb84)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.66.1 ([#​268](https://togithub.com/cloudquery/codegen/issues/268)) ([785f472](https://togithub.com/cloudquery/codegen/commit/785f47247ff404e9fd5c4d7ce846bf52841c50ce)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.67.0 ([#​269](https://togithub.com/cloudquery/codegen/issues/269)) ([a082ba2](https://togithub.com/cloudquery/codegen/commit/a082ba2a14c8d2158df75f039446982e76714af5)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.67.1 ([#​270](https://togithub.com/cloudquery/codegen/issues/270)) ([90407ad](https://togithub.com/cloudquery/codegen/commit/90407ad2ce157c7b65d2e56aa819968c78d1c571)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.68.0 ([#​271](https://togithub.com/cloudquery/codegen/issues/271)) ([a3b3778](https://togithub.com/cloudquery/codegen/commit/a3b377802b1f0f1fba30f998d0e67ff89bc39048)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.68.1 ([#​273](https://togithub.com/cloudquery/codegen/issues/273)) ([4e0e885](https://togithub.com/cloudquery/codegen/commit/4e0e88569aae986810a64c27cba642b3779c612b)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.68.2 ([#​274](https://togithub.com/cloudquery/codegen/issues/274)) ([68918ae](https://togithub.com/cloudquery/codegen/commit/68918ae853c805cdc1bf7de1993297005f398549)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.68.3 ([#​275](https://togithub.com/cloudquery/codegen/issues/275)) ([d47d64b](https://togithub.com/cloudquery/codegen/commit/d47d64bf36c850664e3c2b4db96d978550c1246a)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.69.0 ([#​276](https://togithub.com/cloudquery/codegen/issues/276)) ([25f98a8](https://togithub.com/cloudquery/codegen/commit/25f98a8b4f6aeb2661c6a6822190f05e948f8547)) - **deps:** Update module github.com/stretchr/testify to v1.10.0 ([#​280](https://togithub.com/cloudquery/codegen/issues/280)) ([b46dcb1](https://togithub.com/cloudquery/codegen/commit/b46dcb175fa2e47c7ff34cd786b8f3bf6b6d7de9))
--- ### 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 | 16 ++++++++-------- go.sum | 32 ++++++++++++++++---------------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/go.mod b/go.mod index d07abb45..d88a4c5e 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ toolchain go1.23.3 require ( github.com/apache/arrow/go/v17 v17.0.0 github.com/bradleyjkemp/cupaloy/v2 v2.8.0 - github.com/cloudquery/codegen v0.3.19 + github.com/cloudquery/codegen v0.3.20 github.com/cloudquery/plugin-sdk/v4 v4.69.0 github.com/goccy/go-json v0.10.3 github.com/invopop/jsonschema v0.12.0 @@ -44,13 +44,13 @@ require ( github.com/santhosh-tekuri/jsonschema/v6 v6.0.1 // indirect github.com/thoas/go-funk v0.9.3 // indirect github.com/zeebo/xxh3 v1.0.2 // indirect - golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // 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/exp v0.0.0-20241108190413-2d47ceb2692f // 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 google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 // indirect google.golang.org/grpc v1.68.0 // indirect diff --git a/go.sum b/go.sum index 4f51d060..f312054a 100644 --- a/go.sum +++ b/go.sum @@ -18,8 +18,8 @@ github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMU github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0= 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/codegen v0.3.19 h1:DeHCWEdgiRF6PCAaVZcMujxU9/jKlSOuPutplUpCXRI= -github.com/cloudquery/codegen v0.3.19/go.mod h1:NCAex4htqLN/VwPlg3HwxnB7aEq8sU6UEl8c5ax0KQc= +github.com/cloudquery/codegen v0.3.20 h1:kpKXmjfw7ne1oHkmi9a/eoS4DNfBYHA3+RreK6YvBJw= +github.com/cloudquery/codegen v0.3.20/go.mod h1:xzDo8KL3E//qggtkm1hJGlj26kxq/Yw55k3VLrunbPQ= 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.69.0 h1:RJ22O73hgmOVksX3TMvJU2aWxN4KFgQanQcaQhKFiFo= @@ -105,24 +105,24 @@ 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/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/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 b56ff1fb7eb19954d883fec68f5e2d8f09f76186 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 2 Dec 2024 17:13:25 +0200 Subject: [PATCH 06/11] fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.70.0 (#596) 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.69.0` -> `v4.70.0` | --- ### Release Notes
cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4) ### [`v4.70.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.70.0) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.69.0...v4.70.0) ##### Features - Expose resource stats in traces as separate event ([#​1973](https://togithub.com/cloudquery/plugin-sdk/issues/1973)) ([e74bb27](https://togithub.com/cloudquery/plugin-sdk/commit/e74bb27ae66713f5734d8cd5fbe1905226c3e696)) ##### Bug Fixes - **deps:** Update aws-sdk-go-v2 monorepo ([#​1976](https://togithub.com/cloudquery/plugin-sdk/issues/1976)) ([566409d](https://togithub.com/cloudquery/plugin-sdk/commit/566409d09d422fb26453879e3e44a00f0608ab01))
--- ### 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 d88a4c5e..af01d0aa 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/apache/arrow/go/v17 v17.0.0 github.com/bradleyjkemp/cupaloy/v2 v2.8.0 github.com/cloudquery/codegen v0.3.20 - github.com/cloudquery/plugin-sdk/v4 v4.69.0 + github.com/cloudquery/plugin-sdk/v4 v4.70.0 github.com/goccy/go-json v0.10.3 github.com/invopop/jsonschema v0.12.0 github.com/stretchr/testify v1.10.0 diff --git a/go.sum b/go.sum index f312054a..f1b028b0 100644 --- a/go.sum +++ b/go.sum @@ -22,8 +22,8 @@ github.com/cloudquery/codegen v0.3.20 h1:kpKXmjfw7ne1oHkmi9a/eoS4DNfBYHA3+RreK6Y github.com/cloudquery/codegen v0.3.20/go.mod h1:xzDo8KL3E//qggtkm1hJGlj26kxq/Yw55k3VLrunbPQ= 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.69.0 h1:RJ22O73hgmOVksX3TMvJU2aWxN4KFgQanQcaQhKFiFo= -github.com/cloudquery/plugin-sdk/v4 v4.69.0/go.mod h1:llDIvCLbW2gItDp4kPT+gUsRXV++V6eB54QFjkvX8FM= +github.com/cloudquery/plugin-sdk/v4 v4.70.0 h1:SHu/XFQGqKg2cBPi+GEO85fsQUoDzjwBIkTq7+4fciQ= +github.com/cloudquery/plugin-sdk/v4 v4.70.0/go.mod h1:Y5zLsOISQD/dhq6twx9Lk6Necu0YVtmV+wKOVu1FpBk= 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 96724a866949cddd90a54917361e8c9bda6b8eee Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 2 Dec 2024 18:38:07 +0200 Subject: [PATCH 07/11] fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.70.1 (#597) 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.70.0` -> `v4.70.1` | --- ### Release Notes
cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4) ### [`v4.70.1`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.70.1) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.70.0...v4.70.1) ##### Bug Fixes - **deps:** Update golang.org/x/exp digest to [`2d47ceb`](https://togithub.com/cloudquery/plugin-sdk/commit/2d47ceb) ([#​1979](https://togithub.com/cloudquery/plugin-sdk/issues/1979)) ([3785e86](https://togithub.com/cloudquery/plugin-sdk/commit/3785e8624e3a6248b136b8dabfbe40c550a1e4ee)) - **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.13.3 ([#​1985](https://togithub.com/cloudquery/plugin-sdk/issues/1985)) ([03944f2](https://togithub.com/cloudquery/plugin-sdk/commit/03944f20f8d1b9b0018ab466200a2b938c32a203)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.25.4 ([#​1987](https://togithub.com/cloudquery/plugin-sdk/issues/1987)) ([1de3891](https://togithub.com/cloudquery/plugin-sdk/commit/1de3891a63df6e0cce1ad606a4292f8277831d44)) - **deps:** Update module github.com/stretchr/testify to v1.10.0 ([#​1982](https://togithub.com/cloudquery/plugin-sdk/issues/1982)) ([c3ac76c](https://togithub.com/cloudquery/plugin-sdk/commit/c3ac76cc0655e1222ec1478c2ca6b60f561a425c)) - **deps:** Update module golang.org/x/oauth2 to v0.24.0 ([#​1983](https://togithub.com/cloudquery/plugin-sdk/issues/1983)) ([90b9728](https://togithub.com/cloudquery/plugin-sdk/commit/90b972850bdc4994425992ea1ed595d9ab1d8ad0)) - **deps:** Update opentelemetry-go monorepo ([#​1984](https://togithub.com/cloudquery/plugin-sdk/issues/1984)) ([3894891](https://togithub.com/cloudquery/plugin-sdk/commit/38948915ed0fc7dbd59158b80755cf3b6f4497e6))
--- ### 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 af01d0aa..c445dbd9 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/apache/arrow/go/v17 v17.0.0 github.com/bradleyjkemp/cupaloy/v2 v2.8.0 github.com/cloudquery/codegen v0.3.20 - github.com/cloudquery/plugin-sdk/v4 v4.70.0 + github.com/cloudquery/plugin-sdk/v4 v4.70.1 github.com/goccy/go-json v0.10.3 github.com/invopop/jsonschema v0.12.0 github.com/stretchr/testify v1.10.0 @@ -22,7 +22,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.1 // indirect + github.com/cloudquery/cloudquery-api-go v1.13.3 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/golang/snappy v0.0.4 // indirect github.com/google/flatbuffers v24.3.25+incompatible // indirect @@ -52,7 +52,7 @@ require ( 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 - google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 // indirect + google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 // indirect google.golang.org/grpc v1.68.0 // indirect google.golang.org/protobuf v1.35.2 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect diff --git a/go.sum b/go.sum index f1b028b0..829ed9b5 100644 --- a/go.sum +++ b/go.sum @@ -16,14 +16,14 @@ 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.1 h1:jU/mpVjgamRXZUWEu+ucNZcLk9OIm5YV6q9B5en5rqQ= -github.com/cloudquery/cloudquery-api-go v1.13.1/go.mod h1:5oo8HHnv2Y7NgcVvZn59xFlYKJUyeP0tcN8JH3IP2Aw= +github.com/cloudquery/cloudquery-api-go v1.13.3 h1:5nIO7Qz5iOtQrGkHEm6i6zhAltAYse+9Jct65dqlbvI= +github.com/cloudquery/cloudquery-api-go v1.13.3/go.mod h1:5oo8HHnv2Y7NgcVvZn59xFlYKJUyeP0tcN8JH3IP2Aw= github.com/cloudquery/codegen v0.3.20 h1:kpKXmjfw7ne1oHkmi9a/eoS4DNfBYHA3+RreK6YvBJw= github.com/cloudquery/codegen v0.3.20/go.mod h1:xzDo8KL3E//qggtkm1hJGlj26kxq/Yw55k3VLrunbPQ= 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.70.0 h1:SHu/XFQGqKg2cBPi+GEO85fsQUoDzjwBIkTq7+4fciQ= -github.com/cloudquery/plugin-sdk/v4 v4.70.0/go.mod h1:Y5zLsOISQD/dhq6twx9Lk6Necu0YVtmV+wKOVu1FpBk= +github.com/cloudquery/plugin-sdk/v4 v4.70.1 h1:k4VttvjqpSISI9hDdUgfvF2fs5fYWckHspftN5uOgjA= +github.com/cloudquery/plugin-sdk/v4 v4.70.1/go.mod h1:N4VdF/Oc8NKww+T6hjru9zSioKAYpX81R6ctdGNOxjQ= 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/xerrors v0.0.0-20231012003039-104605ab7028 h1:+cNy6SZtPcJQH3LJVLOSm 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= gonum.org/v1/gonum v0.15.0/go.mod h1:xzZVBJBtS+Mz4q0Yl2LJTk+OxOg4jiXZ7qBoM0uISGo= -google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 h1:QCqS/PdaHTSWGvupk2F/ehwHtGc0/GYkT+3GAcR1CCc= -google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9/go.mod h1:GX3210XPVPUjJbTUbvwI8f2IpZDMZuPJWDzDuebbviI= +google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 h1:XVhgTWWV3kGQlwJHR3upFWZeTsei6Oks1apkZSeonIE= +google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28/go.mod h1:GX3210XPVPUjJbTUbvwI8f2IpZDMZuPJWDzDuebbviI= google.golang.org/grpc v1.68.0 h1:aHQeeJbo8zAkAa3pRzrVjZlbz6uSfeOXlJNQM0RAbz0= google.golang.org/grpc v1.68.0/go.mod h1:fmSPC5AsjSBCK54MyHRx48kpOti1/jRfOlwEWywNjWA= google.golang.org/protobuf v1.35.2 h1:8Ar7bF+apOIoThw1EdZl0p1oWvMqTHmpA2fRTyZO8io= From da92ff3b6c3f9319b63c66eb0f7cb4be14b9f146 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Fri, 6 Dec 2024 21:33:40 +0200 Subject: [PATCH 08/11] fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.70.2 (#598) 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.70.1` -> `v4.70.2` | --- ### Release Notes
cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4) ### [`v4.70.2`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.70.2) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.70.1...v4.70.2) ##### Bug Fixes - **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.13.4 ([#​1992](https://togithub.com/cloudquery/plugin-sdk/issues/1992)) ([cd4dc4b](https://togithub.com/cloudquery/plugin-sdk/commit/cd4dc4bcfb9eb42227bce7cf77899a5a31635a20)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.25.5 ([#​1991](https://togithub.com/cloudquery/plugin-sdk/issues/1991)) ([037a6d9](https://togithub.com/cloudquery/plugin-sdk/commit/037a6d97ccf8dbcf6f5a9a28fa6f945f8892af25)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.25.6 ([#​1994](https://togithub.com/cloudquery/plugin-sdk/issues/1994)) ([32855ea](https://togithub.com/cloudquery/plugin-sdk/commit/32855ea19975675bba2ed4cfaf1a00013f49a7b5)) - Handle integer overflow ([#​1996](https://togithub.com/cloudquery/plugin-sdk/issues/1996)) ([6af9c22](https://togithub.com/cloudquery/plugin-sdk/commit/6af9c22a82b3872a3fbffdc7f70c61d63450be6e))
--- ### 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 c445dbd9..4c586ba5 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/apache/arrow/go/v17 v17.0.0 github.com/bradleyjkemp/cupaloy/v2 v2.8.0 github.com/cloudquery/codegen v0.3.20 - github.com/cloudquery/plugin-sdk/v4 v4.70.1 + github.com/cloudquery/plugin-sdk/v4 v4.70.2 github.com/goccy/go-json v0.10.3 github.com/invopop/jsonschema v0.12.0 github.com/stretchr/testify v1.10.0 @@ -22,7 +22,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.3 // indirect + github.com/cloudquery/cloudquery-api-go v1.13.4 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/golang/snappy v0.0.4 // indirect github.com/google/flatbuffers v24.3.25+incompatible // indirect diff --git a/go.sum b/go.sum index 829ed9b5..fbe7856a 100644 --- a/go.sum +++ b/go.sum @@ -16,14 +16,14 @@ 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.3 h1:5nIO7Qz5iOtQrGkHEm6i6zhAltAYse+9Jct65dqlbvI= -github.com/cloudquery/cloudquery-api-go v1.13.3/go.mod h1:5oo8HHnv2Y7NgcVvZn59xFlYKJUyeP0tcN8JH3IP2Aw= +github.com/cloudquery/cloudquery-api-go v1.13.4 h1:8xj16iU1LcN0uLUHeHhDjc5nJDtzdxan07HiVAgJz1Q= +github.com/cloudquery/cloudquery-api-go v1.13.4/go.mod h1:nbc7ROHjJAnLGP306pCrpNwBCNLjUyNd5u6Y/+QsmKw= github.com/cloudquery/codegen v0.3.20 h1:kpKXmjfw7ne1oHkmi9a/eoS4DNfBYHA3+RreK6YvBJw= github.com/cloudquery/codegen v0.3.20/go.mod h1:xzDo8KL3E//qggtkm1hJGlj26kxq/Yw55k3VLrunbPQ= 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.70.1 h1:k4VttvjqpSISI9hDdUgfvF2fs5fYWckHspftN5uOgjA= -github.com/cloudquery/plugin-sdk/v4 v4.70.1/go.mod h1:N4VdF/Oc8NKww+T6hjru9zSioKAYpX81R6ctdGNOxjQ= +github.com/cloudquery/plugin-sdk/v4 v4.70.2 h1:va9B7FrJFsCQvqCJnylTgg54XDh6rq/gUakvwvd4zdM= +github.com/cloudquery/plugin-sdk/v4 v4.70.2/go.mod h1:sJ6RjrPkWZnVYPx9kl5QaEgvxxfoWlYmhWi95oqitdI= 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 c3b7e3011c1a7374b3b37dc13f7454b9be9ecfda Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 9 Dec 2024 13:34:25 +0200 Subject: [PATCH 09/11] fix(deps): Update module github.com/cloudquery/codegen to v0.3.21 (#599) 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/codegen](https://togithub.com/cloudquery/codegen) | require | patch | `v0.3.20` -> `v0.3.21` | --- ### Release Notes
cloudquery/codegen (github.com/cloudquery/codegen) ### [`v0.3.21`](https://togithub.com/cloudquery/codegen/releases/tag/v0.3.21) [Compare Source](https://togithub.com/cloudquery/codegen/compare/v0.3.20...v0.3.21) ##### Bug Fixes - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.70.0 ([#​281](https://togithub.com/cloudquery/codegen/issues/281)) ([cce9d33](https://togithub.com/cloudquery/codegen/commit/cce9d338ef24d6310e35e9b6f17554e4eafd219b)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.70.1 ([#​283](https://togithub.com/cloudquery/codegen/issues/283)) ([490688b](https://togithub.com/cloudquery/codegen/commit/490688b00c10f2cc529c97acec8d13a363e64254)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.70.2 ([#​285](https://togithub.com/cloudquery/codegen/issues/285)) ([f623317](https://togithub.com/cloudquery/codegen/commit/f623317981716da6c72817a8260e23bdbfef8615))
--- ### 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 4c586ba5..b2d028a6 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ toolchain go1.23.3 require ( github.com/apache/arrow/go/v17 v17.0.0 github.com/bradleyjkemp/cupaloy/v2 v2.8.0 - github.com/cloudquery/codegen v0.3.20 + github.com/cloudquery/codegen v0.3.21 github.com/cloudquery/plugin-sdk/v4 v4.70.2 github.com/goccy/go-json v0.10.3 github.com/invopop/jsonschema v0.12.0 diff --git a/go.sum b/go.sum index fbe7856a..c9f69b70 100644 --- a/go.sum +++ b/go.sum @@ -18,8 +18,8 @@ github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMU github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0= github.com/cloudquery/cloudquery-api-go v1.13.4 h1:8xj16iU1LcN0uLUHeHhDjc5nJDtzdxan07HiVAgJz1Q= github.com/cloudquery/cloudquery-api-go v1.13.4/go.mod h1:nbc7ROHjJAnLGP306pCrpNwBCNLjUyNd5u6Y/+QsmKw= -github.com/cloudquery/codegen v0.3.20 h1:kpKXmjfw7ne1oHkmi9a/eoS4DNfBYHA3+RreK6YvBJw= -github.com/cloudquery/codegen v0.3.20/go.mod h1:xzDo8KL3E//qggtkm1hJGlj26kxq/Yw55k3VLrunbPQ= +github.com/cloudquery/codegen v0.3.21 h1:9ag/57oS90pjFhsq/abv342o7Ber+IWCOtHThIe0bFc= +github.com/cloudquery/codegen v0.3.21/go.mod h1:yeQd2PXMqQf9rvKjOW4CMZTrMMkkashX+V8wX96d6i0= 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.70.2 h1:va9B7FrJFsCQvqCJnylTgg54XDh6rq/gUakvwvd4zdM= From 0a9b501b0a9ae60ae81214876b09d8abd33ab011 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 9 Dec 2024 16:38:38 +0200 Subject: [PATCH 10/11] fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.71.0 (#600) 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.70.2` -> `v4.71.0` | --- ### Release Notes
cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4) ### [`v4.71.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.71.0) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.70.2...v4.71.0) ##### Features - Implement batch sender. ([#​1995](https://togithub.com/cloudquery/plugin-sdk/issues/1995)) ([371b20f](https://togithub.com/cloudquery/plugin-sdk/commit/371b20fd192e69681e07c79302e7a06fc89b4a71))
--- ### 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 b2d028a6..8b48f865 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/apache/arrow/go/v17 v17.0.0 github.com/bradleyjkemp/cupaloy/v2 v2.8.0 github.com/cloudquery/codegen v0.3.21 - github.com/cloudquery/plugin-sdk/v4 v4.70.2 + github.com/cloudquery/plugin-sdk/v4 v4.71.0 github.com/goccy/go-json v0.10.3 github.com/invopop/jsonschema v0.12.0 github.com/stretchr/testify v1.10.0 diff --git a/go.sum b/go.sum index c9f69b70..137c3065 100644 --- a/go.sum +++ b/go.sum @@ -22,8 +22,8 @@ github.com/cloudquery/codegen v0.3.21 h1:9ag/57oS90pjFhsq/abv342o7Ber+IWCOtHThIe github.com/cloudquery/codegen v0.3.21/go.mod h1:yeQd2PXMqQf9rvKjOW4CMZTrMMkkashX+V8wX96d6i0= 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.70.2 h1:va9B7FrJFsCQvqCJnylTgg54XDh6rq/gUakvwvd4zdM= -github.com/cloudquery/plugin-sdk/v4 v4.70.2/go.mod h1:sJ6RjrPkWZnVYPx9kl5QaEgvxxfoWlYmhWi95oqitdI= +github.com/cloudquery/plugin-sdk/v4 v4.71.0 h1:yv1k0DAHSl5SeeBFuvlZDMiDJXPiDgissF5XWsQHYII= +github.com/cloudquery/plugin-sdk/v4 v4.71.0/go.mod h1:sJ6RjrPkWZnVYPx9kl5QaEgvxxfoWlYmhWi95oqitdI= 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 70bd579005fee18e74a420299d0db87ef6b5fe4c Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 9 Dec 2024 16:42:16 +0200 Subject: [PATCH 11/11] chore(main): Release v4.5.1 (#591) :robot: I have created a release *beep* *boop* --- ## [4.5.1](https://github.com/cloudquery/filetypes/compare/v4.5.0...v4.5.1) (2024-12-09) ### Bug Fixes * **deps:** Update module github.com/cloudquery/codegen to v0.3.20 ([#595](https://github.com/cloudquery/filetypes/issues/595)) ([f4ca54c](https://github.com/cloudquery/filetypes/commit/f4ca54c6c7c6643e1343f8cc626ad19c0d3bf04d)) * **deps:** Update module github.com/cloudquery/codegen to v0.3.21 ([#599](https://github.com/cloudquery/filetypes/issues/599)) ([c3b7e30](https://github.com/cloudquery/filetypes/commit/c3b7e3011c1a7374b3b37dc13f7454b9be9ecfda)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.68.3 ([#590](https://github.com/cloudquery/filetypes/issues/590)) ([a72845c](https://github.com/cloudquery/filetypes/commit/a72845ceb31e4a2212df7ed24f32f441d632d982)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.69.0 ([#592](https://github.com/cloudquery/filetypes/issues/592)) ([5501d70](https://github.com/cloudquery/filetypes/commit/5501d702a65f21423c72ed4f1a806801961bcccb)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.70.0 ([#596](https://github.com/cloudquery/filetypes/issues/596)) ([b56ff1f](https://github.com/cloudquery/filetypes/commit/b56ff1fb7eb19954d883fec68f5e2d8f09f76186)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.70.1 ([#597](https://github.com/cloudquery/filetypes/issues/597)) ([96724a8](https://github.com/cloudquery/filetypes/commit/96724a866949cddd90a54917361e8c9bda6b8eee)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.70.2 ([#598](https://github.com/cloudquery/filetypes/issues/598)) ([da92ff3](https://github.com/cloudquery/filetypes/commit/da92ff3b6c3f9319b63c66eb0f7cb4be14b9f146)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.71.0 ([#600](https://github.com/cloudquery/filetypes/issues/600)) ([0a9b501](https://github.com/cloudquery/filetypes/commit/0a9b501b0a9ae60ae81214876b09d8abd33ab011)) * **deps:** Update module github.com/stretchr/testify to v1.10.0 ([#594](https://github.com/cloudquery/filetypes/issues/594)) ([e148e80](https://github.com/cloudquery/filetypes/commit/e148e80eee57d3e995cf961e601fa058ba031957)) --- 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 | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7aa3d567..e91ae90f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.5.0" + ".": "4.5.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c9249a5..72406554 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [4.5.1](https://github.com/cloudquery/filetypes/compare/v4.5.0...v4.5.1) (2024-12-09) + + +### Bug Fixes + +* **deps:** Update module github.com/cloudquery/codegen to v0.3.20 ([#595](https://github.com/cloudquery/filetypes/issues/595)) ([f4ca54c](https://github.com/cloudquery/filetypes/commit/f4ca54c6c7c6643e1343f8cc626ad19c0d3bf04d)) +* **deps:** Update module github.com/cloudquery/codegen to v0.3.21 ([#599](https://github.com/cloudquery/filetypes/issues/599)) ([c3b7e30](https://github.com/cloudquery/filetypes/commit/c3b7e3011c1a7374b3b37dc13f7454b9be9ecfda)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.68.3 ([#590](https://github.com/cloudquery/filetypes/issues/590)) ([a72845c](https://github.com/cloudquery/filetypes/commit/a72845ceb31e4a2212df7ed24f32f441d632d982)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.69.0 ([#592](https://github.com/cloudquery/filetypes/issues/592)) ([5501d70](https://github.com/cloudquery/filetypes/commit/5501d702a65f21423c72ed4f1a806801961bcccb)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.70.0 ([#596](https://github.com/cloudquery/filetypes/issues/596)) ([b56ff1f](https://github.com/cloudquery/filetypes/commit/b56ff1fb7eb19954d883fec68f5e2d8f09f76186)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.70.1 ([#597](https://github.com/cloudquery/filetypes/issues/597)) ([96724a8](https://github.com/cloudquery/filetypes/commit/96724a866949cddd90a54917361e8c9bda6b8eee)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.70.2 ([#598](https://github.com/cloudquery/filetypes/issues/598)) ([da92ff3](https://github.com/cloudquery/filetypes/commit/da92ff3b6c3f9319b63c66eb0f7cb4be14b9f146)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.71.0 ([#600](https://github.com/cloudquery/filetypes/issues/600)) ([0a9b501](https://github.com/cloudquery/filetypes/commit/0a9b501b0a9ae60ae81214876b09d8abd33ab011)) +* **deps:** Update module github.com/stretchr/testify to v1.10.0 ([#594](https://github.com/cloudquery/filetypes/issues/594)) ([e148e80](https://github.com/cloudquery/filetypes/commit/e148e80eee57d3e995cf961e601fa058ba031957)) + ## [4.5.0](https://github.com/cloudquery/filetypes/compare/v4.4.0...v4.5.0) (2024-11-07)