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-provider-sdk to v0.…
Browse files Browse the repository at this point in the history
…10.3 (#954)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/cloudquery/cq-provider-sdk](https://togithub.com/cloudquery/cq-provider-sdk) | require | patch | `v0.10.2` -> `v0.10.3` |

---

### Release Notes

<details>
<summary>cloudquery/cq-provider-sdk</summary>

### [`v0.10.3`](https://togithub.com/cloudquery/cq-provider-sdk/releases/tag/v0.10.3)

[Compare Source](https://togithub.com/cloudquery/cq-provider-sdk/compare/v0.10.2...v0.10.3)

##### [0.10.3](https://togithub.com/cloudquery/cq-provider-sdk/compare/v0.10.2...v0.10.3) (2022-05-26)

##### Features

-   Implement Diagnostics.BySeverity filtering ([#&#8203;288](https://togithub.com/cloudquery/cq-provider-sdk/issues/288)) ([75213de](https://togithub.com/cloudquery/cq-provider-sdk/commit/75213de41aceaa6607b479e822c18b8961772c5b))
-   Sortable flatdiags ([#&#8203;290](https://togithub.com/cloudquery/cq-provider-sdk/issues/290)) ([22a7afb](https://togithub.com/cloudquery/cq-provider-sdk/commit/22a7afb218b536da6f8d3844c6b8bacde4478329))

</details>

---

### Configuration

📅 **Schedule**: 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 May 29, 2022
1 parent df14874 commit 21a5818
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 158 deletions.
11 changes: 1 addition & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ require (
github.com/basgys/goxml2json v1.1.0
github.com/bxcodec/faker v2.0.1+incompatible
github.com/cloudquery/cq-gen v0.0.4
github.com/cloudquery/cq-provider-sdk v0.10.2
github.com/cloudquery/cq-provider-sdk v0.10.3
github.com/cloudquery/faker/v3 v3.7.5
github.com/gocarina/gocsv v0.0.0-20210516172204-ca9e8a8ddea8
github.com/golang/mock v1.6.0
Expand All @@ -77,15 +77,6 @@ require (
github.com/stretchr/testify v1.7.0
)

require (
github.com/daixiang0/gci v0.3.3 // indirect
github.com/hexops/gotextdiff v1.0.3 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/spf13/cobra v1.3.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
)

require (
github.com/Masterminds/squirrel v1.5.0 // indirect
github.com/agext/levenshtein v1.2.3 // indirect
Expand Down
Loading

0 comments on commit 21a5818

Please sign in to comment.