Skip to content

Commit 6793208

Browse files
authored
fix(deps): Update plugin-sdk for okta to v0.11.6 (#2268)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk](https://togithub.com/cloudquery/plugin-sdk) | require | patch | `v0.11.5` -> `v0.11.6` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk</summary> ### [`v0.11.6`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v0.11.6) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v0.11.5...v0.11.6) ##### Bug Fixes - Download destinations to 'destination' directory ([#&#8203;228](https://togithub.com/cloudquery/plugin-sdk/issues/228)) ([d6ebfc3](https://togithub.com/cloudquery/plugin-sdk/commit/d6ebfc3207c6d0139d5889247754a1a6a4381391)) </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:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMDkuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIwOS4wIn0=-->
1 parent 842dfb2 commit 6793208

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/source/okta/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/cloudquery/cloudquery/plugins/source/okta
33
go 1.19
44

55
require (
6-
github.com/cloudquery/plugin-sdk v0.11.5
6+
github.com/cloudquery/plugin-sdk v0.11.6
77
github.com/okta/okta-sdk-golang/v2 v2.13.0
88
github.com/rs/zerolog v1.28.0
99
)

plugins/source/okta/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ github.com/cenkalti/backoff/v4 v4.1.3/go.mod h1:scbssz8iZGpm3xbr14ovlUdkxfGXNInq
88
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
99
github.com/cloudquery/faker/v3 v3.7.7 h1:vODOmAXGhxAacVrUOjr4Jti2lFhXgkPjG6/L3C2REgQ=
1010
github.com/cloudquery/faker/v3 v3.7.7/go.mod h1:1b8WVG9Gh0T2hVo1a8dWeXfu0AhqSB6J/mmJaesqOeo=
11-
github.com/cloudquery/plugin-sdk v0.11.5 h1:T8R/nTSAyuwUhK8Yc47AcYX+P3WPzrw8d56rxksSgoA=
12-
github.com/cloudquery/plugin-sdk v0.11.5/go.mod h1:9j6SwEDfiEUhehSU6LSdI2E37jEmK0JYzx894juQjP4=
11+
github.com/cloudquery/plugin-sdk v0.11.6 h1:K3PbvrvOPA5y3tqdQ3ovC1MZSLY9sZ9qSUYKlUDEDZc=
12+
github.com/cloudquery/plugin-sdk v0.11.6/go.mod h1:9j6SwEDfiEUhehSU6LSdI2E37jEmK0JYzx894juQjP4=
1313
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4=
1414
github.com/coreos/go-systemd/v22 v22.3.3-0.20220203105225-a9a7ef127534/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
1515
github.com/cpuguy83/go-md2man/v2 v2.0.2/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=

0 commit comments

Comments
 (0)