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

Commit

Permalink
fix(deps): Update module github.com/cloudquery/cq-gen to v0.0.8 (#19)
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 committed Aug 5, 2022
1 parent 58d59db commit 36b0433
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 @@ -3,7 +3,7 @@ module github.com/cloudquery/cq-provider-github
go 1.18

require (
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/golang/mock v1.6.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,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 36b0433

Please sign in to comment.