Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Commit

Permalink
fix(deps): Update module github.com/cloudquery/cq-gen to v0.0.8 (#1392)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/cloudquery/cq-gen](https://togithub.com/cloudquery/cq-gen) | require | patch | `v0.0.7` -> `v0.0.8` |

---

### Release Notes

<details>
<summary>cloudquery/cq-gen</summary>

### [`v0.0.8`](https://togithub.com/cloudquery/cq-gen/releases/tag/v0.0.8)

[Compare Source](https://togithub.com/cloudquery/cq-gen/compare/v0.0.7...v0.0.8)

#### What's Changed

-   fix: Allow for forced generation of relation resolvers by [@&#8203;hermanschaaf](https://togithub.com/hermanschaaf) in [https://github.com/cloudquery/cq-gen/pull/122](https://togithub.com/cloudquery/cq-gen/pull/122)

**Full Changelog**: https://github.com/cloudquery/cq-gen/compare/v0.0.7...v0.0.8

</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, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMzMuMCIsInVwZGF0ZWRJblZlciI6IjMyLjEzMy4wIn0=-->
  • Loading branch information
cq-bot authored Aug 5, 2022
1 parent 32b53c3 commit 90d8fa5
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 @@ -68,7 +68,7 @@ require (
github.com/aws/smithy-go v1.12.0
github.com/basgys/goxml2json v1.1.0
github.com/bxcodec/faker v2.0.1+incompatible
github.com/cloudquery/cq-gen v0.0.7
github.com/cloudquery/cq-gen v0.0.8
github.com/cloudquery/cq-provider-sdk v0.14.6
github.com/cloudquery/faker/v3 v3.7.7
github.com/gocarina/gocsv v0.0.0-20220712153207-8b2118da4570
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@ github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWR
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI=
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU=
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
github.com/cloudquery/cq-gen v0.0.7 h1:4qzf4xMj9mL4pDnBQdVY5VzdgiLvDWs2scScu57hvO4=
github.com/cloudquery/cq-gen v0.0.7/go.mod h1:qZBvNPx/X4yVQVCOe1TnIi7eJkiF+96xclFTMkxuQMg=
github.com/cloudquery/cq-gen v0.0.8 h1:mZWeoJaRnyyDNTFVJIlVTpS3ruczJwQm/LmSNIEglOs=
github.com/cloudquery/cq-gen v0.0.8/go.mod h1:qZBvNPx/X4yVQVCOe1TnIi7eJkiF+96xclFTMkxuQMg=
github.com/cloudquery/cq-provider-sdk v0.14.6 h1:hyWqQbVzSvilcg4FHlXLy2okzIWKcB3QLDf7sohf9Bw=
github.com/cloudquery/cq-provider-sdk v0.14.6/go.mod h1:s79JSQYAsFFOupGmMsh530r23DRE3aPkLUF1eHjuIE8=
github.com/cloudquery/faker/v3 v3.7.7 h1:vODOmAXGhxAacVrUOjr4Jti2lFhXgkPjG6/L3C2REgQ=
Expand Down

0 comments on commit 90d8fa5

Please sign in to comment.