Skip to content

Commit a0fe497

Browse files
authored
fix(deps): Update module github.com/cloudquery/cloudquery-api-go to v1.13.8 (#484)
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.6` -> `v1.13.8` | --- ### Release Notes <details> <summary>cloudquery/cloudquery-api-go (github.com/cloudquery/cloudquery-api-go)</summary> ### [`v1.13.8`](https://redirect.github.com/cloudquery/cloudquery-api-go/releases/tag/v1.13.8) [Compare Source](https://redirect.github.com/cloudquery/cloudquery-api-go/compare/v1.13.7...v1.13.8) ##### Bug Fixes - Generate CloudQuery Go API Client from `spec.json` ([#&#8203;281](https://redirect.github.com/cloudquery/cloudquery-api-go/issues/281)) ([1b3bb9f](https://redirect.github.com/cloudquery/cloudquery-api-go/commit/1b3bb9f4af55e68487f0855f047fa3b688e28349)) ### [`v1.13.7`](https://redirect.github.com/cloudquery/cloudquery-api-go/releases/tag/v1.13.7) [Compare Source](https://redirect.github.com/cloudquery/cloudquery-api-go/compare/v1.13.6...v1.13.7) ##### Bug Fixes - Generate CloudQuery Go API Client from `spec.json` ([#&#8203;278](https://redirect.github.com/cloudquery/cloudquery-api-go/issues/278)) ([71cb41f](https://redirect.github.com/cloudquery/cloudquery-api-go/commit/71cb41f0d429ce06872fd1f7554eef5f887bb565)) - Generate CloudQuery Go API Client from `spec.json` ([#&#8203;280](https://redirect.github.com/cloudquery/cloudquery-api-go/issues/280)) ([bd0afda](https://redirect.github.com/cloudquery/cloudquery-api-go/commit/bd0afda36b76b447b8d80261923c17e98f849fdc)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDAuNCIsInVwZGF0ZWRJblZlciI6IjM5LjIyNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
1 parent f7ce2c6 commit a0fe497

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/Masterminds/semver v1.5.0
99
github.com/apache/arrow-go/v18 v18.2.0
1010
github.com/avast/retry-go/v4 v4.6.0
11-
github.com/cloudquery/cloudquery-api-go v1.13.6
11+
github.com/cloudquery/cloudquery-api-go v1.13.8
1212
github.com/distribution/reference v0.6.0
1313
github.com/docker/docker v26.1.5+incompatible
1414
github.com/docker/go-connections v0.5.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ github.com/avast/retry-go/v4 v4.6.0/go.mod h1:gvWlPhBVsvBbLkVGDg/KwvBv0bEkCOLRRS
1818
github.com/bmatcuk/doublestar v1.1.1/go.mod h1:UD6OnuiIn0yFxxA2le/rnRU1G4RaI4UvFv1sNto9p6w=
1919
github.com/cenkalti/backoff/v4 v4.2.1 h1:y4OZtCnogmCPw98Zjyt5a6+QwPLGkiQsYW5oUqylYbM=
2020
github.com/cenkalti/backoff/v4 v4.2.1/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE=
21-
github.com/cloudquery/cloudquery-api-go v1.13.6 h1:ica3n5RMgehw5ehSDQEUXkLfopi9Vw0yoWRBI4TujDI=
22-
github.com/cloudquery/cloudquery-api-go v1.13.6/go.mod h1:ZhEjPkDGDL2KZKlQLUnsgQ0mPz3qC7qftr37q3q+IcA=
21+
github.com/cloudquery/cloudquery-api-go v1.13.8 h1:8n5D0G2wynbUdexr1GS8ND8i0uOwm0gXKNipJsijPe0=
22+
github.com/cloudquery/cloudquery-api-go v1.13.8/go.mod h1:ZhEjPkDGDL2KZKlQLUnsgQ0mPz3qC7qftr37q3q+IcA=
2323
github.com/containerd/log v0.1.0 h1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I=
2424
github.com/containerd/log v0.1.0/go.mod h1:VRRf09a7mHDIRezVKTRCrOq78v577GXq3bSa3EhrzVo=
2525
github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=

0 commit comments

Comments
 (0)