Skip to content

Commit f22b006

Browse files
authored
fix(deps): Update plugin-sdk for okta to v1.0.3 (#3855)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk](https://togithub.com/cloudquery/plugin-sdk) | require | patch | `v1.0.2` -> `v1.0.3` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk</summary> ### [`v1.0.3`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v1.0.3) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v1.0.2...v1.0.3) ##### Bug Fixes - Allow managed clients to disable sentry logging ([#&#8203;363](https://togithub.com/cloudquery/plugin-sdk/issues/363)) ([dc20388](https://togithub.com/cloudquery/plugin-sdk/commit/dc203886a6b077afa4e1b1138c3c1c60b0fcd2f2)) - Normalize Windows line breaks before parsing configuration files ([#&#8203;352](https://togithub.com/cloudquery/plugin-sdk/issues/352)) ([979e207](https://togithub.com/cloudquery/plugin-sdk/commit/979e207831a2835943a420791fc9598ada2efbf7)) </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, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMi4xIiwidXBkYXRlZEluVmVyIjoiMzQuMTIuMSJ9-->
1 parent 650c43c commit f22b006

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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 v1.0.2
6+
github.com/cloudquery/plugin-sdk v1.0.3
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 h1:cFAlzYUlVYDysBEH2T5hyJZMh3+5+WCBvSnK6Q8
88
github.com/cenkalti/backoff/v4 v4.1.3/go.mod h1:scbssz8iZGpm3xbr14ovlUdkxfGXNInqkPWOWmG2CLw=
99
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
1010
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
11-
github.com/cloudquery/plugin-sdk v1.0.2 h1:sKwbEZAipGUeaE0ajhyjTR+LCTIROowPct4nvPIPsls=
12-
github.com/cloudquery/plugin-sdk v1.0.2/go.mod h1:VbqV2BE0wbYbArSUNxAuh6jH1FlrHyJp0f/5ERuBcew=
11+
github.com/cloudquery/plugin-sdk v1.0.3 h1:PFeZtN0a+jNnSsgBnalhBw1E95iDEjVh2t9332x6uyg=
12+
github.com/cloudquery/plugin-sdk v1.0.3/go.mod h1:VbqV2BE0wbYbArSUNxAuh6jH1FlrHyJp0f/5ERuBcew=
1313
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
1414
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4=
1515
github.com/coreos/go-systemd/v22 v22.3.3-0.20220203105225-a9a7ef127534/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=

0 commit comments

Comments
 (0)