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.7 (#1362)
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.6` -> `v0.0.7` |

---

### Release Notes

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

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

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

#### What's Changed

-   chore: Upgrade SDK to version v0.14.3 by [@&#8203;hermanschaaf](https://togithub.com/hermanschaaf) in [https://github.com/cloudquery/cq-gen/pull/114](https://togithub.com/cloudquery/cq-gen/pull/114)
-   fix: add ignore tests to columns by [@&#8203;roneli](https://togithub.com/roneli) in [https://github.com/cloudquery/cq-gen/pull/112](https://togithub.com/cloudquery/cq-gen/pull/112)
-   fix: Better error message when loading package fails by [@&#8203;hermanschaaf](https://togithub.com/hermanschaaf) in [https://github.com/cloudquery/cq-gen/pull/117](https://togithub.com/cloudquery/cq-gen/pull/117)
-   fix: Make generated user-defined resolvers private by [@&#8203;hermanschaaf](https://togithub.com/hermanschaaf) in [https://github.com/cloudquery/cq-gen/pull/118](https://togithub.com/cloudquery/cq-gen/pull/118)
-   chore: Upgrade to Go 1.18 by [@&#8203;hermanschaaf](https://togithub.com/hermanschaaf) in [https://github.com/cloudquery/cq-gen/pull/119](https://togithub.com/cloudquery/cq-gen/pull/119)
-   feat: Use PathTableResolver for relations by [@&#8203;hermanschaaf](https://togithub.com/hermanschaaf) in [https://github.com/cloudquery/cq-gen/pull/115](https://togithub.com/cloudquery/cq-gen/pull/115)

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

</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 1, 2022
1 parent efca284 commit 3060854
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 929 deletions.
3 changes: 2 additions & 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.6
github.com/cloudquery/cq-gen v0.0.7
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 All @@ -86,6 +86,7 @@ require (
github.com/BurntSushi/toml v1.1.0 // indirect
github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.5 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.9 // indirect
github.com/bitly/go-simplejson v0.5.0 // indirect
github.com/elliotchance/orderedmap v1.4.0 // indirect
github.com/lorenzosaino/go-sysctl v0.3.1 // indirect
github.com/mitchellh/hashstructure/v2 v2.0.2 // indirect
Expand Down

0 comments on commit 3060854

Please sign in to comment.