Skip to content

Commit

Permalink
fix(deps): Update module github.com/cloudquery/cloudquery-api-go to v…
Browse files Browse the repository at this point in the history
…1.2.1 (#107)

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.1.0` -> `v1.2.1` |

---

### Release Notes

<details>
<summary>cloudquery/cloudquery-api-go (github.com/cloudquery/cloudquery-api-go)</summary>

### [`v1.2.1`](https://togithub.com/cloudquery/cloudquery-api-go/releases/tag/v1.2.1)

[Compare Source](https://togithub.com/cloudquery/cloudquery-api-go/compare/v1.2.0...v1.2.1)

##### Bug Fixes

-   Generate CloudQuery Go API Client from `spec.json` ([#&#8203;18](https://togithub.com/cloudquery/cloudquery-api-go/issues/18)) ([4e5e8fe](https://togithub.com/cloudquery/cloudquery-api-go/commit/4e5e8fe98983d4919a8f7278dc3e2e8d2c6ae4ab))

### [`v1.2.0`](https://togithub.com/cloudquery/cloudquery-api-go/releases/tag/v1.2.0)

[Compare Source](https://togithub.com/cloudquery/cloudquery-api-go/compare/v1.1.0...v1.2.0)

##### Features

-   Revert "feat: Support Go 1.19 ([#&#8203;14](https://togithub.com/cloudquery/cloudquery-api-go/issues/14))" ([#&#8203;16](https://togithub.com/cloudquery/cloudquery-api-go/issues/16)) ([d9f5557](https://togithub.com/cloudquery/cloudquery-api-go/commit/d9f55574f596ee503216cb8b87ce11bc328a5e64))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
cq-bot authored Sep 27, 2023
1 parent 67317c9 commit 73348bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21.1
require (
github.com/apache/arrow/go/v14 v14.0.0-20230901024001-b6c0ea455d08
github.com/avast/retry-go/v4 v4.5.0
github.com/cloudquery/cloudquery-api-go v1.1.0
github.com/cloudquery/cloudquery-api-go v1.2.1
github.com/docker/docker v20.10.25+incompatible
github.com/docker/go-connections v0.4.0
github.com/ghodss/yaml v1.0.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 h1:qSGYFH7+jGhD
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311/go.mod h1:b583jCggY9gE99b6G5LEC39OIiVsWj+R97kbl5odCEk=
github.com/cloudquery/arrow/go/v14 v14.0.0-20230923001133-64e27ff0a594 h1:F7qBvxMoHpKZ34haB/fx1eopayvXQRVxXJVqIEZfEJI=
github.com/cloudquery/arrow/go/v14 v14.0.0-20230923001133-64e27ff0a594/go.mod h1:/SqmdO2dsWqFHqQQeupnsr0ollL8C91n3x0I72rArY8=
github.com/cloudquery/cloudquery-api-go v1.1.0 h1:AJVjX2D2RTqnSYOwzez+ObugRka5e8WpyHhaMSqwC9E=
github.com/cloudquery/cloudquery-api-go v1.1.0/go.mod h1:/8EcavNQ9nlB1h2ucSuvLK382ocWBqAxHieB+LOhCVU=
github.com/cloudquery/cloudquery-api-go v1.2.1 h1:JaUD6Yg3OFIJmBJBVbwkFHsSdZJcmcWpq5duSlw1OJM=
github.com/cloudquery/cloudquery-api-go v1.2.1/go.mod h1:oyNUZZ6CKjPapxMbmE/qR2vdo9/G+tuCdF7uXT1LYuM=
github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
Expand Down

0 comments on commit 73348bf

Please sign in to comment.