Skip to content

Commit 9d19db1

Browse files
authored
fix(deps): Update plugin-sdk for digitalocean to v0.13.18 (#3412)
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 5e8ce04 commit 9d19db1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plugins/source/digitalocean/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/aws/aws-sdk-go-v2/config v1.8.0
99
github.com/aws/aws-sdk-go-v2/service/s3 v1.27.1
1010
github.com/aws/smithy-go v1.13.3
11-
github.com/cloudquery/plugin-sdk v0.13.17
11+
github.com/cloudquery/plugin-sdk v0.13.18
1212
github.com/digitalocean/godo v1.81.0
1313
github.com/gertd/go-pluralize v0.2.1
1414
github.com/golang/mock v1.6.0

plugins/source/digitalocean/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWR
8080
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI=
8181
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU=
8282
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
83-
github.com/cloudquery/plugin-sdk v0.13.17 h1:NzVHlxIrbb/ObwGAAAZtuf1oVCoOP9Dp5UKckORbVVA=
84-
github.com/cloudquery/plugin-sdk v0.13.17/go.mod h1:ij2sQtPpVETDALZpeJ/JaL0KEmzJ9jXCmyem0PZqtUQ=
83+
github.com/cloudquery/plugin-sdk v0.13.18 h1:b1M57Bpda6in8w31ifNfdnH5xuM7rHZhFTRPMel5P2c=
84+
github.com/cloudquery/plugin-sdk v0.13.18/go.mod h1:ij2sQtPpVETDALZpeJ/JaL0KEmzJ9jXCmyem0PZqtUQ=
8585
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
8686
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4=
8787
github.com/coreos/go-systemd/v22 v22.3.3-0.20220203105225-a9a7ef127534/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=

0 commit comments

Comments
 (0)