Skip to content

Commit 5e8ce04

Browse files
authored
fix(deps): Update plugin-sdk for cloudflare to v0.13.18 (#3411)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk](https://togithub.com/cloudquery/plugin-sdk) | require | patch | `v0.13.17` -> `v0.13.18` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk</summary> ### [`v0.13.18`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v0.13.18) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v0.13.17...v0.13.18) ##### Bug Fixes - Parsing timestamptz default string ([#&#8203;336](https://togithub.com/cloudquery/plugin-sdk/issues/336)) ([acdcb02](https://togithub.com/cloudquery/plugin-sdk/commit/acdcb02b48ca2e0009a998d710b88f60830295d0)) </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:eyJjcmVhdGVkSW5WZXIiOiIzMi4yNDEuMTEiLCJ1cGRhdGVkSW5WZXIiOiIzMi4yNDEuMTEifQ==-->
1 parent 36ea67c commit 5e8ce04

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plugins/source/cloudflare/go.mod

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

55
require (
66
github.com/cloudflare/cloudflare-go v0.46.0
7-
github.com/cloudquery/plugin-sdk v0.13.17
7+
github.com/cloudquery/plugin-sdk v0.13.18
88
github.com/golang/mock v1.6.0
99
github.com/rs/zerolog v1.28.0
1010
)

plugins/source/cloudflare/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ github.com/client9/misspell v0.3.4 h1:ta993UF76GwbvJcIo3Y68y/M3WxlpEHPWIGDkJYwzJ
160160
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
161161
github.com/cloudflare/cloudflare-go v0.46.0 h1:dk7sVDyTzZQeq1MJESPRLckhgia7A1w1pgxNj6ZJ//w=
162162
github.com/cloudflare/cloudflare-go v0.46.0/go.mod h1:nu0mrt2jKx7USgPWijlJOF1aizZ1TGyRvfIqTTUQwsI=
163-
github.com/cloudquery/plugin-sdk v0.13.17 h1:NzVHlxIrbb/ObwGAAAZtuf1oVCoOP9Dp5UKckORbVVA=
164-
github.com/cloudquery/plugin-sdk v0.13.17/go.mod h1:ij2sQtPpVETDALZpeJ/JaL0KEmzJ9jXCmyem0PZqtUQ=
163+
github.com/cloudquery/plugin-sdk v0.13.18 h1:b1M57Bpda6in8w31ifNfdnH5xuM7rHZhFTRPMel5P2c=
164+
github.com/cloudquery/plugin-sdk v0.13.18/go.mod h1:ij2sQtPpVETDALZpeJ/JaL0KEmzJ9jXCmyem0PZqtUQ=
165165
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
166166
github.com/cncf/udpa/go v0.0.0-20200629203442-efcf912fb354/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk=
167167
github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk=

0 commit comments

Comments
 (0)