Skip to content

Commit

Permalink
fix(deps): fix(deps): Update module github.com/cloudquery/cq-provider…
Browse files Browse the repository at this point in the history
…-sdk to v0.12.4 (#16)

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.12.3` -> `v0.12.4` |

---

### Release Notes

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

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

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

##### Bug Fixes

-   **deps:** fix(deps): Update module github.com/georgysavva/scany to v0.3.0 ([#&#8203;376](https://togithub.com/cloudquery/cq-provider-sdk/issues/376)) ([4fd3b03](https://togithub.com/cloudquery/cq-provider-sdk/commit/4fd3b0372895e5c59c46c7ab2ff88d69d8df7714))
-   **deps:** fix(deps): Update module github.com/hashicorp/hcl/v2 to v2.13.0 ([#&#8203;377](https://togithub.com/cloudquery/cq-provider-sdk/issues/377)) ([7e2672a](https://togithub.com/cloudquery/cq-provider-sdk/commit/7e2672a38bb686c06316a483d085f85bd42c38a4))
-   **deps:** fix(deps): Update module github.com/jackc/pgconn to v1.12.1 ([#&#8203;378](https://togithub.com/cloudquery/cq-provider-sdk/issues/378)) ([095f01f](https://togithub.com/cloudquery/cq-provider-sdk/commit/095f01faf913fef0aa2c75513028f4f12c983be6))
-   **deps:** fix(deps): Update module github.com/jackc/pgtype to v1.11.0 ([#&#8203;379](https://togithub.com/cloudquery/cq-provider-sdk/issues/379)) ([906ee1c](https://togithub.com/cloudquery/cq-provider-sdk/commit/906ee1c773a48d2fbdd05712d2201f6347d49c98))
-   **deps:** fix(deps): Update module github.com/jackc/pgx/v4 to v4.16.1 ([#&#8203;380](https://togithub.com/cloudquery/cq-provider-sdk/issues/380)) ([e28a566](https://togithub.com/cloudquery/cq-provider-sdk/commit/e28a566d7335997cddaa7f550f7d657d88f321af))
-   **deps:** fix(deps): Update module github.com/spf13/afero to v1.8.2 ([#&#8203;381](https://togithub.com/cloudquery/cq-provider-sdk/issues/381)) ([0d69466](https://togithub.com/cloudquery/cq-provider-sdk/commit/0d69466e2f64096470a34b426faa7868accac91f))
-   **deps:** fix(deps): Update module github.com/spf13/cast to v1.5.0 ([#&#8203;382](https://togithub.com/cloudquery/cq-provider-sdk/issues/382)) ([ed0b2bd](https://togithub.com/cloudquery/cq-provider-sdk/commit/ed0b2bd57c3ee326c4a153183c7e4f9c4ae76122))
-   **deps:** fix(deps): Update module github.com/stretchr/testify to v1.7.5 ([#&#8203;375](https://togithub.com/cloudquery/cq-provider-sdk/issues/375)) ([634667a](https://togithub.com/cloudquery/cq-provider-sdk/commit/634667ad631f3d4ccd191328d0ef9689809ecf80))
-   **deps:** fix(deps): Update module github.com/xo/dburl to v0.11.0 ([#&#8203;383](https://togithub.com/cloudquery/cq-provider-sdk/issues/383)) ([4d6349d](https://togithub.com/cloudquery/cq-provider-sdk/commit/4d6349d738e97698006155062aacca951e2dada2))
-   **deps:** fix(deps): Update module google.golang.org/grpc to v1.47.0 ([#&#8203;384](https://togithub.com/cloudquery/cq-provider-sdk/issues/384)) ([50d2f1e](https://togithub.com/cloudquery/cq-provider-sdk/commit/50d2f1e1192c35aebcacfb635592d3b0f9afb5e7))
-   **deps:** fix(deps): Update module google.golang.org/protobuf to v1.28.0 ([#&#8203;386](https://togithub.com/cloudquery/cq-provider-sdk/issues/386)) ([9c5c83f](https://togithub.com/cloudquery/cq-provider-sdk/commit/9c5c83f993e73d8ea9310ebd5f5d2cfce89cc12d))

</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 committed Jun 27, 2022
1 parent 22d7129 commit 2da5cd2
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 86 deletions.
30 changes: 13 additions & 17 deletions plugins/fuzz/go.mod
Expand Up @@ -4,7 +4,7 @@ go 1.17

require (
github.com/caitlinelfring/go-env-default v1.1.0
github.com/cloudquery/cq-provider-sdk v0.12.3
github.com/cloudquery/cq-provider-sdk v0.12.4
github.com/hashicorp/go-hclog v1.2.1
)

Expand All @@ -14,30 +14,29 @@ require (
github.com/agext/levenshtein v1.2.3 // indirect
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
github.com/creasty/defaults v1.6.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/doug-martin/goqu/v9 v9.18.0 // indirect
github.com/elliotchance/orderedmap v1.4.0 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/georgysavva/scany v0.2.9 // indirect
github.com/georgysavva/scany v0.3.0 // indirect
github.com/gofrs/uuid v4.2.0+incompatible // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-cmp v0.5.8 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-plugin v1.4.4 // indirect
github.com/hashicorp/hcl/v2 v2.10.1 // indirect
github.com/hashicorp/hcl/v2 v2.13.0 // indirect
github.com/hashicorp/yamux v0.0.0-20210826001029-26ff87cf9493 // indirect
github.com/iancoleman/strcase v0.2.0 // indirect
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
github.com/jackc/pgconn v1.10.0 // indirect
github.com/jackc/pgconn v1.12.1 // indirect
github.com/jackc/pgerrcode v0.0.0-20220416144525-469b46aa5efa // indirect
github.com/jackc/pgio v1.0.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgproto3/v2 v2.1.1 // indirect
github.com/jackc/pgproto3/v2 v2.3.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
github.com/jackc/pgtype v1.8.1 // indirect
github.com/jackc/pgx/v4 v4.13.0 // indirect
github.com/jackc/puddle v1.1.4 // indirect
github.com/jackc/pgtype v1.11.0 // indirect
github.com/jackc/pgx/v4 v4.16.1 // indirect
github.com/jackc/puddle v1.2.1 // indirect
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
github.com/lorenzosaino/go-sysctl v0.3.0 // indirect
Expand All @@ -50,17 +49,14 @@ require (
github.com/oklog/run v1.1.0 // indirect
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/segmentio/stats/v4 v4.6.3 // indirect
github.com/spf13/cast v1.4.1 // indirect
github.com/stretchr/objx v0.3.0 // indirect
github.com/stretchr/testify v1.7.2 // indirect
github.com/spf13/cast v1.5.0 // indirect
github.com/thoas/go-funk v0.9.2 // indirect
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
github.com/xo/dburl v0.8.4 // indirect
github.com/xo/dburl v0.11.0 // indirect
github.com/zclconf/go-cty v1.9.1 // indirect
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
golang.org/x/crypto v0.0.0-20220517005047-85d78b3ac167 // indirect
golang.org/x/exp/typeparams v0.0.0-20220317015231-48e79f11773a // indirect
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
Expand All @@ -71,8 +67,8 @@ require (
golang.org/x/tools v0.1.10 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/genproto v0.0.0-20220314164441-57ef72a4c106 // indirect
google.golang.org/grpc v1.45.0 // indirect
google.golang.org/protobuf v1.27.1 // indirect
google.golang.org/grpc v1.47.0 // indirect
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
honnef.co/go/tools v0.3.0-0.dev.0.20220306074811-23e1086441d2 // indirect
)

0 comments on commit 2da5cd2

Please sign in to comment.