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.9 (#1423)
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.8` -> `v0.0.9` |

---

### Release Notes

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

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

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

##### What's Changed

-   fix: Generate Header by [@&#8203;roneli](https://togithub.com/roneli) in [https://github.com/cloudquery/cq-gen/pull/123](https://togithub.com/cloudquery/cq-gen/pull/123)

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

</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:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNTkuMSIsInVwZGF0ZWRJblZlciI6IjMyLjE1OS4xIn0=-->
  • Loading branch information
cq-bot authored Aug 15, 2022
1 parent 044ab8a commit 68276fe
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 @@ -75,7 +75,7 @@ require (
github.com/aws/smithy-go v1.12.1
github.com/basgys/goxml2json v1.1.0
github.com/bxcodec/faker v2.0.1+incompatible
github.com/cloudquery/cq-gen v0.0.8
github.com/cloudquery/cq-gen v0.0.9
github.com/cloudquery/cq-provider-sdk v0.14.7
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 @@ -253,8 +253,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.8 h1:mZWeoJaRnyyDNTFVJIlVTpS3ruczJwQm/LmSNIEglOs=
github.com/cloudquery/cq-gen v0.0.8/go.mod h1:qZBvNPx/X4yVQVCOe1TnIi7eJkiF+96xclFTMkxuQMg=
github.com/cloudquery/cq-gen v0.0.9 h1:G+ks11dpYsYbOz4Lm1hZKY1UGOE9bM6WHTCq1dddfqE=
github.com/cloudquery/cq-gen v0.0.9/go.mod h1:qZBvNPx/X4yVQVCOe1TnIi7eJkiF+96xclFTMkxuQMg=
github.com/cloudquery/cq-provider-sdk v0.14.7 h1:95yw0qc1IebxRAJyGdJjNM8gXJOHjMZuItbMvorZGpE=
github.com/cloudquery/cq-provider-sdk v0.14.7/go.mod h1:fJNnqlYU+yKV7uH5luznZr6IA4XLllauGau1uRAsqmE=
github.com/cloudquery/faker/v3 v3.7.7 h1:vODOmAXGhxAacVrUOjr4Jti2lFhXgkPjG6/L3C2REgQ=
Expand Down

0 comments on commit 68276fe

Please sign in to comment.