-
Notifications
You must be signed in to change notification settings - Fork 2
Comparing changes
Open a pull request
base repository: cloudquery/plugin-pb-go
base: 1e8d74b
head repository: cloudquery/plugin-pb-go
compare: da8c79d
- 9 commits
- 5 files changed
- 1 contributor
Commits on Jul 1, 2024
-
fix(deps): Update golang.org/x/exp digest to 7f521ea (#347)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang.org/x/exp | require | digest | `fd00a4e` -> `7f521ea` | --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
Configuration menu - View commit details
-
Copy full SHA for 625888e - Browse repository at this point
Copy the full SHA 625888eView commit details -
chore(deps): Update dependency golangci/golangci-lint to v1.59.1 (#348)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [golangci/golangci-lint](https://togithub.com/golangci/golangci-lint) | patch | `v1.59.0` -> `v1.59.1` | --- ### Release Notes <details> <summary>golangci/golangci-lint (golangci/golangci-lint)</summary> ### [`v1.59.1`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1591) [Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.59.0...v1.59.1) 1. Updated linters - `go-errorlint`: from 1.5.1 to 1.5.2 - `gomnd`: deprecated configuration compatibility - `intrange`: add `style` preset - `misspell`: from 0.5.1 to 0.6.0 - `sloglint`: from 0.7.0 to 0.7.1 - `testifylint`: from 1.3.0 to 1.3.1 - `unparam`: bump to HEAD - `usestdlibvars`: from 1.25.0 to 1.26.0 2. Fixes - SARIF: init empty result slice - SARIF: issue column >= 1 3. Documentation - update `revive` configuration </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
Configuration menu - View commit details
-
Copy full SHA for 0a5e2d6 - Browse repository at this point
Copy the full SHA 0a5e2d6View commit details -
fix(deps): Update module github.com/docker/docker to v26.1.4+incompat…
…ible (#350) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/docker/docker](https://togithub.com/docker/docker) | require | patch | `v26.1.3+incompatible` -> `v26.1.4+incompatible` | --- ### Release Notes <details> <summary>docker/docker (github.com/docker/docker)</summary> ### [`v26.1.4+incompatible`](https://togithub.com/docker/docker/compare/v26.1.3...v26.1.4) [Compare Source](https://togithub.com/docker/docker/compare/v26.1.3...v26.1.4) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMyIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
Configuration menu - View commit details
-
Copy full SHA for 63d22c1 - Browse repository at this point
Copy the full SHA 63d22c1View commit details -
fix(deps): Update module github.com/schollz/progressbar/v3 to v3.14.4 (…
…#351) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/schollz/progressbar/v3](https://togithub.com/schollz/progressbar) | require | patch | `v3.14.2` -> `v3.14.4` | --- ### Release Notes <details> <summary>schollz/progressbar (github.com/schollz/progressbar/v3)</summary> ### [`v3.14.4`](https://togithub.com/schollz/progressbar/releases/tag/v3.14.4) [Compare Source](https://togithub.com/schollz/progressbar/compare/v3.14.3...v3.14.4) #### What's Changed - fix: only fill the bar for spinners in Finish() by [@​black-night-heron](https://togithub.com/black-night-heron) in [https://github.com/schollz/progressbar/pull/188](https://togithub.com/schollz/progressbar/pull/188) **Full Changelog**: schollz/progressbar@v3.14.3...v3.14.4 ### [`v3.14.3`](https://togithub.com/schollz/progressbar/releases/tag/v3.14.3) [Compare Source](https://togithub.com/schollz/progressbar/compare/v3.14.2...v3.14.3) #### What's Changed - fix error return by [@​ttmars](https://togithub.com/ttmars) in [https://github.com/schollz/progressbar/pull/175](https://togithub.com/schollz/progressbar/pull/175) - fix Finish() should update state.currentBytes by [@​black-night-heron](https://togithub.com/black-night-heron) in [https://github.com/schollz/progressbar/pull/182](https://togithub.com/schollz/progressbar/pull/182) - fix race condition when changing max by [@​mxey](https://togithub.com/mxey) in [https://github.com/schollz/progressbar/pull/183](https://togithub.com/schollz/progressbar/pull/183) - fix: make elapsedTime option work in non-spinner mode by [@​wjf3121](https://togithub.com/wjf3121) in [https://github.com/schollz/progressbar/pull/184](https://togithub.com/schollz/progressbar/pull/184) #### New Contributors - [@​ttmars](https://togithub.com/ttmars) made their first contribution in [https://github.com/schollz/progressbar/pull/175](https://togithub.com/schollz/progressbar/pull/175) - [@​black-night-heron](https://togithub.com/black-night-heron) made their first contribution in [https://github.com/schollz/progressbar/pull/182](https://togithub.com/schollz/progressbar/pull/182) - [@​mxey](https://togithub.com/mxey) made their first contribution in [https://github.com/schollz/progressbar/pull/183](https://togithub.com/schollz/progressbar/pull/183) - [@​wjf3121](https://togithub.com/wjf3121) made their first contribution in [https://github.com/schollz/progressbar/pull/184](https://togithub.com/schollz/progressbar/pull/184) **Full Changelog**: schollz/progressbar@v3.14.2...v3.14.3 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMyIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
Configuration menu - View commit details
-
Copy full SHA for a579ce0 - Browse repository at this point
Copy the full SHA a579ce0View commit details
Commits on Jul 3, 2024
-
fix(deps): Update module github.com/cloudquery/cloudquery-api-go to v…
…1.12.0 (#354) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/cloudquery-api-go](https://togithub.com/cloudquery/cloudquery-api-go) | require | minor | `v1.11.3` -> `v1.12.0` | --- ### Release Notes <details> <summary>cloudquery/cloudquery-api-go (github.com/cloudquery/cloudquery-api-go)</summary> ### [`v1.12.0`](https://togithub.com/cloudquery/cloudquery-api-go/releases/tag/v1.12.0) [Compare Source](https://togithub.com/cloudquery/cloudquery-api-go/compare/v1.11.3...v1.12.0) ##### Features - Upgrade oapi-codegen version ([#​189](https://togithub.com/cloudquery/cloudquery-api-go/issues/189)) ([b478180](https://togithub.com/cloudquery/cloudquery-api-go/commit/b478180b847da753d6283533479381ae008bd974)) ##### Bug Fixes - Generate CloudQuery Go API Client from `spec.json` ([#​170](https://togithub.com/cloudquery/cloudquery-api-go/issues/170)) ([cfc4eed](https://togithub.com/cloudquery/cloudquery-api-go/commit/cfc4eed76e9122d702c6e249cb9ab5acaca17ee3)) - Generate CloudQuery Go API Client from `spec.json` ([#​172](https://togithub.com/cloudquery/cloudquery-api-go/issues/172)) ([0557f6e](https://togithub.com/cloudquery/cloudquery-api-go/commit/0557f6e7c60b1cdf45d65005046af2a282f957da)) - Generate CloudQuery Go API Client from `spec.json` ([#​173](https://togithub.com/cloudquery/cloudquery-api-go/issues/173)) ([ded4693](https://togithub.com/cloudquery/cloudquery-api-go/commit/ded46932fad761ed5e8ecee8a05170e111c302d4)) - Generate CloudQuery Go API Client from `spec.json` ([#​174](https://togithub.com/cloudquery/cloudquery-api-go/issues/174)) ([f42ea7f](https://togithub.com/cloudquery/cloudquery-api-go/commit/f42ea7f7c639fe22dff6b90cc7c4b4fb92550dc4)) - Generate CloudQuery Go API Client from `spec.json` ([#​175](https://togithub.com/cloudquery/cloudquery-api-go/issues/175)) ([e7930cc](https://togithub.com/cloudquery/cloudquery-api-go/commit/e7930cc35a92f93527e916c2b0bd4d5cf04ce11f)) - Generate CloudQuery Go API Client from `spec.json` ([#​176](https://togithub.com/cloudquery/cloudquery-api-go/issues/176)) ([58bf785](https://togithub.com/cloudquery/cloudquery-api-go/commit/58bf785bbb8ca97a1f604cabd7ffd7b5d4b3afec)) - Generate CloudQuery Go API Client from `spec.json` ([#​177](https://togithub.com/cloudquery/cloudquery-api-go/issues/177)) ([fd9a4ef](https://togithub.com/cloudquery/cloudquery-api-go/commit/fd9a4efb75db2ab775257ce98e84547c70889556)) - Generate CloudQuery Go API Client from `spec.json` ([#​178](https://togithub.com/cloudquery/cloudquery-api-go/issues/178)) ([99ac21b](https://togithub.com/cloudquery/cloudquery-api-go/commit/99ac21b8ad9747624e74864b454b50a75fe9fa23)) - Generate CloudQuery Go API Client from `spec.json` ([#​179](https://togithub.com/cloudquery/cloudquery-api-go/issues/179)) ([0386cad](https://togithub.com/cloudquery/cloudquery-api-go/commit/0386cad9556e21bb60bf5435fef27d1e00507fa4)) - Generate CloudQuery Go API Client from `spec.json` ([#​180](https://togithub.com/cloudquery/cloudquery-api-go/issues/180)) ([a6ad886](https://togithub.com/cloudquery/cloudquery-api-go/commit/a6ad88671b21578349f4c8c359b02fa187cb0043)) - Generate CloudQuery Go API Client from `spec.json` ([#​181](https://togithub.com/cloudquery/cloudquery-api-go/issues/181)) ([03c7442](https://togithub.com/cloudquery/cloudquery-api-go/commit/03c744269ff40f8babfd670508a7f773417d8637)) - Generate CloudQuery Go API Client from `spec.json` ([#​182](https://togithub.com/cloudquery/cloudquery-api-go/issues/182)) ([4c194a7](https://togithub.com/cloudquery/cloudquery-api-go/commit/4c194a72ebda5dd0f5412ab1e4d0af4d7c0ccf83)) - Generate CloudQuery Go API Client from `spec.json` ([#​183](https://togithub.com/cloudquery/cloudquery-api-go/issues/183)) ([6ac8600](https://togithub.com/cloudquery/cloudquery-api-go/commit/6ac86009d72e9884ae48284ae428aba43d0eeb53)) - Generate CloudQuery Go API Client from `spec.json` ([#​184](https://togithub.com/cloudquery/cloudquery-api-go/issues/184)) ([bef70d4](https://togithub.com/cloudquery/cloudquery-api-go/commit/bef70d4b346f1361de5bac3110eee4c567118594)) - Generate CloudQuery Go API Client from `spec.json` ([#​185](https://togithub.com/cloudquery/cloudquery-api-go/issues/185)) ([e2b4aba](https://togithub.com/cloudquery/cloudquery-api-go/commit/e2b4aba01a86951a9ee955beb32d1ce2bd11fd6e)) - Generate CloudQuery Go API Client from `spec.json` ([#​186](https://togithub.com/cloudquery/cloudquery-api-go/issues/186)) ([170ae88](https://togithub.com/cloudquery/cloudquery-api-go/commit/170ae888837baaec7559710390801f0b1bf22822)) - Generate CloudQuery Go API Client from `spec.json` ([#​187](https://togithub.com/cloudquery/cloudquery-api-go/issues/187)) ([63205b9](https://togithub.com/cloudquery/cloudquery-api-go/commit/63205b94db002ba554b7924d2469cde5d29a0096)) - Generate CloudQuery Go API Client from `spec.json` ([#​188](https://togithub.com/cloudquery/cloudquery-api-go/issues/188)) ([3ebded6](https://togithub.com/cloudquery/cloudquery-api-go/commit/3ebded6d6ca274eb8a7e0538ce94fd3851f77ecf)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjIuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMi40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
Configuration menu - View commit details
-
Copy full SHA for b6715ce - Browse repository at this point
Copy the full SHA b6715ceView commit details
Commits on Jul 4, 2024
-
fix(deps): Update module github.com/cloudquery/cloudquery-api-go to v…
…1.12.1 (#355) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/cloudquery-api-go](https://togithub.com/cloudquery/cloudquery-api-go) | require | patch | `v1.12.0` -> `v1.12.1` | --- ### Release Notes <details> <summary>cloudquery/cloudquery-api-go (github.com/cloudquery/cloudquery-api-go)</summary> ### [`v1.12.1`](https://togithub.com/cloudquery/cloudquery-api-go/releases/tag/v1.12.1) [Compare Source](https://togithub.com/cloudquery/cloudquery-api-go/compare/v1.12.0...v1.12.1) ##### Bug Fixes - Generate CloudQuery Go API Client from `spec.json` ([#​190](https://togithub.com/cloudquery/cloudquery-api-go/issues/190)) ([ecacca7](https://togithub.com/cloudquery/cloudquery-api-go/commit/ecacca723f46efdd4bbbeaf9d1f1aed8f95fecb7)) - Generate CloudQuery Go API Client from `spec.json` ([#​192](https://togithub.com/cloudquery/cloudquery-api-go/issues/192)) ([e427c4a](https://togithub.com/cloudquery/cloudquery-api-go/commit/e427c4a81f1c8d1fee239d594e3f1280dd9eda52)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
Configuration menu - View commit details
-
Copy full SHA for df2d939 - Browse repository at this point
Copy the full SHA df2d939View commit details
Commits on Jul 6, 2024
-
fix(deps): Update module google.golang.org/grpc to v1.65.0 (#356)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [google.golang.org/grpc](https://togithub.com/grpc/grpc-go) | require | minor | `v1.64.0` -> `v1.65.0` | --- ### Release Notes <details> <summary>grpc/grpc-go (google.golang.org/grpc)</summary> ### [`v1.65.0`](https://togithub.com/grpc/grpc-go/releases/tag/v1.65.0): Release 1.65.0 [Compare Source](https://togithub.com/grpc/grpc-go/compare/v1.64.1...v1.65.0) ### Dependencies - Change support policy to cover only the latest TWO releases of Go, matching the policy for Go itself. See [#​7249](https://togithub.com/grpc/grpc-go/issues/7249) for more information. ([#​7250](https://togithub.com/grpc/grpc-go/issues/7250)) - Update x/net/http2 to address [CVE-2023-45288](https://nvd.nist.gov/vuln/detail/CVE-2023-45288) ([#​7282](https://togithub.com/grpc/grpc-go/issues/7282)) ### Behavior Changes - credentials/tls: clients and servers will now reject connections that don't support ALPN when environment variable `GRPC_ENFORCE_ALPN_ENABLED` is set to "true" (case insensitive). ([#​7184](https://togithub.com/grpc/grpc-go/issues/7184)) - NOTE: this behavior will become the default in a future release. - metadata: remove String method from MD to make printing more consistent ([#​7373](https://togithub.com/grpc/grpc-go/issues/7373)) ### New Features - grpc: add `WithMaxCallAttempts` to configure gRPC's retry behavior per-channel. ([#​7229](https://togithub.com/grpc/grpc-go/issues/7229)) - Special Thanks: [@​imoore76](https://togithub.com/imoore76) ### Bug Fixes - ringhash: properly apply endpoint weights instead of ignoring them ([#​7156](https://togithub.com/grpc/grpc-go/issues/7156)) - xds: fix a bug that could cause xds-enabled servers to stop accepting new connections after handshaking errors ([#​7128](https://togithub.com/grpc/grpc-go/issues/7128)) - Special Thanks: [@​bozaro](https://togithub.com/bozaro) ### [`v1.64.1`](https://togithub.com/grpc/grpc-go/releases/tag/v1.64.1): Release 1.64.1 [Compare Source](https://togithub.com/grpc/grpc-go/compare/v1.64.0...v1.64.1) ### Dependencies - Update x/net/http2 to address [CVE-2023-45288](https://nvd.nist.gov/vuln/detail/CVE-2023-45288) ([#​7352](https://togithub.com/grpc/grpc-go/issues/7352)) - metadata: remove String method from MD to make printing consistent ([#​7374](https://togithub.com/grpc/grpc-go/issues/7374)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjQuMiIsInVwZGF0ZWRJblZlciI6IjM3LjQyNC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
Configuration menu - View commit details
-
Copy full SHA for be32185 - Browse repository at this point
Copy the full SHA be32185View commit details
Commits on Jul 8, 2024
-
fix(deps): Update module github.com/docker/docker to v27 (#353)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/docker/docker](https://togithub.com/docker/docker) | require | major | `v26.1.4+incompatible` -> `v27.0.3+incompatible` | --- ### Release Notes <details> <summary>docker/docker (github.com/docker/docker)</summary> ### [`v27.0.3+incompatible`](https://togithub.com/docker/docker/compare/v27.0.2...v27.0.3) [Compare Source](https://togithub.com/docker/docker/compare/v27.0.2...v27.0.3) ### [`v27.0.2+incompatible`](https://togithub.com/docker/docker/compare/v27.0.1...v27.0.2) [Compare Source](https://togithub.com/docker/docker/compare/v27.0.1...v27.0.2) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMyIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Configuration menu - View commit details
-
Copy full SHA for e5607ab - Browse repository at this point
Copy the full SHA e5607abView commit details -
chore(main): Release v1.20.3 (#349)
🤖 I have created a release *beep* *boop* --- ## [1.20.3](v1.20.2...v1.20.3) (2024-07-08) ### Bug Fixes * **deps:** Update golang.org/x/exp digest to 7f521ea ([#347](#347)) ([625888e](625888e)) * **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.12.0 ([#354](#354)) ([b6715ce](b6715ce)) * **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.12.1 ([#355](#355)) ([df2d939](df2d939)) * **deps:** Update module github.com/docker/docker to v26.1.4+incompatible ([#350](#350)) ([63d22c1](63d22c1)) * **deps:** Update module github.com/docker/docker to v27 ([#353](#353)) ([e5607ab](e5607ab)) * **deps:** Update module github.com/schollz/progressbar/v3 to v3.14.4 ([#351](#351)) ([a579ce0](a579ce0)) * **deps:** Update module google.golang.org/grpc to v1.65.0 ([#356](#356)) ([be32185](be32185)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for da8c79d - Browse repository at this point
Copy the full SHA da8c79dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1e8d74b...da8c79d