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.6 (#1244)
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.5` -> `v0.0.6` |

---

### Release Notes

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

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

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

#### What's Changed

-   fix(docs): Small fixes to readme by [@&#8203;hermanschaaf](https://togithub.com/hermanschaaf) in [https://github.com/cloudquery/cq-gen/pull/104](https://togithub.com/cloudquery/cq-gen/pull/104)
-   feat: Add support for ignore_in_tests Table flag by [@&#8203;hermanschaaf](https://togithub.com/hermanschaaf) in [https://github.com/cloudquery/cq-gen/pull/105](https://togithub.com/cloudquery/cq-gen/pull/105)
-   fix: The service property is parsed repeatedly, remove duplicate code by [@&#8203;CC11001100](https://togithub.com/CC11001100) in [https://github.com/cloudquery/cq-gen/pull/107](https://togithub.com/cloudquery/cq-gen/pull/107)
-   chore(tests): improve formatting of differences found in generator tests by [@&#8203;hermanschaaf](https://togithub.com/hermanschaaf) in [https://github.com/cloudquery/cq-gen/pull/108](https://togithub.com/cloudquery/cq-gen/pull/108)
-   Fix ignore tests by [@&#8203;roneli](https://togithub.com/roneli) in [https://github.com/cloudquery/cq-gen/pull/109](https://togithub.com/cloudquery/cq-gen/pull/109)
-   chore: Document replacement patterns by [@&#8203;hermanschaaf](https://togithub.com/hermanschaaf) in [https://github.com/cloudquery/cq-gen/pull/111](https://togithub.com/cloudquery/cq-gen/pull/111)

#### New Contributors

-   [@&#8203;hermanschaaf](https://togithub.com/hermanschaaf) made their first contribution in [https://github.com/cloudquery/cq-gen/pull/104](https://togithub.com/cloudquery/cq-gen/pull/104)
-   [@&#8203;CC11001100](https://togithub.com/CC11001100) made their first contribution in [https://github.com/cloudquery/cq-gen/pull/107](https://togithub.com/cloudquery/cq-gen/pull/107)

**Full Changelog**: https://github.com/cloudquery/cq-gen/compare/v0.0.5...v0.0.6

</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).
  • Loading branch information
cq-bot authored Jul 20, 2022
1 parent c509dae commit c3aea9d
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 @@ -67,7 +67,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.5
github.com/cloudquery/cq-gen v0.0.6
github.com/cloudquery/cq-provider-sdk v0.13.5
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 @@ -345,8 +345,8 @@ github.com/cilium/ebpf v0.4.0/go.mod h1:4tRaxcgiL706VnOzHOdBlY8IEAIdxINsQBcU4xJJ
github.com/cilium/ebpf v0.6.2/go.mod h1:4tRaxcgiL706VnOzHOdBlY8IEAIdxINsQBcU4xJJXRs=
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
github.com/cloudflare/golz4 v0.0.0-20150217214814-ef862a3cdc58/go.mod h1:EOBUe0h4xcZ5GoxqC5SDxFQ8gwyZPKQoEzownBlhI80=
github.com/cloudquery/cq-gen v0.0.5 h1:yhDhM4RCqqGLZulDzfA51VMy0b7TIdtifoEiZXnFbUc=
github.com/cloudquery/cq-gen v0.0.5/go.mod h1:zrjBcuCGtED9P4RzA4gK+P3loxn0Ij1wEcBZX97JTnI=
github.com/cloudquery/cq-gen v0.0.6 h1:M0gF12S/yGxL3QC6Qz26i/CydwGK/A7eo94hWX2Gh9w=
github.com/cloudquery/cq-gen v0.0.6/go.mod h1:HkzXVCMuwMnoj65HqGSf2h4uxXMWZAKxNog4tIMi58M=
github.com/cloudquery/cq-provider-sdk v0.8.2/go.mod h1:IHxqY7TOttWhNQhMRqYl1vBo2JS2szLAf5Mhg78MwTQ=
github.com/cloudquery/cq-provider-sdk v0.13.5 h1:4e8hNuhITabbFo8+s9M5zAl3wRoTfl+b6U8Z6I8qQFs=
github.com/cloudquery/cq-provider-sdk v0.13.5/go.mod h1:YECW4HSIKrttXmRxm9ViR2L5t7g7nfsN1MCtSpERa5o=
Expand Down

0 comments on commit c3aea9d

Please sign in to comment.