Skip to content

Commit 1f871e9

Browse files
authored
fix(deps): Update module github.com/cloudquery/cq-provider-sdk to v0.12.1 (#972)
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.0` -> `v0.12.1` | --- ### Release Notes <details> <summary>cloudquery/cq-provider-sdk</summary> ### [`v0.12.1`](https://togithub.com/cloudquery/cq-provider-sdk/releases/tag/v0.12.1) [Compare Source](https://togithub.com/cloudquery/cq-provider-sdk/compare/v0.12.0...v0.12.1) ##### Bug Fixes - Use errgroup SetLimit ([#&#8203;363](https://togithub.com/cloudquery/cq-provider-sdk/issues/363)) ([964a1bb](https://togithub.com/cloudquery/cq-provider-sdk/commit/964a1bbb53cf23537b3c918cef4b9d676b526a9d)) - YAML decoding ([#&#8203;366](https://togithub.com/cloudquery/cq-provider-sdk/issues/366)) ([964a1bb](https://togithub.com/cloudquery/cq-provider-sdk/commit/862590a2ddd6dbf44894cca49021ee3957a84f43)) </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).
1 parent a0f432a commit 1f871e9

File tree

2 files changed

+3
-200
lines changed

2 files changed

+3
-200
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.17
44

55
require (
66
github.com/VividCortex/ewma v1.2.0 // indirect
7-
github.com/cloudquery/cq-provider-sdk v0.12.0
7+
github.com/cloudquery/cq-provider-sdk v0.12.1
88
github.com/fatih/color v1.13.0
99
github.com/golang-migrate/migrate/v4 v4.15.2
1010
github.com/google/go-github/v35 v35.2.0

0 commit comments

Comments
 (0)