Skip to content

Commit a31b8a4

Browse files
authored
fix(deps): Update module github.com/cloudquery/cloudquery-api-go to v1.8.1 (#277)
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.8.0` -> `v1.8.1` | --- > [!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.8.1`](https://togithub.com/cloudquery/cloudquery-api-go/releases/tag/v1.8.1) [Compare Source](https://togithub.com/cloudquery/cloudquery-api-go/compare/v1.8.0...v1.8.1) ##### Bug Fixes - Generate CloudQuery Go API Client from `spec.json` ([#&#8203;137](https://togithub.com/cloudquery/cloudquery-api-go/issues/137)) ([ffde20a](https://togithub.com/cloudquery/cloudquery-api-go/commit/ffde20a66dd68faab42e67b77ebf7fd84ca0235b)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNTMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjI1My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1 parent c5d5acf commit a31b8a4

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
@@ -5,7 +5,7 @@ go 1.21.5
55
require (
66
github.com/apache/arrow/go/v15 v15.0.0-20240114144300-7e703aae55c1
77
github.com/avast/retry-go/v4 v4.5.1
8-
github.com/cloudquery/cloudquery-api-go v1.8.0
8+
github.com/cloudquery/cloudquery-api-go v1.8.1
99
github.com/distribution/reference v0.5.0
1010
github.com/docker/docker v24.0.9+incompatible
1111
github.com/docker/go-connections v0.4.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d/go.mod h1:8EPpV
3939
github.com/chenzhuoyu/iasm v0.9.0/go.mod h1:Xjy2NpN3h7aUqeqM+woSuuvxmIe6+DDsiNLIrkAmYog=
4040
github.com/chenzhuoyu/iasm v0.9.1 h1:tUHQJXo3NhBqw6s33wkGn9SP3bvrWLdlVIJ3hQBL7P0=
4141
github.com/chenzhuoyu/iasm v0.9.1/go.mod h1:Xjy2NpN3h7aUqeqM+woSuuvxmIe6+DDsiNLIrkAmYog=
42-
github.com/cloudquery/cloudquery-api-go v1.8.0 h1:rmG0HHRyKWjIwJGDhnXVjiUVitX8VLDNQppVcRUv68w=
43-
github.com/cloudquery/cloudquery-api-go v1.8.0/go.mod h1:03fojQg0UpdgqXZ9tzZ5gF5CPad/F0sok66bsX6u4RA=
42+
github.com/cloudquery/cloudquery-api-go v1.8.1 h1:VaY7ydtEG0QHeDfP2OMeBIgsRJFUO49dlHJWZfUnRqM=
43+
github.com/cloudquery/cloudquery-api-go v1.8.1/go.mod h1:03fojQg0UpdgqXZ9tzZ5gF5CPad/F0sok66bsX6u4RA=
4444
github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
4545
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
4646
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=

0 commit comments

Comments
 (0)