Skip to content

Commit a67fcc5

Browse files
authored
fix(deps): Update module github.com/cloudquery/cloudquery-api-go to v1.13.11 (#20941)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/cloudquery-api-go](https://redirect.github.com/cloudquery/cloudquery-api-go) | require | patch | `v1.13.10` -> `v1.13.11` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>cloudquery/cloudquery-api-go (github.com/cloudquery/cloudquery-api-go)</summary> ### [`v1.13.11`](https://redirect.github.com/cloudquery/cloudquery-api-go/releases/tag/v1.13.11) [Compare Source](https://redirect.github.com/cloudquery/cloudquery-api-go/compare/v1.13.10...v1.13.11) ##### Bug Fixes - **deps:** Update module github.com/hashicorp/go-retryablehttp to v0.7.8 ([#&#8203;299](https://redirect.github.com/cloudquery/cloudquery-api-go/issues/299)) ([d64f973](https://redirect.github.com/cloudquery/cloudquery-api-go/commit/d64f97314476bd2ac7d8d84a88a5acd28a2be461)) </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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
1 parent 42c7256 commit a67fcc5

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

cli/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/apache/arrow-go/v18 v18.3.1
77
github.com/bradleyjkemp/cupaloy/v2 v2.8.0
88
github.com/cenkalti/backoff/v4 v4.3.0
9-
github.com/cloudquery/cloudquery-api-go v1.13.10
9+
github.com/cloudquery/cloudquery-api-go v1.13.11
1010
github.com/cloudquery/codegen v0.3.28
1111
github.com/cloudquery/plugin-pb-go v1.26.14
1212
github.com/cloudquery/plugin-sdk/v4 v4.82.0
@@ -87,7 +87,7 @@ require (
8787
github.com/gorilla/mux v1.8.0 // indirect
8888
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
8989
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
90-
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
90+
github.com/hashicorp/go-retryablehttp v0.7.8 // indirect
9191
github.com/inconshreveable/mousetrap v1.1.0 // indirect
9292
github.com/json-iterator/go v1.1.12 // indirect
9393
github.com/klauspost/compress v1.18.0 // indirect

cli/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e h1:fY5BOSpyZCqRo5O
4242
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI=
4343
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 h1:q763qf9huN11kDQavWsoZXJNW3xEE4JJyHa5Q25/sd8=
4444
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU=
45-
github.com/cloudquery/cloudquery-api-go v1.13.10 h1:7nd8chYf3GHBrCpjxYIeHPh8DK8HR5ygzAWNC9KEyCE=
46-
github.com/cloudquery/cloudquery-api-go v1.13.10/go.mod h1:ZhEjPkDGDL2KZKlQLUnsgQ0mPz3qC7qftr37q3q+IcA=
45+
github.com/cloudquery/cloudquery-api-go v1.13.11 h1:7zstvvVgTh9Nj4DmWaF2Ve3FQybIOtZf/8ZDBZw+NsE=
46+
github.com/cloudquery/cloudquery-api-go v1.13.11/go.mod h1:eLlKRJgGvskJIGz9RVo7TwK9BRyAM39pUg+3omCDPKA=
4747
github.com/cloudquery/codegen v0.3.28 h1:ppiTQDp9WKAPjQYxqfaVSRI1cUirxxDUhrnQzRcIy5M=
4848
github.com/cloudquery/codegen v0.3.28/go.mod h1:YmZITt9bM1qyddD3QS2Bke1QDD/vHRtKznjdwWrdHjw=
4949
github.com/cloudquery/godebouncer v0.0.0-20230626172639-4b59d27e1b8c h1:o8Xwg6fiYnqCQuQVbt3YDvpgrB6Ipc0CNoBgAjvHp6s=
@@ -130,8 +130,8 @@ github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9n
130130
github.com/hashicorp/go-cleanhttp v0.5.2/go.mod h1:kO/YDlP8L1346E6Sodw+PrpBSV4/SoxCXGY6BqNFT48=
131131
github.com/hashicorp/go-hclog v1.6.3 h1:Qr2kF+eVWjTiYmU7Y31tYlP1h0q/X3Nl3tPGdaB11/k=
132132
github.com/hashicorp/go-hclog v1.6.3/go.mod h1:W4Qnvbt70Wk/zYJryRzDRU/4r0kIg0PVHBcfoyhpF5M=
133-
github.com/hashicorp/go-retryablehttp v0.7.7 h1:C8hUCYzor8PIfXHa4UrZkU4VvK8o9ISHxT2Q8+VepXU=
134-
github.com/hashicorp/go-retryablehttp v0.7.7/go.mod h1:pkQpWZeYWskR+D1tR2O5OcBFOxfA7DoAO6xtkuQnHTk=
133+
github.com/hashicorp/go-retryablehttp v0.7.8 h1:ylXZWnqa7Lhqpk0L1P1LzDtGcCR0rPVUrx/c8Unxc48=
134+
github.com/hashicorp/go-retryablehttp v0.7.8/go.mod h1:rjiScheydd+CxvumBsIrFKlx3iS0jrZ7LvzFGFmuKbw=
135135
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
136136
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
137137
github.com/jedib0t/go-pretty/v6 v6.6.5 h1:9PgMJOVBedpgYLI56jQRJYqngxYAAzfEUua+3NgSqAo=

0 commit comments

Comments
 (0)