Skip to content

Commit 287e29f

Browse files
authored
fix(deps): Update module github.com/cloudquery/cloudquery-api-go to v1.7.0 (#127)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/cloudquery-api-go](https://togithub.com/cloudquery/cloudquery-api-go) | indirect | minor | `v1.6.5` -> `v1.7.0` | --- > [!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.7.0`](https://togithub.com/cloudquery/cloudquery-api-go/releases/tag/v1.7.0) [Compare Source](https://togithub.com/cloudquery/cloudquery-api-go/compare/v1.6.5...v1.7.0) ##### Features - Add Sync Run API Token Type ([#&#8203;109](https://togithub.com/cloudquery/cloudquery-api-go/issues/109)) ([f1bcc50](https://togithub.com/cloudquery/cloudquery-api-go/commit/f1bcc50c874ba18f66acc38a43a87ce8a4140cd7)) ##### Bug Fixes - Generate CloudQuery Go API Client from `spec.json` ([#&#8203;107](https://togithub.com/cloudquery/cloudquery-api-go/issues/107)) ([3e8e533](https://togithub.com/cloudquery/cloudquery-api-go/commit/3e8e5331a7e6d661e4919828aa65e7a6a80fe524)) - Generate CloudQuery Go API Client from `spec.json` ([#&#8203;110](https://togithub.com/cloudquery/cloudquery-api-go/issues/110)) ([bcf1462](https://togithub.com/cloudquery/cloudquery-api-go/commit/bcf1462886b934c9cdb4754c37f45e48b1ba9d5d)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDYuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE0Ni4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1 parent 021a5d0 commit 287e29f

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
@@ -35,7 +35,7 @@ require (
3535
github.com/bytedance/sonic v1.10.2 // indirect
3636
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
3737
github.com/chenzhuoyu/iasm v0.9.1 // indirect
38-
github.com/cloudquery/cloudquery-api-go v1.6.5 // indirect
38+
github.com/cloudquery/cloudquery-api-go v1.7.0 // indirect
3939
github.com/davecgh/go-spew v1.1.1 // indirect
4040
github.com/deepmap/oapi-codegen v1.15.0 // indirect
4141
github.com/fatih/structs v1.1.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d/go.mod h1:8EPpV
5757
github.com/chenzhuoyu/iasm v0.9.0/go.mod h1:Xjy2NpN3h7aUqeqM+woSuuvxmIe6+DDsiNLIrkAmYog=
5858
github.com/chenzhuoyu/iasm v0.9.1 h1:tUHQJXo3NhBqw6s33wkGn9SP3bvrWLdlVIJ3hQBL7P0=
5959
github.com/chenzhuoyu/iasm v0.9.1/go.mod h1:Xjy2NpN3h7aUqeqM+woSuuvxmIe6+DDsiNLIrkAmYog=
60-
github.com/cloudquery/cloudquery-api-go v1.6.5 h1:mnbn80T8q5RrnFMiuRrY5BvSI2DOSCwLCxh7Kd5bhV0=
61-
github.com/cloudquery/cloudquery-api-go v1.6.5/go.mod h1:03fojQg0UpdgqXZ9tzZ5gF5CPad/F0sok66bsX6u4RA=
60+
github.com/cloudquery/cloudquery-api-go v1.7.0 h1:9da/fBNcKnJGTKF3LFoKIMUwfnzhMCsp5RjIOSxCU7s=
61+
github.com/cloudquery/cloudquery-api-go v1.7.0/go.mod h1:03fojQg0UpdgqXZ9tzZ5gF5CPad/F0sok66bsX6u4RA=
6262
github.com/cloudquery/jsonschema v0.0.0-20231018073309-6c617a23d42f h1:vmYGxIGDVpmhk0QVeDwXXbAt+SwQcOn4xH1G25pmKP8=
6363
github.com/cloudquery/jsonschema v0.0.0-20231018073309-6c617a23d42f/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34=
6464
github.com/cloudquery/plugin-sdk/v4 v4.26.0 h1:1Qy4qQJUsMoELaMKM/igxRvKDJjI+GvhsNL7gi6CKYw=

0 commit comments

Comments
 (0)